solution.h File Reference
#include "function.h"
#include "shapefn.h"
#include "space.h"
#include "asmlist.h"
#include "refmap.h"
Go to the source code of this file.
Classes |
| class | MeshFunction |
| | Represents a function defined on a mesh. More...
|
| class | Solution |
| | Represents the solution of a PDE. More...
|
| class | ExactSolution |
| | Represents an exact solution to a PDE. More...
|
Typedefs |
| typedef scalar(* | exact_fn_t )(double x, double y, double z, scalar &dx, scalar &dy, scalar &dz) |
| typedef scalar3 &(* | exact_vec_fn_t )(double x, double y, double z, scalar3 &dx, scalar3 &dy, scalar3 &dz) |
Typedef Documentation