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

Lines Matching full:layout

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 ()),
209 guards_m (layout.externalGuards ()), mesh_m (mesh)
271 const Layout2 & layout,
273 mesh):fieldEngine_m (centering, layout,
328 template < class Layout >
329 explicit NoMeshData (const Layout &
330 layout):physicalVertexDomain_m (layout.
333 totalVertexDomain_m (layout.domain ()),
358 template < class Layout > UniformRectilinearMeshData (const Layout & layout,
364 dimensions > (layout),
392 template < class Layout >
393 inline UniformRectilinearMesh (const Layout & layout,
396 data_m (new MeshData_t (layout, origin, spacings))
482 Traits_t::Layout_t layout;
483 Traits_t::Mesh_t mesh (layout, origin, spacings);
486 Traits_t::Scalar_t v (face, layout, mesh);