![]() |
#include <FunctionPair.h>
Collaboration diagram for dolfin::FunctionPair:
Public Member Functions | |
FunctionPair () | |
Create empty function pair. | |
FunctionPair (NewArray< real > &w, Function &f) | |
Create function pair of given functions. | |
~FunctionPair () | |
Destructor. | |
void | update (const Cell &cell, const NewPDE &pde) |
Update local values on given cell at given time t. |
The local function w is represented by a list of degrees of freedom, while the global function f is represented by an object of the class Function.
|
Create empty function pair.
|
|
Create function pair of given functions.
|
|
Destructor.
|
|
Update local values on given cell at given time t.
|
Documentation automatically generated with Doxygen on 10 Sep 2004.