![]() |
NuTo
Numerics Tool
|
#include "nuto/mechanics/mesh/MeshFem.h"Go to the source code of this file.
Namespaces | |
| NuTo | |
| NuTo::UnitMeshFem | |
Functions | |
| MeshFem | NuTo::UnitMeshFem::CreateLines (int numX) |
| creates a 1 dimensional mesh from (0) – (1) with numX divisions More... | |
| MeshFem | NuTo::UnitMeshFem::CreateTriangles (int numX, int numY) |
| creates a triangular mesh from (0,0) – (1,1) with numX and numY divisions More... | |
| MeshFem | NuTo::UnitMeshFem::CreateQuads (int numX, int numY) |
| creates a quad mesh from (0,0) – (1,1) with numX and numY divisions More... | |
| MeshFem | NuTo::UnitMeshFem::CreateBricks (int numX, int numY, int numZ) |
| creates a brick mesh from (0,0,0) – (1,1,1) with numX, numY and numZ divisions More... | |
| MeshFem | NuTo::UnitMeshFem::Transform (MeshFem &&oldMesh, std::function< Eigen::VectorXd(Eigen::VectorXd)> f) |
| transforms a mesh with a given transformation function f More... | |
1.8.11