OGS
|
Definition in file MeshGenerator.cpp.
#include "MeshGenerator.h"
#include <memory>
#include <numeric>
#include "MeshLib/Elements/Hex.h"
#include "MeshLib/Elements/Line.h"
#include "MeshLib/Elements/Pyramid.h"
#include "MeshLib/Elements/Quad.h"
#include "MeshLib/Elements/Tet.h"
#include "MeshLib/Elements/Tri.h"
#include "MeshLib/Node.h"
#include "MeshToolsLib/MeshEditing/AddLayerToMesh.h"
#include "MeshToolsLib/MeshEditing/RemoveMeshComponents.h"
Go to the source code of this file.
Namespaces | |
namespace | MeshToolsLib |
namespace | MeshToolsLib::MeshGenerator |
Functions | |
std::vector< MeshLib::Node * > | MeshToolsLib::MeshGenerator::generateRegularPyramidTopNodes (std::vector< double > const &x_coords, std::vector< double > const &y_coords, std::vector< double > const &z_coords, const MathLib::Point3d &origin) |