|
Celeritas 0.7.0-dev.189+develop.42ba4463e
|
Device data for interpolating field values. More...
#include <RZMapFieldData.hh>
Public Types | |
| using | ElementId = ItemId< size_type > |
| Index of MapField 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 | |
| MapFieldGridData | grids |
| Grids of MapField. | |
| FieldDriverOptions | options |
| Field propagation and substepping tolerances. | |
| ElementItems< MapFieldElement > | fieldmap |
Device data for interpolating field values.