OGS
|
Definition in file FlipElements.cpp.
#include "FlipElements.h"
#include "MeshLib/Elements/Element.h"
#include "MeshLib/Elements/Line.h"
#include "MeshLib/Elements/Quad.h"
#include "MeshLib/Elements/Tri.h"
#include "MeshLib/Node.h"
#include "MeshLib/Utils/DuplicateMeshComponents.h"
Go to the source code of this file.
Namespaces | |
namespace | MeshToolsLib |
Functions | |
std::unique_ptr< MeshLib::Element > | MeshToolsLib::createFlippedElement (MeshLib::Element const &elem, std::vector< MeshLib::Node * > const &nodes) |
std::unique_ptr< MeshLib::Mesh > | MeshToolsLib::createFlippedMesh (MeshLib::Mesh const &mesh) |