Class LMesh is a collection of LNode objects.
#include <ibtk/LMesh.h>
◆ LMesh() [1/2]
| IBTK::LMesh::LMesh |
( |
std::string |
object_name, |
|
|
std::vector< LNode * > |
local_nodes, |
|
|
std::vector< LNode * > |
ghost_nodes |
|
) |
| |
◆ ~LMesh()
| virtual IBTK::LMesh::~LMesh |
( |
| ) |
|
|
virtualdefault |
◆ LMesh() [2/2]
| IBTK::LMesh::LMesh |
( |
const LMesh & |
from | ) |
|
|
privatedelete |
- Note
- This constructor is not implemented and should not be used.
- Parameters
-
| from | The value to copy to this object. |
◆ getLocalNodes()
| const std::vector< LNode * > & IBTK::LMesh::getLocalNodes |
( |
| ) |
const |
|
inline |
◆ getGhostNodes()
| const std::vector< LNode * > & IBTK::LMesh::getGhostNodes |
( |
| ) |
const |
|
inline |
◆ operator=()
| LMesh& IBTK::LMesh::operator= |
( |
const LMesh & |
that | ) |
|
|
privatedelete |
- Note
- This operator is not implemented and should not be used.
- Parameters
-
| that | The value to assign to this object. |
- Returns
- A reference to this object.
◆ d_local_nodes
| const std::vector<LNode*> IBTK::LMesh::d_local_nodes |
|
private |
◆ d_ghost_nodes
| const std::vector<LNode*> IBTK::LMesh::d_ghost_nodes |
|
private |
The documentation for this class was generated from the following files: