|
template<uint tup_idx, uint n_from, uint n_to, int dim, typename NT , typename Vector_s , typename Vector_n > |
void | jacobian_numflux_grad (std::array< SimpleMatrix< Tensor< 1, dim, Tensor< 1, dim, NT > >, n_to, n_from >, 2 > &jNF, const Tensor< 1, dim > &normal, const Point< dim > &p, const Vector_s &sol_s, const Vector_n &sol_n) const |
|
template<uint tup_idx, uint n_from, uint n_to, int dim, typename NT , typename Vector_s , typename Vector_n > |
void | jacobian_numflux_hess (std::array< SimpleMatrix< Tensor< 1, dim, Tensor< 2, dim, NT > >, n_to, n_from >, 2 > &jNF, const Tensor< 1, dim > &normal, const Point< dim > &p, const Vector_s &sol_s, const Vector_n &sol_n) const |
|
template<uint tup_idx, uint n_from, uint n_to, int dim, typename NT , typename Vector_s , typename Vector_n > |
void | jacobian_numflux_extr (std::array< SimpleMatrix< Tensor< 1, dim, NT >, n_to, n_from >, 2 > &jNF, const Tensor< 1, dim > &normal, const Point< dim > &p, const Vector_s &sol_s, const Vector_n &sol_n) const |
|
template<uint from, uint to, uint n_from, uint n_to, int dim, typename NT , typename Vector_s , typename Vector_n > |
void | jacobian_numflux (std::array< SimpleMatrix< Tensor< 1, dim, NT >, n_to, n_from >, 2 > &jNF, const Tensor< 1, dim > &normal, const Point< dim > &p, const Vector_s &sol_s, const Vector_n &sol_n) const |
|