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