2 #ifndef __PROTO_LEVEL_BC_LIB__ 3 #define __PROTO_LEVEL_BC_LIB__ 12 template<
typename T,
unsigned int C, MemType MEM, Centering CTR>
23 template<
typename T,
unsigned int C, MemType MEM, Centering CTR>
28 inline void setVal(T a_value,
int a_comp = -1);
34 #include "implem/Proto_LevelBCLibImplem.H" 36 #endif //end include guard void apply(LevelBoxData< T, C, MEM, CTR > &a_data) const
Definition: Proto_LevelBCLib.H:3
void setVal(T a_value, int a_comp=-1)
Definition: Proto_LevelBCLib.H:25
Level Box Data.
Definition: Proto_HDF5.H:17
Not Really Dirichlet BC.
Definition: Proto_LevelBCLib.H:24
Storage for the LevelBCOps on each face.
Definition: Proto_LevelBC.H:10
Periodic Boundary Condition.
Definition: Proto_LevelBCLib.H:13
Definition: Proto_Array.H:17
std::vector< std::pair< int, T > > m_compValues
Definition: Proto_LevelBCLib.H:31