@@ -21,15 +20,16 @@ class CSDSolverTrafoFP : public SNSolver
Matrix_L;/*! @brief Laplace Beltrami Matrix */
Matrix_IL;/*! @brief Laplace Beltrami Matrix */
double_alpha;/*! @brief Coefficient of GFP operators (see Olbrant 2010, Appendix B)*/
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)*/
double_beta;/*! @brief Coefficient of GFP operators (see Olbrant 2010, Appendix B)*/
Matrix_xi;/*! @brief matrix of transport coefficients */
Matrix_xi;/*! @brief matrix of transport coefficients */
Vector_xi1;
Vector_xi2;
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;/*! @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)*/
bool_RT;/*! @brief radiotherapy application (on/off), if true use crosssections + stopping powers from database */