Note
The documentation on this page was automatically extracted from the DOLFIN C++ code and may need to be edited or expanded.
Parent class(es)
This class represents a linear variational problem:
Find u in V such that
a(u, v) = L(v) for all v in V^,
where V is the trial space and V^ is the test space.
Create linear variational problem without boundary conditions
Create linear variational problem with a single boundary condition
Create linear variational problem with a list of boundary conditions
Create linear variational problem with a list of boundary conditions (shared pointer version)
Return bilinear form
Return linear form
Return solution variable
Return solution variable (const version)
Return boundary conditions
Return trial space
Return test space