fvbaseadlocallinearizer.hh File Reference
#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>
Include dependency graph for fvbaseadlocallinearizer.hh:
This graph shows which files directly or indirectly include this file:

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
 
namespace  Opm::Properties
 
namespace  Opm::Properties::TTag
 The generic type tag for problems using the immiscible multi-phase model.
 

Detailed Description

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).