GetFEM  5.4.2
getfem::slicer_build_edges_mesh Class Reference

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)
 

Detailed Description

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.

Constructor & Destructor Documentation

◆ slicer_build_edges_mesh() [1/2]

getfem::slicer_build_edges_mesh::slicer_build_edges_mesh ( mesh edges_m_)
inline
Parameters
edges_m_the mesh that will be filled with edges.

Definition at line 548 of file getfem_mesh_slicers.h.

◆ slicer_build_edges_mesh() [2/2]

getfem::slicer_build_edges_mesh::slicer_build_edges_mesh ( mesh edges_m_,
dal::bit_vector &  bv 
)
inline
Parameters
edges_m_the mesh that will be filled with edges.
bvwill 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.


The documentation for this class was generated from the following files: