#include <memory>
#include "basics/exceptions.hh"
#include "basics/outputOperator.hh"
#include "geometry/elementMaps.hh"
#include "geometry/elementMaps3D.hh"
#include "geometry/mesh.hh"
#include "toolbox_p/using_p.hh"
#include "toolbox_p/communicators.hh"
Go to the source code of this file.
Classes | |
class | concepts::Scan< Connector0 > |
A scanner for 0D connectors on the processor intersection (cap) More... | |
class | concepts::Scan< Connector1 > |
A scanner for 1D connectors on the processor intersection (cap) More... | |
class | concepts::Scan< Connector2 > |
A scanner for 2D connectors on the processor intersection (cap) More... | |
class | parallel::ListElm< T > |
class | parallel::ListHead< ListNode > |
class | parallel::Mesh |
class | parallel::Mesh1 |
class | parallel::Mesh2 |
class | parallel::Mesh3 |
Namespaces | |
namespace | concepts |
Typedefs | |
typedef Scan< Connector0 > | concepts::ScanCntr0 |
typedef Scan< Connector1 > | concepts::ScanCntr1 |
typedef Scan< Connector2 > | concepts::ScanCntr2 |
typedef ListElm< Connector0 > | parallel::Cntr0LstEl |
typedef ListElm< Connector1 > | parallel::Cntr1LstEl |
typedef ListElm< Connector2 > | parallel::Cntr2LstEl |
typedef ListElm< Cell1 > | parallel::Cell1LstEl |
typedef ListElm< Cell2 > | parallel::Cell2LstEl |
typedef ListElm< Cell3 > | parallel::Cell3LstEl |
typedef ListHead< Cntr0LstEl > | parallel::Cntr0Lst |
typedef ListHead< Cntr1LstEl > | parallel::Cntr1Lst |
typedef ListHead< Cntr2LstEl > | parallel::Cntr2Lst |
typedef ListHead< Cell1LstEl > | parallel::Cell1Lst |
typedef ListHead< Cell2LstEl > | parallel::Cell2Lst |
typedef ListHead< Cell3LstEl > | parallel::Cell3Lst |
Meshes for parallel computing These objects are created by a distributor and not by hand
Definition in file mesh_p.hh.
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 |