concepts::SMatrixBase< F > Class Template Referenceabstract
An abstract class for an S matrix. More...
#include <hpAdaptiveSpaceH1.hh>
Public Member Functions | |
virtual void | operator() (const TColumn< F > &src, TColumn< F > &dest) const =0 |
Application operator. More... | |
virtual uint | size () const =0 |
Returns the size of the S matrix. More... | |
Protected Member Functions | |
virtual std::ostream & | info (std::ostream &os) const |
Detailed Description
template<class F>
class concepts::SMatrixBase< F >
An abstract class for an S matrix.
An S matrix describes how a T matrix has to be changed to reflect a refinement of an element.
The definition of an S matrix is as follows:
Let be the result of a refinement of element . The S matrix describes how the restriction of the shape functions onto are constructed from the shape functions of :
and in vector notation: In the trivial case (i. e. no refinement), the S matrix is defined as the identity matrix.
- See also
- TMatrixBase
- TColumn
Definition at line 20 of file hpAdaptiveSpaceH1.hh.
Member Function Documentation
◆ info()
|
protectedvirtual |
◆ operator()()
|
pure virtual |
Application operator.
Implemented in concepts::SMatrix1D, concepts::SMatrixBlock< F, dim >, concepts::SMatrixGeneralTensor< F, dim >, and concepts::SMatrixCompose< F >.
◆ size()
|
pure virtual |
Returns the size of the S matrix.
Implemented in concepts::SMatrixBlock< F, dim >, concepts::SMatrixGeneralTensor< F, dim >, and concepts::SMatrixCompose< F >.
The documentation for this class was generated from the following files:
- hp2D/hpAdaptiveSpaceH1.hh
- space/smatrix.hh