![]() |
LifeV
|
A simple implementations of Markers. More...
#include <lifev/core/mesh/Marker.hpp>
Include dependency graph for MarkerDefinitions.hpp:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Data Structures | |
| class | MarkerCommon< MT > |
| MarkerCommon - A trait class that defines the markers used in RegionMesh. More... | |
Namespaces | |
| LifeV | |
| Default Physical Solver. | |
Typedefs | |
| typedef MarkerCommon< MarkerIDStandardPolicy > | defaultMarkerCommon_Type |
| The simplest MarkerCommon: uses all defaults. More... | |
A simple implementations of Markers.
This is the simplest implementation of the markers, which just adopts the basis marker classes defined in marker_base.h.
Specialised markers can be implemented using this file as a reference.
Definition in file MarkerDefinitions.hpp.