List of AnalyticalConstraint
.
More...
#include <analytical.hh>
|
void | add (AnalyticalConstraint< F > *c) |
| Adds an AnalyticalConstraint to the list. More...
|
|
void | add (const AnalyticalConstraint< F > &c) |
| Adds an AnalyticalConstraint to the list. More...
|
|
void | assembly (const concepts::Element< F > &e, concepts::TColumn< F > *&t, uint &n) |
| Returns the TColumns t and the number of TColumns n for this constraint in element e . More...
|
|
virtual ConstraintsList * | clone () const |
| Virtual constructor. More...
|
|
virtual BilinearForm * | clone () const=0 |
| Virtual constructor. More...
|
|
| ConstraintsList () |
| Default constructor. More...
|
|
virtual void | operator() (const concepts::Element< F > &elm, concepts::ElementMatrix< F > &em) const |
|
virtual void | operator() (const concepts::Element< F > &elmX, const concepts::Element< F > &elmY, concepts::ElementMatrix< F > &em) const |
|
virtual void | operator() (const Element< typename Realtype< F >::type > &elm, ElementMatrix< F > &em) const=0 |
| Computes the element contribution to the function. More...
|
|
virtual void | operator() (const Element< typename Realtype< F >::type > &elmX, const Element< typename Realtype< F >::type > &elmY, ElementMatrix< F > &em) const=0 |
| Evaluates the bilinear form for all shape functions on elmX and elmY and stores the result in the matrix em . More...
|
|
virtual void | operator() (const Element< typename Realtype< F >::type > &elmX, const Element< typename Realtype< F >::type > &elmY, ElementMatrix< F > &em, const ElementPair< typename Realtype< F >::type > &ep) const |
| Evaluates the bilinear form for all shape functions on elmX and elmY and stores the result in the matrix em . More...
|
|
virtual | ~ConstraintsList () |
|
|
virtual std::ostream & | info (std::ostream &os) const |
|
template<typename F>
class constraints::ConstraintsList< F >
List of AnalyticalConstraint
.
- Author
- Philipp Frauenfelder, 2002
Definition at line 110 of file analytical.hh.
◆ ConstraintsList()
◆ ~ConstraintsList()
◆ add() [1/2]
◆ add() [2/2]
◆ assembly()
Returns the TColumns t
and the number of TColumns n
for this constraint in element e
.
Calls assembly
on every constraint of constraints_
.
◆ clone() [1/2]
Virtual constructor.
Returns a pointer to a copy of itself. The caller is responsible to destroy this copy.
Implements concepts::Cloneable.
◆ clone() [2/2]
Virtual constructor.
Returns a pointer to a copy of itself. The caller is responsible to destroy this copy.
◆ info()
◆ operator()() [1/5]
◆ operator()() [2/5]
◆ operator()() [3/5]
Computes the element contribution to the function.
- Parameters
-
elm | Element on which the computations should be performed |
em | The local matrix |
◆ operator()() [4/5]
Evaluates the bilinear form for all shape functions on elmX
and elmY
and stores the result in the matrix em
.
- Postcondition
- The returned matrix
em
has the correct size.
- Parameters
-
elmX | Left element (test functions) |
elmY | Right element (trial functions) |
em | Return element matrix |
◆ operator()() [5/5]
Evaluates the bilinear form for all shape functions on elmX
and elmY
and stores the result in the matrix em
.
If this method is not reimplemented in a derived class, the default behaviour is to call the application operator without ep
.
- Postcondition
- The returned matrix
em
has the correct size.
- Parameters
-
elmX | Left element |
elmY | Right element |
em | Return element matrix |
ep | Element pair holding more information on the pair elmX and elmY |
Definition at line 57 of file bilinearForm.hh.
◆ constraints_
◆ n_
Number of global constraints on the degree of freedom level.
Definition at line 146 of file analytical.hh.
The documentation for this class was generated from the following file: