My Project
|
Classes for shape functions. Loosely based on code in dune-grid-howto. More...
#include <dune/common/fvector.hh>
#include <dune/common/dynmatrixev.hh>
#include <complex>
#include <array>
Go to the source code of this file.
Classes | |
class | Opm::Elasticity::LinearShapeFunction< ctype, rtype, dim > |
Represents a linear shape function on a Q4/Q8 element. More... | |
class | Opm::Elasticity::LagrangeCardinalFunction< ctype, rtype > |
Represents a cardinal function on a line. More... | |
class | Opm::Elasticity::TensorProductFunction< rtype, ctype, ftype, dim > |
Represents a tensor-product of 1D functions. More... | |
class | Opm::Elasticity::P1ShapeFunctionSet< ctype, rtype, dim > |
Singleton handler for the set of LinearShapeFunction. More... | |
class | Opm::Elasticity::PNShapeFunctionSet< dim > |
Namespaces | |
namespace | Opm |
Inverting small matrices. | |
Classes for shape functions. Loosely based on code in dune-grid-howto.