template<class T>
class gismo::gsLaplacePde< T >
The Laplace equation.
This class describes a Laplace equation. This class exists mainly for compatibility reasons.
|
gsBoundaryConditions< T > & | boundaryConditions () |
| Returns a reference to the Pde boundary conditions. More...
|
|
GISMO_DEPRECATED short_t | dim () const |
| returns the dimension of the domain
|
|
gsMultiPatch< T > & | domain () |
| Returns a reference to the Pde domain. More...
|
|
GISMO_DEPRECATED int | fieldDim (index_t field_id=0) |
| gives the dimension of the i-th field it returns 1 for scalar fields, 2 for 2d vectors field etc. More...
|
|
virtual int | numRhs () const |
| gives the number of rhs functions of the PDEs
|
|
int | numUnknowns () const |
| Gives the number of unknown fields of the PDEs.
|
|
std::ostream & | print (std::ostream &os) const |
| Prints the object as a string.
|
|
virtual gsPde< T > * | restrictToPatch (unsigned) const |
| restrictToPatch creats a new PDE object for a single patch np. More...
|
|
const gsVector< unsigned > & | unknownDim () const |
| Gives the vector of dimensions of the unknowns.
|
|