|
|
| LinearShapeFunction () |
| | Default constructor.
|
| | LinearShapeFunction (const Dune::FieldVector< rtype, dim > &coeff0_, const Dune::FieldVector< rtype, dim > &coeff1_) |
| | Construct a shape function with the given coefficients.
|
| void | setCoeff (const Dune::FieldVector< rtype, dim > &coeff0_, const Dune::FieldVector< rtype, dim > &coeff1_) |
| | Set the given conefficients.
|
| rtype | evaluateFunction (const Dune::FieldVector< ctype, dim > &local) const |
| | Evaluate the shape function.
|
| Dune::FieldVector< rtype, dim > | evaluateGradient (const Dune::FieldVector< ctype, dim > &local) const |
| | Evaluate the gradient of the shape function.
|
template<class ctype, class rtype, int dim>
class Opm::Elasticity::LinearShapeFunction< ctype, rtype, dim >
Represents a linear shape function on a Q4/Q8 element.