LehrFEM++ 1.0.0
A simple Finite Element Library for teaching
|
Wrapper classes for experiments. More...
Classes | |
class | DiracOperatorExperiment |
Creates and solves the discretised Dirac Operator source problems for a given list of levels and values of k. More... | |
class | HodgeAndDiracExperiment |
Creates and solves the discretised Hodge Laplacian source problems and the Dirac operator source Problem for a given list of levels and values of k and compares the two solutions. More... | |
class | HodgeLaplacianExperiment |
Creates and solves the discretised Hodge Laplacian source problems for a given list of levels and values of k. More... | |
Typedefs | |
using | complex = std::complex< double > |
Wrapper classes for experiments.
Details about the experiments implemented in this section can be found in the thesis Hodge-Laplacians and Dirac Operators on the Surface of the 3-Sphere
chapter 6.
typedef std::complex< double > projects::hldo_sphere::experiments::complex |
Definition at line 34 of file dirac_operator_experiment.h.