My Project
|
This file file provides a dense-AD Evaluation class where the number of derivatives is specified at runtime. More...
#include <opm/material/common/Valgrind.hpp>
#include <opm/material/common/FastSmallVector.hpp>
#include <cassert>
#include <iosfwd>
#include <stdexcept>
Go to the source code of this file.
Classes | |
class | Opm::DenseAd::Evaluation< ValueT, DynamicSize, staticSize > |
Represents a function evaluation and its derivatives w.r.t. More... | |
Namespaces | |
namespace | Opm |
This class implements a small container which holds the transmissibility mulitpliers for all the faces in the grid. | |
Typedefs | |
template<class Scalar , unsigned staticSize = 0> | |
using | Opm::DenseAd::DynamicEvaluation = Evaluation< Scalar, DynamicSize, staticSize > |
This file file provides a dense-AD Evaluation class where the number of derivatives is specified at runtime.