OPAL (Object Oriented Parallel Accelerator Library)  2.2.0
OPAL
Functions
CenteredFieldLayout.hpp File Reference
#include "FieldLayout/CenteredFieldLayout.h"
#include "Meshes/Centering.h"
#include "Meshes/CartesianCentering.h"
#include "Utility/PAssert.h"
Include dependency graph for CenteredFieldLayout.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

template<unsigned Dim, class Mesh >
void centeredInitialize (CenteredFieldLayout< Dim, Mesh, Cell > &cfl, const Mesh &mesh, e_dim_tag *edt, int vnodes)
 
template<unsigned Dim, class Mesh >
void centeredInitialize (CenteredFieldLayout< Dim, Mesh, Vert > &cfl, const Mesh &mesh, e_dim_tag *edt, int vnodes)
 
template<unsigned Dim, class Mesh >
void centeredInitialize (CenteredFieldLayout< Dim, Mesh, Edge > &cfl, const Mesh &mesh, e_dim_tag *edt, int vnodes)
 
template<const CenteringEnum * CE, unsigned Dim, class Mesh , unsigned NComponents>
void centeredInitialize (CenteredFieldLayout< Dim, Mesh, CartesianCentering< CE, Dim, NComponents > > &cfl, const Mesh &mesh, e_dim_tag *edt, int vnodes)
 
template<unsigned Dim, class Mesh >
void centeredInitialize (CenteredFieldLayout< Dim, Mesh, Cell > &cfl, const Mesh &mesh, e_dim_tag *edt, unsigned *vnodesAlongDirection, bool recurse, int vnodes)
 
template<unsigned Dim, class Mesh >
void centeredInitialize (CenteredFieldLayout< Dim, Mesh, Vert > &cfl, const Mesh &mesh, e_dim_tag *edt, unsigned *vnodesAlongDirection, bool recurse, int vnodes)
 
template<unsigned Dim, class Mesh >
void centeredInitialize (CenteredFieldLayout< Dim, Mesh, Edge > &cfl, const Mesh &mesh, e_dim_tag *edt, unsigned *vnodesAlongDirection, bool recurse, int vnodes)
 
template<const CenteringEnum * CE, unsigned Dim, class Mesh , unsigned NComponents>
void centeredInitialize (CenteredFieldLayout< Dim, Mesh, CartesianCentering< CE, Dim, NComponents > > &cfl, const Mesh &mesh, e_dim_tag *edt, unsigned *vnodesAlongDirection, bool recurse, int vnodes)
 
template<unsigned Dim, class Mesh >
void centeredInitialize (CenteredFieldLayout< Dim, Mesh, Cell > &cfl, const Mesh &mesh, const NDIndex< Dim > *dombegin, const NDIndex< Dim > *domend, const int *nbegin, const int *nend)
 
template<unsigned Dim, class Mesh >
void centeredInitialize (CenteredFieldLayout< Dim, Mesh, Vert > &cfl, const Mesh &mesh, const NDIndex< Dim > *dombegin, const NDIndex< Dim > *domend, const int *nbegin, const int *nend)
 
template<unsigned Dim, class Mesh >
void centeredInitialize (CenteredFieldLayout< Dim, Mesh, Edge > &cfl, const Mesh &mesh, const NDIndex< Dim > *dombegin, const NDIndex< Dim > *domend, const int *nbegin, const int *nend)
 
template<const CenteringEnum * CE, unsigned Dim, class Mesh , unsigned NComponents>
void centeredInitialize (CenteredFieldLayout< Dim, Mesh, CartesianCentering< CE, Dim, NComponents > > &cfl, const Mesh &mesh, const NDIndex< Dim > *dombegin, const NDIndex< Dim > *domend, const int *nbegin, const int *nend)
 

Function Documentation

template<unsigned Dim, class Mesh >
void centeredInitialize ( CenteredFieldLayout< Dim, Mesh, Cell > &  cfl,
const Mesh mesh,
e_dim_tag edt,
int  vnodes 
)
inline

Definition at line 50 of file CenteredFieldLayout.hpp.

References Dim, and FieldLayout< Dim >::initialize().

Referenced by CenteredFieldLayout< Dim, Mesh, Centering >::CenteredFieldLayout().

Here is the call graph for this function:

template<unsigned Dim, class Mesh >
void centeredInitialize ( CenteredFieldLayout< Dim, Mesh, Vert > &  cfl,
const Mesh mesh,
e_dim_tag edt,
int  vnodes 
)
inline

Definition at line 64 of file CenteredFieldLayout.hpp.

References Dim, and FieldLayout< Dim >::initialize().

Here is the call graph for this function:

