
#include <map.h>

Public Member Functions | |
| elemList (int chunk_, int localNo_, int type_, FEM_Symmetries_t sym_) | |
| elemList (int chunk_, int localNo_, int type_, FEM_Symmetries_t sym_, int tupleNo_) | |
| ~elemList () | |
| void | setNext (elemList *n) |
| elemList (int chunk_, int localNo_, int type_, FEM_Symmetries_t sym_) | |
| elemList (int chunk_, int localNo_, int type_, FEM_Symmetries_t sym_, int tupleNo_) | |
| ~elemList () | |
| void | setNext (elemList *n) |
Data Fields | |
| int | chunk |
| int | tupleNo |
| int | localNo |
| int | type |
| FEM_Symmetries_t | sym |
| elemList * | next |
| elemList * | next |
Definition at line 30 of file map.h.
| elemList::elemList | ( | int | chunk_, | |
| int | localNo_, | |||
| int | type_, | |||
| FEM_Symmetries_t | sym_ | |||
| ) | [inline] |
| elemList::elemList | ( | int | chunk_, | |
| int | localNo_, | |||
| int | type_, | |||
| FEM_Symmetries_t | sym_, | |||
| int | tupleNo_ | |||
| ) | [inline] |
| elemList::elemList | ( | int | chunk_, | |
| int | localNo_, | |||
| int | type_, | |||
| FEM_Symmetries_t | sym_ | |||
| ) | [inline] |
Definition at line 2362 of file ParFUM_internals.h.
| elemList::elemList | ( | int | chunk_, | |
| int | localNo_, | |||
| int | type_, | |||
| FEM_Symmetries_t | sym_, | |||
| int | tupleNo_ | |||
| ) | [inline] |
Definition at line 2365 of file ParFUM_internals.h.
| elemList::~elemList | ( | ) | [inline] |
Definition at line 2369 of file ParFUM_internals.h.
| void elemList::setNext | ( | elemList * | n | ) | [inline] |
Definition at line 47 of file map.h.
References next.
Referenced by tupleTable::addTuple().

| void elemList::setNext | ( | elemList * | n | ) | [inline] |
Definition at line 2370 of file ParFUM_internals.h.
Definition at line 36 of file map.h.
Referenced by splitter::addGhostPair(), and splitter::addSymmetryGhost().
Definition at line 37 of file map.h.
Referenced by splitter::addLayer(), FEM_Mesh::createElemElemAdj(), elemList(), setNext(), update_new_element_e2e(), and ~elemList().
Definition at line 2360 of file ParFUM_internals.h.
1.5.5