constraints::Element< F > Class Template Reference
Element of the constraints space. More...
#include <analytical.hh>
Public Member Functions | |
const concepts::Element< F > & | compElement () const |
Returns the computational element. More... | |
Element (concepts::Element< F > &elm, concepts::TColumn< F > *T) | |
Constructor. More... | |
virtual const concepts::Element< F > & | elm1 () const |
virtual const concepts::Element< F > & | elm2 () const |
virtual const concepts::TMatrix< F > & | T () const |
virtual | ~Element () |
Protected Member Functions | |
virtual std::ostream & | info (std::ostream &os) const |
Private Attributes | |
concepts::Element< F > & | elm_ |
Element in the computational space. More... | |
concepts::TMatrix< F > | T_ |
TMatrix. More... | |
Detailed Description
template<typename F>
class constraints::Element< F >
Element of the constraints space.
Definition at line 24 of file analytical.hh.
Constructor & Destructor Documentation
◆ Element()
template<typename F >
constraints::Element< F >::Element | ( | concepts::Element< F > & | elm, |
concepts::TColumn< F > * | T | ||
) |
Constructor.
- Parameters
-
T List of T columns which describe the assembling of the local into the global constraints matrix
◆ ~Element()
template<typename F >
|
virtual |
Member Function Documentation
◆ compElement()
template<typename F >
|
inline |
Returns the computational element.
Definition at line 33 of file element.hh.
◆ elm1()
template<typename F >
|
inlinevirtual |
Definition at line 35 of file element.hh.
◆ elm2()
template<typename F >
|
inlinevirtual |
Definition at line 36 of file element.hh.
◆ info()
template<typename F >
|
protectedvirtual |
◆ T()
template<typename F >
|
inlinevirtual |
Definition at line 30 of file element.hh.
Member Data Documentation
◆ elm_
template<typename F >
|
private |
Element in the computational space.
Definition at line 41 of file element.hh.
◆ T_
template<typename F >
|
private |
TMatrix.
Definition at line 44 of file element.hh.
The documentation for this class was generated from the following files:
- constraints/analytical.hh
- constraints/element.hh