template<unsigned Dim, class Mesh >
void centeredInitialize ( CenteredFieldLayout< Dim, Mesh, Edge > &  cfl,
const Mesh mesh,
e_dim_tag edt,
int  vnodes 
)
inline

Definition at line 78 of file CenteredFieldLayout.hpp.

References Dim, and FieldLayout< Dim >::initialize().

Here is the call graph for this function:

template<const CenteringEnum * CE, unsigned Dim, class Mesh , unsigned NComponents>
void centeredInitialize ( CenteredFieldLayout< Dim, Mesh, CartesianCentering< CE, Dim, NComponents > > &  cfl,
const Mesh mesh,
e_dim_tag edt,
int  vnodes 
)
inline

Definition at line 93 of file CenteredFieldLayout.hpp.

References Physics::c, CELL, Dim, and max().

Here is the call graph for this function:

template<unsigned Dim, class Mesh >
void centeredInitialize ( CenteredFieldLayout< Dim, Mesh, Cell > &  cfl,
const Mesh mesh,
e_dim_tag edt,
unsigned *  vnodesAlongDirection,
bool  recurse,
int  vnodes 
)
inline

Definition at line 132 of file CenteredFieldLayout.hpp.

References Dim, and FieldLayout< Dim >::initialize().

Here is the call graph for this function:

template<unsigned Dim, class Mesh >
void centeredInitialize ( CenteredFieldLayout< Dim, Mesh, Vert > &  cfl,
const Mesh mesh,
e_dim_tag edt,
unsigned *  vnodesAlongDirection,
bool  recurse,
int  vnodes 
)
inline

Definition at line 147 of file CenteredFieldLayout.hpp.

References Dim, and FieldLayout< Dim >::initialize().

Here is the call graph for this function:

template<unsigned Dim, class Mesh >
void centeredInitialize ( CenteredFieldLayout< Dim, Mesh, Edge > &  cfl,
const Mesh mesh,
e_dim_tag edt,
unsigned *  vnodesAlongDirection,
bool  recurse,
int  vnodes 
)
inline

Definition at line 162 of file CenteredFieldLayout.hpp.

References Dim, and FieldLayout< Dim >::initialize().

Here is the call graph for this function:

template<const CenteringEnum * CE, unsigned Dim, class Mesh , unsigned NComponents>
void centeredInitialize ( CenteredFieldLayout< Dim, Mesh, CartesianCentering< CE, Dim, NComponents > > &  cfl,
const Mesh mesh,
e_dim_tag edt,
unsigned *  vnodesAlongDirection,
bool  recurse,
int  vnodes 
)
inline

Definition at line 178 of file CenteredFieldLayout.hpp.

References Physics::c, CELL, Dim, and max().

Here is the call graph for this function:

template<unsigned Dim, class Mesh >
void centeredInitialize ( CenteredFieldLayout< Dim, Mesh, Cell > &  cfl,
const Mesh mesh,
const NDIndex< Dim > *  dombegin,
const NDIndex< Dim > *  domend,
const int *  nbegin,
const int *  nend 
)
inline

Definition at line 214 of file CenteredFieldLayout.hpp.

References Dim, and FieldLayout< Dim >::initialize().

Here is the call graph for this function:

template<unsigned Dim, class Mesh >
void centeredInitialize ( CenteredFieldLayout< Dim, Mesh, Vert > &  cfl,
const Mesh mesh,
const NDIndex< Dim > *  dombegin,
const NDIndex< Dim > *  domend,
const int *  nbegin,
const int *  nend 
)
inline

Definition at line 229 of file CenteredFieldLayout.hpp.

References Dim, and FieldLayout< Dim >::initialize().

Here is the call graph for this function:

template<unsigned Dim, class Mesh >
void centeredInitialize ( CenteredFieldLayout< Dim, Mesh, Edge > &  cfl,
const Mesh mesh,
const NDIndex< Dim > *  dombegin,
const NDIndex< Dim > *  domend,
const int *  nbegin,
const int *  nend 
)
inline

Definition at line 244 of file CenteredFieldLayout.hpp.

References Dim, and FieldLayout< Dim >::initialize().

Here is the call graph for this function:

template<const CenteringEnum * CE, unsigned Dim, class Mesh , unsigned NComponents>
void centeredInitialize ( CenteredFieldLayout< Dim, Mesh, CartesianCentering< CE, Dim, NComponents > > &  cfl,
const Mesh mesh,
const NDIndex< Dim > *  dombegin,
const NDIndex< Dim > *  domend,
const int *  nbegin,
const int *  nend 
)
inline

Definition at line 260 of file CenteredFieldLayout.hpp.

References Physics::c, CELL, Dim, and max().

Here is the call graph for this function: