OGS
|
Definition in file swapNodeCoordinateAxes.cpp.
#include <tclap/CmdLine.h>
#include <mpi.h>
#include <array>
#include <memory>
#include <string>
#include "BaseLib/Logging.h"
#include "InfoLib/GitInfo.h"
#include "MeshLib/IO/readMeshFromFile.h"
#include "MeshLib/IO/writeMeshToFile.h"
#include "MeshLib/Mesh.h"
#include "MeshLib/Node.h"
Go to the source code of this file.
Functions | |
static void | swapNodeCoordinateAxes (MeshLib::Mesh const &mesh, std::array< int, 3 > const &new_axes_indices) |
static bool | parseNewOrder (std::string const &str_order, std::array< int, 3 > &new_axes_indices) |
int | main (int argc, char *argv[]) |
int main | ( | int | argc, |
char * | argv[] ) |
Definition at line 93 of file swapNodeCoordinateAxes.cpp.
References INFO(), GitInfoLib::GitInfo::ogs_version, parseNewOrder(), MeshLib::IO::readMeshFromFile(), swapNodeCoordinateAxes(), WARN(), and MeshLib::IO::writeMeshToFile().
|
static |
Definition at line 44 of file swapNodeCoordinateAxes.cpp.
References ERR().
Referenced by main().
|
static |
Definition at line 27 of file swapNodeCoordinateAxes.cpp.
References MeshLib::Mesh::getNodes().
Referenced by main().