![]() |
OGS
|
|
Definition in file swapNodeCoordinateAxes.cpp.
#include <tclap/CmdLine.h>#include <array>#include <memory>#include <string>#include "BaseLib/Logging.h"#include "BaseLib/MPI.h"#include "BaseLib/TCLAPArguments.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 91 of file swapNodeCoordinateAxes.cpp.
References INFO(), BaseLib::initOGSLogger(), BaseLib::makeLogLevelArg(), GitInfoLib::GitInfo::ogs_version, parseNewOrder(), MeshLib::IO::readMeshFromFile(), swapNodeCoordinateAxes(), WARN(), and MeshLib::IO::writeMeshToFile().
|
static |
Definition at line 42 of file swapNodeCoordinateAxes.cpp.
References ERR().
Referenced by main().
|
static |
Definition at line 25 of file swapNodeCoordinateAxes.cpp.
References MeshLib::Mesh::getNodes().
Referenced by main().