|
| FluxSurfaceAverage () |
|
template<class Device2 > |
FluxSurfaceAverage< Device2 > | mirror () const |
|
| FluxSurfaceAverage (NLReader::NamelistReader &nlr, const MagneticField< DeviceType > &magnetic_field, const Plane< HostType > &plane, const PlaneFiles &plane_files, const VolumesAndAreas &volumes_and_areas, const View< int *, CLayout, DeviceType > &num_t_node, const View< int **, CLayout, DeviceType > &tr_node) |
|
View< double *, CLayout, Device > | to_surf (const View< double *, CLayout, Device > &input) const |
|
void | from_surf (const View< double *, CLayout, Device > &input, const View< double *, CLayout, Device > &output) const |
|
View< double *, CLayout, Device > | average (const View< double *, CLayout, Device > &array) const |
|
View< double *, CLayout, Device > | average (const View< double *, CLayout, Device > &array, const View< double *, CLayout, Device > &output_surf) const |
|
void | average (const View< double *, CLayout, Device > &array, const View< double *, CLayout, Device > &output_surf, const View< double *, CLayout, Device > &tmp00) const |
|
void | average (const View< double **, CLayout, Device > &array) const |
|
int | nsurfs () const |
|
|
void | wall_nodes_strikep_method (NLReader::NamelistReader &nlr, const MagneticField< DeviceType > &magnetic_field, const Plane< HostType > &plane, const PlaneFiles &plane_files, const View< double *, CLayout, HostType > &psi_surf, const View< int *, CLayout, DeviceType > &num_t_node, const View< int **, CLayout, DeviceType > &tr_node) |
|
template<> |
void | wall_nodes_strikep_method (NLReader::NamelistReader &nlr, const MagneticField< DeviceType > &magnetic_field, const Plane< HostType > &plane, const PlaneFiles &plane_files, const View< double *, CLayout, HostType > &psi_surf, const View< int *, CLayout, DeviceType > &num_t_node_d, const View< int **, CLayout, DeviceType > &tr_node_d) |
|
template<> |
| FluxSurfaceAverage (NLReader::NamelistReader &nlr, const MagneticField< DeviceType > &magnetic_field, const Plane< HostType > &plane, const PlaneFiles &plane_files, const VolumesAndAreas &volumes_and_areas, const View< int *, CLayout, DeviceType > &num_t_node, const View< int **, CLayout, DeviceType > &tr_node) |
|