Class documentation of Concepts

Loading...
Searching...
No Matches
mesh_p.hh File Reference

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< Connector0concepts::ScanCntr0
 
typedef Scan< Connector1concepts::ScanCntr1
 
typedef Scan< Connector2concepts::ScanCntr2
 
typedef ListElm< Connector0parallel::Cntr0LstEl
 
typedef ListElm< Connector1parallel::Cntr1LstEl
 
typedef ListElm< Connector2parallel::Cntr2LstEl
 
typedef ListElm< Cell1parallel::Cell1LstEl
 
typedef ListElm< Cell2parallel::Cell2LstEl
 
typedef ListElm< Cell3parallel::Cell3LstEl
 
typedef ListHead< Cntr0LstElparallel::Cntr0Lst
 
typedef ListHead< Cntr1LstElparallel::Cntr1Lst
 
typedef ListHead< Cntr2LstElparallel::Cntr2Lst
 
typedef ListHead< Cell1LstElparallel::Cell1Lst
 
typedef ListHead< Cell2LstElparallel::Cell2Lst
 
typedef ListHead< Cell3LstElparallel::Cell3Lst
 

Detailed Description

Meshes for parallel computing These objects are created by a distributor and not by hand

Definition in file mesh_p.hh.

Typedef Documentation

◆ Cell1Lst

typedef ListHead<Cell1LstEl> parallel::Cell1Lst

Definition at line 107 of file mesh_p.hh.

◆ Cell1LstEl

typedef ListElm<Cell1> parallel::Cell1LstEl

Definition at line 100 of file mesh_p.hh.

◆ Cell2Lst

typedef ListHead<Cell2LstEl> parallel::Cell2Lst

Definition at line 108 of file mesh_p.hh.

◆ Cell2LstEl

typedef ListElm<Cell2> parallel::Cell2LstEl

Definition at line 101 of file mesh_p.hh.

◆ Cell3Lst

typedef ListHead<Cell3LstEl> parallel::Cell3Lst

Definition at line 109 of file mesh_p.hh.

◆ Cell3LstEl

typedef ListElm<Cell3> parallel::Cell3LstEl

Definition at line 102 of file mesh_p.hh.

◆ Cntr0Lst

typedef ListHead<Cntr0LstEl> parallel::Cntr0Lst

Definition at line 104 of file mesh_p.hh.

◆ Cntr0LstEl

typedef ListElm<Connector0> parallel::Cntr0LstEl

Definition at line 97 of file mesh_p.hh.

◆ Cntr1Lst

typedef ListHead<Cntr1LstEl> parallel::Cntr1Lst

Definition at line 105 of file mesh_p.hh.

◆ Cntr1LstEl

typedef ListElm<Connector1> parallel::Cntr1LstEl

Definition at line 98 of file mesh_p.hh.

◆ Cntr2Lst

typedef ListHead<Cntr2LstEl> parallel::Cntr2Lst

Definition at line 106 of file mesh_p.hh.

◆ Cntr2LstEl

typedef ListElm<Connector2> parallel::Cntr2LstEl

Definition at line 99 of file mesh_p.hh.