using_p.hh

Go to the documentation of this file.
1 
6 #ifndef using_p_hh
7 #define using_p_hh
8 
9 #include "basics.hh"
11 #include "toolbox/array.hh"
12 #include "toolbox/dynArray.hh"
13 #include "geometry/connector.hh"
14 #include "geometry/cell.hh"
15 
16 namespace parallel {
17 
18  // ********************************************* Usings **
19 
20  using std::unique_ptr;
21 
22  using concepts::Real;
23  using concepts::sint;
24  using concepts::uchar;
25  using concepts::ushort;
26 
27  using concepts::Real3d;
28 
30 
31  using concepts::Array;
32  using concepts::DynArray;
33  using concepts::Scan;
34 
35  using concepts::Connector;
40 
41  using concepts::Cell;
42  using concepts::Cell1;
43  using concepts::Cell2;
44  using concepts::Cell3;
45 
46 } // namespace parallel
47 
48 #endif // using_p_hh
A 3D element of the topology.
Definition: connector.hh:277
Container class: a dynamic array.
Definition: mesh.hh:30
A cell in a mesh consist of topological information (neighbours, connectivity, orientation) and geome...
Definition: cell.hh:39
Three dimensional cell.
Definition: cell.hh:112
unsigned char uchar
Abbreviation for unsigned char.
Definition: typedefs.hh:45
Point< Real, 3 > Real3d
One dimensional cell.
Definition: cell.hh:75
An array of objects.
Definition: bilinearForm.hh:23
A 2D element of the topology.
Definition: connector.hh:226
An abstract class for scanning a mesh (a set of cells) or a space (a set of elements).
Two dimensional cell.
Definition: cell.hh:89
A 1D element of the topology.
Definition: connector.hh:182
unsigned short ushort
Abbreviation for unsigned short.
Definition: typedefs.hh:48
Exception class to express a missing feature.
Definition: exceptions.hh:206
signed int sint
Abbreviation for signed int.
Definition: typedefs.hh:42
An abstract class for elements of the topology.
Definition: connector.hh:85
double Real
Type normally used for a floating point number.
Definition: typedefs.hh:36
A 0D element of the topology.
Definition: connector.hh:147
Page URL: http://wiki.math.ethz.ch/bin/view/Concepts/WebHome
21 August 2020
© 2020 Eidgenössische Technische Hochschule Zürich