LifeV
|
Example usage of MeshEntityContainer features. More...
#include <Epetra_ConfigDefs.h>
#include <mpi.h>
#include <Epetra_MpiComm.h>
#include <lifev/core/LifeV.hpp>
#include <lifev/core/filter/GetPot.hpp>
#include <lifev/core/mesh/RegionMesh.hpp>
#include <lifev/core/mesh/RegionMesh2DStructured.hpp>
#include <lifev/core/mesh/MeshEntityContainer.hpp>
Go to the source code of this file.
Data Structures | |
class | CircleInterrogator< MeshEntityType, ComparisonPolicyType > |
class | LevelSetInterrogator< MeshEntityType > |
class | lineDistance |
Namespaces | |
anonymous_namespace{entity_selection.cpp} | |
Typedefs | |
typedef RegionMesh< LinearTriangle > | mesh_Type |
typedef std::shared_ptr< mesh_Type > | meshPtr_Type |
Functions | |
int | main (int argc, char **argv) |
Example usage of MeshEntityContainer features.
Extract elements and facets from a mesh based on a functor
Definition in file entity_selection.cpp.
int main | ( | int | argc, |
char ** | argv | ||
) |
Definition at line 175 of file entity_selection.cpp.