hp2D::BuildHCurlInnerTColumns< F > Class Template Referenceabstract
Responsible to build the T columns belonging to inner degrees of freedom in a HCurl conforming space with shape functions in tensor product structure. More...
#include <buildHCurlTColumns.hh>
Public Types | |
typedef concepts::SpaceHelper< F, SpacePreBuilder > | SpaceHelper |
Public Member Functions | |
BuildHCurlInnerTColumns () | |
Default constructor. More... | |
BuildHCurlInnerTColumns (SpaceHelper &spc) | |
Constructor. More... | |
virtual BuildHCurlInnerTColumns< F > * | clone (SpaceHelper *spc=0) const |
virtual BuildTColumnsBase< concepts::Real > * | clone (SpaceHelper *spc=0) const=0 |
virtual BuildTColumnsBase< concepts::Real, SpacePreBuilder > * | clone (SpaceHelper< concepts::Real, SpacePreBuilder > *spc=0) const=0 |
Virtual copy constructor with a twist. More... | |
virtual void | operator() (const concepts::Connector2 &cntr, concepts::TColumn< concepts::Real > *&T1) const=0 |
Builds the degrees of freedom for a quad. More... | |
virtual void | operator() (const concepts::Connector2 &cntr, concepts::TColumn< F > *&T1) const |
Builds the degrees of freedom. More... | |
SpacePreBuilder & | prebuild () const |
Returns the space pre builder. More... | |
SpaceHelper< concepts::Real, SpacePreBuilder > & | spc () const |
Returns pointer to space helper class. More... | |
virtual | ~BuildHCurlInnerTColumns () |
Protected Member Functions | |
virtual std::ostream & | info (std::ostream &os) const |
Protected Attributes | |
SpaceHelper< concepts::Real, SpacePreBuilder > * | spc_ |
Space to build the degrees of freedom from. More... | |
Detailed Description
template<class F = concepts::Real>
class hp2D::BuildHCurlInnerTColumns< F >
Responsible to build the T columns belonging to inner degrees of freedom in a HCurl conforming space with shape functions in tensor product structure.
A call to the application operator builds the T columns for a given 'member of space' quad. The appropiate polynomial degree are given by a space pre builder class, which is part of a space helper class.
If you want to change the way this is done, derive from this class and overwrite the application operator.
Definition at line 85 of file buildHCurlTColumns.hh.
Member Typedef Documentation
◆ SpaceHelper
typedef concepts::SpaceHelper<F, SpacePreBuilder> hp2D::BuildHCurlInnerTColumns< F >::SpaceHelper |
Definition at line 87 of file buildHCurlTColumns.hh.
Constructor & Destructor Documentation
◆ BuildHCurlInnerTColumns() [1/2]
|
inline |
Default constructor.
Definition at line 89 of file buildHCurlTColumns.hh.
◆ BuildHCurlInnerTColumns() [2/2]
|
inline |
Constructor.
- Parameters
-
spc Space Helper with Space Pre Builder (mesh and distribution of degrees of freedom), boundary condition and the running index
Definition at line 96 of file buildHCurlTColumns.hh.
◆ ~BuildHCurlInnerTColumns()
|
inlinevirtual |
Definition at line 98 of file buildHCurlTColumns.hh.
Member Function Documentation
◆ clone() [1/3]
|
virtual |
◆ clone() [2/3]
|
pure virtualinherited |
Implemented in hp2D::BuildL2InnerTColumns< concepts::Real >, and hp2D::BuildH1InnerTColumns< concepts::Real >.
◆ clone() [3/3]
|
pure virtualinherited |
Virtual copy constructor with a twist.
If a copy of a space helper is created, the strategies to build the degrees of freedom of the copy should also reference the copy and not the initial space helper. This is done by giving the argument spc
to clone.
- Parameters
-
spc Space helper class to work on for the return value. If set to 0, spc_
is used.
◆ info()
|
protectedvirtualinherited |
Reimplemented in hp2D::BuildL2InnerTColumnsHypTrunk< F >, hp2D::BuildL2InnerTColumnsLinTrunk< F >, hp2D::BuildL2InnerTColumns< F >, hp2D::BuildL2InnerTColumns< concepts::Real >, hp2D::BuildH1InnerTColumnsHypTrunk< F >, hp2D::BuildH1InnerTColumnsLinTrunk< F >, hp2D::BuildH1InnerTColumns< F >, hp2D::BuildH1InnerTColumns< concepts::Real >, hp2D::BuildH1EdgeTColumns< F >, and hp2D::BuildH1VtxTColumns< F >.
Definition at line 274 of file spacePreBuilder.hh.
◆ operator()() [1/2]
|
pure virtualinherited |
Builds the degrees of freedom for a quad.
- Parameters
-
cntr Quad which dofs should be considered T1 New T columns created for the degrees of freedom
Implemented in hp2D::BuildL2InnerTColumns< concepts::Real >, and hp2D::BuildH1InnerTColumns< concepts::Real >.
◆ operator()() [2/2]
|
virtual |
Builds the degrees of freedom.
- Parameters
-
cntr Quad which dofs should be considered T1 New T columns created for the degrees of freedom
◆ prebuild()
|
inlineinherited |
Returns the space pre builder.
Definition at line 258 of file spacePreBuilder.hh.
◆ spc()
|
inlineinherited |
Returns pointer to space helper class.
Definition at line 256 of file spacePreBuilder.hh.
Member Data Documentation
◆ spc_
|
protectedinherited |
Space to build the degrees of freedom from.
Definition at line 273 of file spacePreBuilder.hh.
The documentation for this class was generated from the following file:
- hp2Dedge/buildHCurlTColumns.hh