IBAMR
An adaptive and distributed-memory parallel implementation of the immersed boundary (IB) method
|
Class LMesh is a collection of LNode objects. More...
#include </home/runner/work/IBAMR/IBAMR/ibtk/include/ibtk/LMesh.h>
Public Member Functions | |
LMesh (std::string object_name, std::vector< LNode * > local_nodes, std::vector< LNode * > ghost_nodes) | |
Constructor. | |
virtual | ~LMesh ()=default |
Destructor. | |
const std::vector< LNode * > & | getLocalNodes () const |
Return a const reference to the set of local LNode objects. | |
const std::vector< LNode * > & | getGhostNodes () const |
Return a const reference to the set of local ghost LNode objects. | |