#include <vectors.hh>
Public Member Functions | |
virtual void | time (Real time) |
Sets time_ . | |
Real | time () |
Returns time_ . | |
virtual void | operator() (const Element< typename Realtype< Real >::type > &elm, ElementMatrix< Real > &em) const=0 |
Protected Member Functions | |
virtual std::ostream & | info (std::ostream &os) const |
Returns information in an output stream. | |
Protected Attributes | |
Real | time_ |
The current time. | |
Abstract class implementing time dependent linear forms. In order to get the linear form at time t, call the time function with argument t.
Definition at line 35 of file vectors.hh.
|
inline |
Definition at line 37 of file vectors.hh.
|
protectedvirtualinherited |
Returns information in an output stream.
Reimplemented from concepts::OutputOperator.
Reimplemented in hp2Dedge::DirichletRotRot, hp2Dedge::DirichletIdentity, hp2Dedge::Riesz, hp2Dedge::EdgeRiesz, hp3D::Riesz, and vectorial::TimeLinearForm.
|
pure virtualinherited |
Computes the element contribution to the function.
elm | Element on which the computations should be performed |
em | The local matrix |
|
inline |
Returns time_
.
Definition at line 41 of file vectors.hh.
|
inlinevirtual |
|
protected |
The current time.
Definition at line 44 of file vectors.hh.