Go to the source code of this file.
|
void | init_gradient_mat (const MagneticField< DeviceType > &magnetic_field, const Plane< DeviceType > &plane, const View< int *, CLayout, DeviceType > &num_t_node, const View< int **, CLayout, DeviceType > &tr_node, double gradpsi_limit, bool grad_psitheta, bool exclude_private, GradientMatrices< DeviceType > &gradient_matrices, View< double ***, CLayout, DeviceType > &unit_vecs, View< int *, CLayout, DeviceType > &basis) |
|
void init_gradient_mat |
( |
const MagneticField< DeviceType > & |
magnetic_field, |
|
|
const Plane< DeviceType > & |
plane, |
|
|
const View< int *, CLayout, DeviceType > & |
num_t_node, |
|
|
const View< int **, CLayout, DeviceType > & |
tr_node, |
|
|
double |
gradpsi_limit, |
|
|
bool |
grad_psitheta, |
|
|
bool |
exclude_private, |
|
|
GradientMatrices< DeviceType > & |
gradient_matrices, |
|
|
View< double ***, CLayout, DeviceType > & |
unit_vecs, |
|
|
View< int *, CLayout, DeviceType > & |
basis |
|
) |
| |