Represents a tensor-product of 1D functions.
More...
#include <shapefunctions.hpp>
|
enum | { dimension = dim
} |
| The dimension of the function.
|
|
|
| TensorProductFunction () |
| Empty default constructor.
|
|
| TensorProductFunction (const Dune::FieldVector< ftype, dim > &funcs_) |
| Construct a tensor-product function. More...
|
|
rtype | evaluateFunction (const Dune::FieldVector< ctype, dim > &local) const |
| Evaluate the function. More...
|
|
Dune::FieldVector< rtype, dim > | evaluateGradient (const Dune::FieldVector< ctype, dim > &local) const |
|
template<class rtype, class ctype, class ftype, int dim>
class Opm::Elasticity::TensorProductFunction< rtype, ctype, ftype, dim >
Represents a tensor-product of 1D functions.
◆ TensorProductFunction()
template<class rtype , class ctype , class ftype , int dim>
Construct a tensor-product function.
- Parameters
-
◆ evaluateFunction()
template<class rtype , class ctype , class ftype , int dim>
Evaluate the function.
- Parameters
-
[in] | local | The local coordinates |
The documentation for this class was generated from the following file: