7 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,
8 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)
Definition: init_gradient_mat.cpp:82