LehrFEM++ 1.0.0
A simple Finite Element Library for teaching
Classes | Typedefs
projects::hldo_sphere::operators Namespace Reference

Contains assembly classes for Hodge Laplacian operators, Dirac Operators and the correspondig source problems. More...

Classes

class  DiracOperator
 Computes the Galerkin LSE for the Dirac Operator and the load vector. More...
 
class  DiracOperatorSourceProblem
 Computes the Galerkin LSE for the Dirac Operator source problem. More...
 
class  HodgeLaplaciansSourceProblems
 Creates and solves the discretised Hodge Laplacian source problems. More...
 
class  WhitneyOneHodgeLaplace
 Computes the Galerkin LSE for the Hodge Laplacian of the whitney one form. More...
 
class  WhitneyTwoHodgeLaplace
 Computes the Galerkin LSE for the Hodge Laplacian of the whitney two form. More...
 
class  WhitneyZeroHodgeLaplace
 Computes the Galerkin LSE for the Hodge Laplacian of the whitney zero form. More...
 

Typedefs

using complex = std::complex< double >
 

Detailed Description

Contains assembly classes for Hodge Laplacian operators, Dirac Operators and the correspondig source problems.

Typedef Documentation

◆ complex

typedef std::complex< double > projects::hldo_sphere::operators::complex

Definition at line 32 of file dirac_operator.h.