|
|
using | Mesh_t = Mesh |
| |
|
using | Centering_t = Cell |
| |
|
using | Layout_t = FieldLayout< Dim > |
| |
|
using | BareField_t = BareField< T, Dim, ViewArgs... > |
| |
|
using | view_type = typename BareField_t::view_type |
| |
|
using | BConds_t = BConds< Field< T, Dim, Mesh, Centering, ViewArgs... >, Dim > |
| |
|
using | uniform_type = typename detail::CreateUniformType< base_type, typename view_type::uniform_type >::type |
| |
|
using | Layout_t = FieldLayout< Dim > |
| |
|
using | Domain_t = NDIndex< Dim > |
| | Domain type specifying the index region.
|
| |
|
using | view_type = typename detail::ViewType< T, Dim, ViewArgs... >::view_type |
| | View type storing the data.
|
| |
|
typedef view_type::memory_space | memory_space |
| |
|
typedef view_type::execution_space | execution_space |
| |
|
using | host_mirror_type = typename view_type::host_mirror_type |
| |
|
using | policy_type = typename RangePolicy< Dim, PolicyArgs... >::policy_type |
| |
|
using | halo_type = detail::HaloCells< T, Dim, ViewArgs... > |
| |
|
using | value_type = T |
| |
|
|
| Field (const Field &)=default |
| |
| Field | deepCopy () const |
| |
|
| Field (Mesh_t &, Layout_t &, int nghost=1) |
| |
|
void | initialize (Mesh_t &, Layout_t &, int nghost=1) |
| |
|
void | updateLayout (Layout_t &, int nghost=1) |
| |
|
void | setFieldBC (BConds_t &bc) |
| |
|
KOKKOS_INLINE_FUNCTION Mesh_t & | get_mesh () const |
| |
| T | getVolumeIntegral () const |
| |
| T | getVolumeAverage () const |
| |
|
BConds_t & | getFieldBC () |
| |
| | BareField () |
| |
|
| BareField (const BareField &)=default |
| |
| | BareField (Layout_t &l, int nghost=1) |
| |
| BareField | deepCopy () const |
| |
| void | resize (Args... args) |
| |
| void | initialize (Layout_t &l, int nghost=1) |
| |
|
void | updateLayout (Layout_t &, int nghost=1) |
| |
| detail::size_type | size (unsigned d) const |
| |
| const Domain_t & | getOwned () const |
| |
| const Domain_t | getAllocated () const |
| |
|
int | getNghost () const |
| |
|
void | fillHalo () |
| |
|
void | accumulateHalo () |
| |
|
void | accumulateHalo_noghost (int nghost=1) |
| |
|
auto & | getCommunicator () const |
| |
|
Layout_t & | getLayout () const |
| |
|
const Index & | getIndex (unsigned d) const |
| |
|
const NDIndex< Dim > & | getDomain () const |
| |
|
halo_type & | getHalo () |
| |
|
BareField & | operator= (T x) |
| |
| BareField & | operator= (const detail::Expression< E, N > &expr) |
| |
|
BareField< T, Dim, ViewArgs... > & | operator= (const detail::Expression< E, N > &expr) |
| |
| KOKKOS_INLINE_FUNCTION T | operator() (Args... args) const |
| |
|
view_type & | getView () |
| |
|
const view_type & | getView () const |
| |
|
host_mirror_type | getHostMirror () const |
| |
| policy_type< execution_space, PolicyArgs... > | getFieldRangePolicy (const int nghost=0) const |
| |
| void | write (std::ostream &out=std::cout) const |
| |
| void | write (Inform &inf) const |
| |
| void | write_as_list (std::ostream &out=std::cout) const |
| |
| void | write_as_list (Inform &inf) const |
| |
|
T | sum (int nghost=0) const |
| |
|
T | max (int nghost=0) const |
| |
|
T | min (int nghost=0) const |
| |
|
T | prod (int nghost=0) const |
| |
| KOKKOS_INLINE_FUNCTION auto | operator[] (size_t i) const |
| |