My Project
|
Calculates the local residual and its Jacobian for a single element of the grid. More...
#include "fvbaseproperties.hh"
#include <opm/material/densead/Math.hpp>
#include <opm/material/common/Valgrind.hpp>
#include <dune/istl/bvector.hh>
#include <dune/istl/matrix.hh>
#include <dune/common/fvector.hh>
#include <dune/common/fmatrix.hh>
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).