#include <vector>#include "phelm.h"#include "solver.h"Go to the source code of this file.
Classes | |
| class | SphereNorm |
| A fast spherical norm calculator. More... | |
| class | SphereLaplace |
| Spherical Laplace operator. More... | |
| class | SphereChafe |
| Chafe-Infante equation on sphere. More... | |
| class | Laplace |
| Laplace operator on a flat domain. More... | |
| class | Chafe |
| Chafe-Infante equation on flat domain. More... | |
Functions | |
| double | slaplace (const Polynom &phi_i, const Polynom &phi_j, const Triangle &trk, const Mesh::points_t &ps) |
| Calculate one element of finite-element matrix for spheric Laplace operator. | |
| double | laplace (const Polynom &phi_i, const Polynom &phi_j, const Triangle &trk, const Mesh::points_t &ps) |
| Calculate one element of finite-element matrix for Laplace operator on flat domain. | |
Definition in file laplace.h.