@@ -21,20 +21,20 @@ class CSDSolverTrafoFP : public SNSolver
Matrix_L;/*! @brief Laplace Beltrami Matrix */
Matrix_IL;/*! @brief Laplace Beltrami Matrix */
double_alpha;
double_alpha2;
double_beta;
double_alpha;/*! @brief Coefficient of GFP operators (see Olbrant 2010, Appendix B)*/
double_alpha2;/*! @brief Coefficient of GFP operators (see Olbrant 2010, Appendix B)*/
double_beta;/*! @brief Coefficient of GFP operators (see Olbrant 2010, Appendix B)*/
Matrix_xi;/*! @brief matrix of transport coefficients */
Vector_xi1;
Vector_xi2;
Matrix_xi;
unsigned_FPMethod;/*! @brief Encodes different ways of computing coefficients alpha, alpha2 & beta, _FPMethod == 1, 2 ,3 stand for methods with increasing accuracy (see Olbrant 2010, Appendix B)*/
unsigned_FPMethod;
bool_RT;/*! @brief radiotherapy application (on/off), if true use crosssections + stopping powers from database */
bool_RT;
double_energyMin;
double_energyMax;
double_energyMin;/*! @brief minimal energy in energy grid*/
double_energyMax;/*! @brief maximal energy in energy grid*/