#include <Mesh.h>
Inheritance diagram for Mesh< Dim >:
Public Types | |
typedef UserList::ID_t | ID_t |
typedef iterator_user | iterator_if |
typedef size_type_user | size_type_if |
enum | { Dimension = Dim } |
Public Member Functions | |
Mesh () | |
virtual | ~Mesh () |
ID_t | get_Id () const |
void | checkin (FieldLayoutUser &f) |
void | checkout (FieldLayoutUser &f) |
size_type_if | size_if () const |
iterator_if | begin_if () |
iterator_if | end_if () |
void | notifyOfChange () |
Static Public Attributes | |
static char * | MeshBC_E_Names [3] = {"Reflective","Periodic ","No BC "} |
Definition at line 35 of file Mesh.h.
|
Reimplemented from UserList. |
|
|
|
|
|
|
|
|
|
|
|
Definition at line 98 of file Mesh.h. References UserList::begin_user(). Referenced by Mesh< Dim >::notifyOfChange(). Here is the call graph for this function: ![]() |
|
Definition at line 89 of file Mesh.h. References UserList::checkinUser(). Here is the call graph for this function: ![]() |
|
Definition at line 94 of file Mesh.h. References UserList::checkoutUser(). Here is the call graph for this function: ![]() |
|
Definition at line 99 of file Mesh.h. References UserList::end_user(). Referenced by Mesh< Dim >::notifyOfChange(). Here is the call graph for this function: ![]() |
|
Definition at line 84 of file Mesh.h. References UserList::getUserListID(). Here is the call graph for this function: ![]() |
|
Definition at line 51 of file Mesh.cpp. References Mesh< Dim >::begin_if(), Mesh< Dim >::end_if(), and user. Referenced by UniformCartesian< Dim, MFLOAT >::set_origin(). Here is the call graph for this function: ![]() |
|
Definition at line 97 of file Mesh.h. References UserList::getNumUsers(). Here is the call graph for this function: ![]() |
|
|