LifeV
|
Contains methods to generate 1D meshes. More...
Go to the source code of this file.
Namespaces | |
LifeV | |
Default Physical Solver. | |
LifeV::Structured1DLabel | |
Functions | |
template<typename MeshType > | |
void | regularMesh1D (MeshType &mesh, markerID_Type regionFlag, const UInt &numberOfElements, bool verbose=false, const Real &length=1., const Real &origin=0.) |
Build uniform mesh along the x axis. More... | |
Variables | |
const markerID_Type | INTERNAL = 0 |
Label for the internal entities. More... | |
const markerID_Type | LEFT = 1 |
Label for the left boundary corner. More... | |
const markerID_Type | RIGHT = 2 |
Label for the right boundary corner. More... | |
Contains methods to generate 1D meshes.
Definition in file RegionMesh1DStructured.hpp.