Home | History | Annotate | Download | only in FrontendC++

Lines Matching full:centering

183 template < int Dim > class Centering
190 template < int Dim > const Centering < Dim >
207 template < class Layout2 > FieldEngine (const Centering < Dim > &centering, const Layout2 & layout, const Mesh & mesh, int materials = 1):num_materials_m (materials), centering_m (centering),
208 stride_m (centering.size ()), physicalCellDomain_m (layout.domain ()),
213 Centering < Dim > centering_m;
269 typedef Centering < dimensions > Centering_t;
270 template < class Layout2 > Field (const Centering_t & centering,
273 mesh):fieldEngine_m (centering, layout,
454 Centering <