![]() |
OGS
|
|
Extracts the entire boundary from the given mesh.
Definition in file ExtractBoundary.cpp.
#include <tclap/CmdLine.h>#include <algorithm>#include <memory>#include <string>#include <vector>#include "BaseLib/FileTools.h"#include "BaseLib/Logging.h"#include "BaseLib/MPI.h"#include "BaseLib/StringTools.h"#include "BaseLib/TCLAPArguments.h"#include "InfoLib/GitInfo.h"#include "MeshLib/Elements/Element.h"#include "MeshLib/IO/VtkIO/VtuInterface.h"#include "MeshLib/IO/readMeshFromFile.h"#include "MeshLib/IO/writeMeshToFile.h"#include "MeshLib/Mesh.h"#include "MeshLib/Node.h"#include "MeshToolsLib/MeshSurfaceExtraction.h"Go to the source code of this file.
Functions | |
| int | main (int argc, char *argv[]) |
| int main | ( | int | argc, |
| char * | argv[] ) |
Definition at line 33 of file ExtractBoundary.cpp.
References MeshLib::Cell, BaseLib::dropFileExtension(), MeshLib::Face, MeshToolsLib::BoundaryExtraction::getBoundaryElementsAsMesh(), MeshLib::getBulkIDString(), INFO(), BaseLib::initOGSLogger(), BaseLib::makeLogLevelArg(), MeshLib::Node, GitInfoLib::GitInfo::ogs_version, MeshLib::IO::readMeshFromFile(), and MeshLib::IO::writeVtu().