GetFEM
5.4.2
|
Slices a mesh with a cylinder (or its boundary). More...
#include <getfem_mesh_slicers.h>
Inherits getfem::slicer_volume.
Additional Inherited Members | |
Protected Member Functions inherited from getfem::slicer_volume | |
virtual void | prepare (size_type, const mesh_slicer::cs_nodes_ct &nodes, const dal::bit_vector &nodes_index) |
Overload either 'prepare' or 'test_point'. | |
Static Protected Member Functions inherited from getfem::slicer_volume | |
static scalar_type | trinom (scalar_type a, scalar_type b, scalar_type c) |
Utility function. | |
Protected Attributes inherited from getfem::slicer_volume | |
int | orient |
orient defines the kind of slicing : VOLIN -> keep the inside of the volume, VOLBOUND -> its boundary, VOLOUT -> its outside, VOLSPLIT -> keep everything but make split simplexes untils no simplex crosses the boundary | |
Slices a mesh with a cylinder (or its boundary).
Definition at line 406 of file getfem_mesh_slicers.h.