|
IPPL API Reference
Independent Parallel Particle Layer C++ API
|
Public Types | |
| using | NDRegion_t = NDRegion< T, Dim > |
| using | view_type = typename ViewType< NDRegion_t, 1, Properties... >::view_type |
| using | host_mirror_type = typename view_type::host_mirror_type |
| using | uniform_type = typename CreateUniformType< base_type, view_type >::type |
Public Member Functions | |
| RegionLayout (const FieldLayout< Dim > &, const Mesh &, bool node=false) | |
| const NDRegion_t & | getDomain () const |
| const view_type | getdLocalRegions () const |
| const host_mirror_type | gethLocalRegions () const |
| void | write (std::ostream &=std::cout) const |
| void | changeDomain (const FieldLayout< Dim > &, const Mesh &mesh) |