LehrFEM++
1.0.0
A simple Finite Element Library for teaching
projects
hldo_sphere
assemble
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
15
namespace
projects::hldo_sphere
{
26
namespace
assemble {}
27
}
// namespace projects::hldo_sphere
28
29
#endif
// HLDO_SPHERE_ASSEMBLE_H
projects::hldo_sphere
Implementation of the thesis Hogde Laplacians and Dirac Operators on the surface of the 3-Sphere.
Definition:
assemble.h:15
Generated by
1.9.3