GetFEM
5.4.2
|
Slicer whose side-effect is to build the list of edges (i.e. More...
#include <getfem_mesh_slicers.h>
Inherits getfem::slicer_action.
Public Member Functions | |
slicer_build_edges_mesh (mesh &edges_m_) | |
slicer_build_edges_mesh (mesh &edges_m_, dal::bit_vector &bv) | |
Slicer whose side-effect is to build the list of edges (i.e.
segments) and store them in a mesh object.
Hence all common nodes/edges are eliminated. (this slicer is not useful for anything but visualization of sliced meshes)
Definition at line 543 of file getfem_mesh_slicers.h.
|
inline |
edges_m_ | the mesh that will be filled with edges. |
Definition at line 548 of file getfem_mesh_slicers.h.
|
inline |
edges_m_ | the mesh that will be filled with edges. |
bv | will contain on output the list of edges numbers (as convex numbers in edges_m_) which where not part of the original mesh, but became apparent when some convex faces were sliced. |
Definition at line 556 of file getfem_mesh_slicers.h.