|
| template<uint from, uint to, uint n_from, uint n_to, int dim, typename NT , typename Vector > |
| void | jacobian_flux_source (SimpleMatrix< Tensor< 1, dim, NT >, n_to, n_from > &jF, SimpleMatrix< NT, n_to, n_from > &jS, const Point< dim > &p, const Vector &sol) const |
| |
| template<uint tup_idx, uint n_from, uint n_to, int dim, typename NT , typename Vector > |
| void | jacobian_flux_source_grad (SimpleMatrix< Tensor< 1, dim, Tensor< 1, dim, NT > >, n_to, n_from > &jF, SimpleMatrix< Tensor< 1, dim, NT >, n_to, n_from > &jS, const Point< dim > &p, const Vector &sol) const |
| |
| template<uint tup_idx, uint n_from, uint n_to, int dim, typename NT , typename Vector > |
| void | jacobian_flux_source_hess (SimpleMatrix< Tensor< 1, dim, Tensor< 2, dim, NT > >, n_to, n_from > &jF, SimpleMatrix< Tensor< 2, dim, NT >, n_to, n_from > &jS, const Point< dim > &p, const Vector &sol) const |
| |
| template<uint tup_idx, uint n_from, uint n_to, int dim, typename NT , typename Vector > |
| void | jacobian_flux_source_extr (SimpleMatrix< Tensor< 1, dim, NT >, n_to, n_from > &jF, SimpleMatrix< NT, n_to, n_from > &jS, const Point< dim > &p, const Vector &sol) const |
| |