Celeritas  0.5.0-56+6b053cd
Public Types | Public Member Functions | Public Attributes | List of all members
celeritas::RZMapFieldParamsData< W, M > Struct Template Reference

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>
RZMapFieldParamsDataoperator= (RZMapFieldParamsData< W2, M2 > const &other)
 Assign from another set of data.
 

Public Attributes

FieldMapGridData grids
 Grids of FieldMap.
 
FieldDriverOptions options
 Options for FieldDriver.
 
ElementItems< FieldMapElementfieldmap
 

Detailed Description

template<Ownership W, MemSpace M>
struct celeritas::RZMapFieldParamsData< W, M >

Device data for interpolating field values.


The documentation for this struct was generated from the following file: