|
template<uint tup_idx, uint n_from, uint n_to, int dim, typename NT , typename Vector > |
void | jacobian_flux_grad (SimpleMatrix< Tensor< 1, dim, Tensor< 1, dim, NT > >, n_to, n_from > &jF, 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_hess (SimpleMatrix< Tensor< 1, dim, Tensor< 2, dim, NT > >, n_to, n_from > &jF, 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_extr (SimpleMatrix< Tensor< 1, dim, NT >, n_to, n_from > &jF, const Point< dim > &p, const Vector &sol) const |
|
template<uint from, uint to, uint n_from, uint n_to, int dim, typename NT , typename Vector > |
void | jacobian_flux (SimpleMatrix< Tensor< 1, dim, NT >, n_to, n_from > &jF, const Point< dim > &p, const Vector &sol) const |
|