Celeritas
0.5.0-56+6b053cd
|
Device data for interpolating field values. More...
#include <RZMapFieldData.hh>
Public Types | |
using | ElementId = ItemId< size_type > |
Index of FieldMap Collection. | |
template<class T > | |
using | ElementItems = Collection< T, W, M, ElementId > |
Public Member Functions | |
CELER_FUNCTION | operator bool () const |
Check whether the data is assigned. | |
CELER_FUNCTION bool | valid (real_type z, real_type r) const |
CELER_FUNCTION ElementId | id (size_type idx_z, size_type idx_r) const |
template<Ownership W2, MemSpace M2> | |
RZMapFieldParamsData & | operator= (RZMapFieldParamsData< W2, M2 > const &other) |
Assign from another set of data. | |
Public Attributes | |
FieldMapGridData | grids |
Grids of FieldMap. | |
FieldDriverOptions | options |
Options for FieldDriver. | |
ElementItems< FieldMapElement > | fieldmap |
Device data for interpolating field values.