OGS
ExtrapolatableElement.h
Go to the documentation of this file.
1
11
#pragma once
12
13
#include <Eigen/Core>
14
15
namespace
NumLib
16
{
23
class
ExtrapolatableElement
24
{
25
public
:
27
virtual
Eigen::Map<const Eigen::RowVectorXd>
getShapeMatrix
(
28
const
unsigned
integration_point)
const
= 0;
29
30
virtual
~ExtrapolatableElement
() =
default
;
31
};
32
33
}
// namespace NumLib
NumLib::ExtrapolatableElement
Definition
ExtrapolatableElement.h:24
NumLib::ExtrapolatableElement::~ExtrapolatableElement
virtual ~ExtrapolatableElement()=default
NumLib::ExtrapolatableElement::getShapeMatrix
virtual Eigen::Map< const Eigen::RowVectorXd > getShapeMatrix(const unsigned integration_point) const =0
Provides the shape matrix at the given integration point.
NumLib
Definition
ProjectData.h:46
NumLib
Extrapolation
ExtrapolatableElement.h
Generated by
1.12.0