|
opm-simulators
|
Calculates the local residual and its Jacobian for a single element of the grid. More...
#include <dune/common/fmatrix.hh>#include <dune/common/fvector.hh>#include <dune/istl/bvector.hh>#include <dune/istl/matrix.hh>#include <opm/material/common/Valgrind.hpp>#include <opm/material/densead/Math.hpp>#include <opm/models/discretization/common/fvbaseproperties.hh>#include <opm/simulators/linalg/linalgproperties.hh>#include <cstddef>#include <memory>Go to the source code of this file.
Classes | |
| struct | Opm::Properties::TTag::AutoDiffLocalLinearizer |
| struct | Opm::Properties::LocalLinearizer< TypeTag, TTag::AutoDiffLocalLinearizer > |
| struct | Opm::Properties::Evaluation< TypeTag, TTag::AutoDiffLocalLinearizer > |
| Set the function evaluation w.r.t. the primary variables. More... | |
| class | Opm::FvBaseAdLocalLinearizer< TypeTag > |
| Calculates the local residual and its Jacobian for a single element of the grid. More... | |
Namespaces | |
| namespace | Opm |
| This file contains a set of helper functions used by VFPProd / VFPInj. | |
| namespace | Opm::Properties::TTag |
| The generic type tag for problems using the immiscible multi-phase model. | |
Calculates the local residual and its Jacobian for a single element of the grid.
This class uses automatic differentiation to calculate the partial derivatives (the alternative is finite differences).