Home | Doxygen Documentation | Tutorials | Developer Tools (restricted)

Classes | Typedefs
parallel Namespace Reference

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< Cell1LstElCell1Lst
typedef ListElm< Cell1Cell1LstEl
typedef ListHead< Cell2LstElCell2Lst
typedef ListElm< Cell2Cell2LstEl
typedef ListHead< Cell3LstElCell3Lst
typedef ListElm< Cell3Cell3LstEl
typedef ListHead< Cntr0LstElCntr0Lst
typedef ListElm< Connector0Cntr0LstEl
typedef ListHead< Cntr1LstElCntr1Lst
typedef ListElm< Connector1Cntr1LstEl
typedef ListHead< Cntr2LstElCntr2Lst
typedef ListElm< Connector2Cntr2LstEl

Typedef Documentation

Definition at line 106 of file mesh_p.hh.

Definition at line 99 of file mesh_p.hh.

Definition at line 107 of file mesh_p.hh.

Definition at line 100 of file mesh_p.hh.

Definition at line 108 of file mesh_p.hh.

Definition at line 101 of file mesh_p.hh.

Definition at line 103 of file mesh_p.hh.

Definition at line 96 of file mesh_p.hh.

Definition at line 104 of file mesh_p.hh.

Definition at line 97 of file mesh_p.hh.

Definition at line 105 of file mesh_p.hh.

Definition at line 98 of file mesh_p.hh.


Home | Doxygen Documentation | Tutorials | Developer Tools (restricted)