![]() |
#include <dGqElement.h>
Inheritance diagram for dolfin::dGqElement:


Public Member Functions | |
| dGqElement (unsigned int q, unsigned int index, real t0, real t1) | |
| ~dGqElement () | |
| Type | type () const |
| Return type of element. | |
| unsigned int | size () const |
| Return number of degrees of freedom. | |
| real | value (real t) const |
| Return value of element at given time. | |
| real | value (unsigned int node, real t) const |
| Return value of element at given time, perhaps at the given node (optimized version). | |
| real | initval () const |
| Return initial value of element. | |
| real | ddx () const |
| Return derivative at the end point. | |
| void | update (real u0) |
| Update initial value. | |
| real | update (RHS &f) |
| Update element (iteration). | |
| real | update (RHS &f, real *values) |
| Update element (iteration), non-destructive. | |
| real | update (RHS &f, real alpha) |
| Update element (iteration), damped version. | |
| real | update (RHS &f, real alpha, real *values) |
| Update element (iteration), damped version, non-destructive. | |
| real | updateLocalNewton (RHS &f) |
| Update element (iteration), local Newton version. | |
| real | updateLocalNewton (RHS &f, real *values) |
| Update element (iteration), local Newton version, non-destructive. | |
| void | set (real u0) |
| Set all element values to the given value. | |
| void | set (const real *const values) |
| Set element values to given values (not including initial data). | |
| void | get (real *const values) const |
| Get element values (not including initial data). | |
| bool | accept (real TOL, real r) |
| Check if element can be accepted for given tolerance. | |
| real | computeTimeStep (real TOL, real r, real kmax) const |
| real | computeDiscreteResidual (RHS &f) |
| real | computeElementResidual (RHS &f) |
|
||||||||||||||||||||
|
|
|
|
|
|
||||||||||||
|
Check if element can be accepted for given tolerance.
Implements dolfin::Element. |
|
|
Implements dolfin::Element. |
|
|
Implements dolfin::Element. |
|
||||||||||||||||
|
Implements dolfin::Element. |
|
|
Return derivative at the end point.
Implements dolfin::Element. |
|
|
Get element values (not including initial data).
Implements dolfin::Element. |
|
|
Return initial value of element.
Implements dolfin::Element. |
|
|
Set element values to given values (not including initial data).
Implements dolfin::Element. |
|
|
Set all element values to the given value.
Implements dolfin::Element. |
|
|
Return number of degrees of freedom.
Implements dolfin::Element. |
|
|
Return type of element.
Implements dolfin::Element. |
|
||||||||||||||||
|
Update element (iteration), damped version, non-destructive.
Implements dolfin::Element. |
|
||||||||||||
|
Update element (iteration), damped version.
Implements dolfin::Element. |
|
||||||||||||
|
Update element (iteration), non-destructive.
Implements dolfin::Element. |
|
|
Update element (iteration).
Implements dolfin::Element. |
|
|
Update initial value.
Implements dolfin::Element. |
|
||||||||||||
|
Update element (iteration), local Newton version, non-destructive.
Implements dolfin::Element. |
|
|
Update element (iteration), local Newton version.
Implements dolfin::Element. |
|
||||||||||||
|
Return value of element at given time, perhaps at the given node (optimized version).
Implements dolfin::Element. |
|
|
Return value of element at given time.
Implements dolfin::Element. |
![]()
Documentation automatically generated with Doxygen on 10 Sep 2004.