LehrFEM++ 1.0.0
A simple Finite Element Library for teaching
assemble.h
1#ifndef HLDO_SPHERE_ASSEMBLE_H
2#define HLDO_SPHERE_ASSEMBLE_H
3
4#include <laplace_matrix_provider.h>
5#include <load_vector_provider.h>
6#include <mass_matrix_provider.h>
7#include <rot_whitney_one_div_matrix_provider.h>
8#include <whitney_one_curl_curl_matrix_provider.h>
9#include <whitney_one_grad_matrix_provider.h>
10#include <whitney_one_mass_matrix_provider.h>
11#include <whitney_one_vector_provider.h>
12#include <whitney_two_mass_matrix_provider.h>
13#include <whitney_two_vector_provider.h>
14
26namespace assemble {}
27} // namespace projects::hldo_sphere
28
29#endif // HLDO_SPHERE_ASSEMBLE_H
Implementation of the thesis Hogde Laplacians and Dirac Operators on the surface of the 3-Sphere.
Definition: assemble.h:15