Classes | |
| class | ComMPI |
| Communication with MPI. More... | |
| class | Communicator |
| Abstract class for communication. More... | |
| class | HilbertSFC |
| Hilbert space filling curve. More... | |
| class | ListElm |
| List element of a singly linked list. More... | |
| class | ListHead |
| Head of a singly linked list. More... | |
| class | Mesh |
| An abstract class for a parallel mesh. More... | |
| class | Mesh1 |
| An abstract class for parallel 1D meshes. More... | |
| class | Mesh2 |
| An abstract class for parallel 2D meshes. More... | |
| class | Mesh3 |
| An abstract class for parallel 3D meshes. More... | |
| class | MissingDataType |
| Exception class to express that a datatype mismatches. More... | |
| class | SFC |
| Abstract class for a space filling curve. More... | |
| class | SFCDstr |
| A class which distributes a mesh over processors (non overlaping domains) and creates a parallel mesh. More... | |
Typedefs | |
| typedef ListHead< Cell1LstEl > | Cell1Lst |
| typedef ListElm< Cell1 > | Cell1LstEl |
| typedef ListHead< Cell2LstEl > | Cell2Lst |
| typedef ListElm< Cell2 > | Cell2LstEl |
| typedef ListHead< Cell3LstEl > | Cell3Lst |
| typedef ListElm< Cell3 > | Cell3LstEl |
| typedef ListHead< Cntr0LstEl > | Cntr0Lst |
| typedef ListElm< Connector0 > | Cntr0LstEl |
| typedef ListHead< Cntr1LstEl > | Cntr1Lst |
| typedef ListElm< Connector1 > | Cntr1LstEl |
| typedef ListHead< Cntr2LstEl > | Cntr2Lst |
| typedef ListElm< Connector2 > | Cntr2LstEl |
| typedef ListHead<Cell1LstEl> parallel::Cell1Lst |
| typedef ListElm<Cell1> parallel::Cell1LstEl |
| typedef ListHead<Cell2LstEl> parallel::Cell2Lst |
| typedef ListElm<Cell2> parallel::Cell2LstEl |
| typedef ListHead<Cell3LstEl> parallel::Cell3Lst |
| typedef ListElm<Cell3> parallel::Cell3LstEl |
| typedef ListHead<Cntr0LstEl> parallel::Cntr0Lst |
| typedef ListElm<Connector0> parallel::Cntr0LstEl |
| typedef ListHead<Cntr1LstEl> parallel::Cntr1Lst |
| typedef ListElm<Connector1> parallel::Cntr1LstEl |
| typedef ListHead<Cntr2LstEl> parallel::Cntr2Lst |
| typedef ListElm<Connector2> parallel::Cntr2LstEl |