LehrFEM++ 1.0.0
A simple Finite Element Library for teaching
post_processing.h
1#ifndef HLDO_SPHERE_POST_PROCESSING_H
2#define HLDO_SPHERE_POST_PROCESSING_H
3
4namespace projects::hldo_sphere {
9namespace post_processing {}
10} // namespace projects::hldo_sphere
11
12#endif // HLDO_SPHERE_POST_PROCESSING_H
Implementation of the thesis Hogde Laplacians and Dirac Operators on the surface of the 3-Sphere.
Definition: assemble.h:15