16 template<
class T,
unsigned Dim ,
class M,
class C >
class BConds;
25 template<
class T,
unsigned Dim,
61 ERRORMSG(
"FieldSpec::op= - FieldLayouts must be the same"<<
endl);
74 #endif // FIELD_SPEC_H
const FieldLayout< Dim > & get_Layout(void) const
FieldSpec(const FieldSpec< T, Dim, M, C > &rhs)
FieldSpec< T, Dim, M, C > & operator=(const FieldSpec< T, Dim, M, C > &rhs)
FieldSpec(const FieldLayout< Dim > &layout)
GuardCellSizes< Dim > get_GC(void) const
Inform & endl(Inform &inf)
FieldSpec(const FieldLayout< Dim > &layout, const BConds< T, Dim, M, C > &bc, const GuardCellSizes< Dim > &gc)
FieldSpec(const FieldLayout< Dim > &layout, const GuardCellSizes< Dim > &gc, const BConds< T, Dim, M, C > &bc)
void set_GC(const GuardCellSizes< Dim > &gc)
void set_BC(const BConds< T, Dim, M, C > &bc)
BConds< T, Dim, M, C > BC
BConds< T, Dim, M, C > get_BC(void) const
const FieldLayout< Dim > & Layout