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

Collection of matrix and vector element providers. More...

Classes

class  LaplaceMatrixProvider
 Element Matrix Provider for the Laplace operator using picewise linear barycentric basis functions. More...
 
class  LoadVectorProvider
 Element Vector Provider for scalar valued load functions using picewise linear barycentric basis functions. More...
 
class  MassMatrixProvider
 Element Matrix Provider for the mass matrix using picewise linear barycentric basis functions. More...
 
class  RotWhitneyOneDivMatrixProvider
 Element matrix provider for rotated whitney one form. More...
 
class  WhitneyOneCurlCurlMatrixProvider
 An elment matrix provider computed with the Whitney one forms, vector valued basis function. More...
 
class  WhitneyOneGradMatrixProvider
 Element matrix provider Whitney one forms, surface vector fields. More...
 
class  WhitneyOneMassMatrixProvider
 Element matrix provider for the Whitney one mass matrix that is the dot product of two Whitney one basis functions. More...
 
class  WhitneyOneVectorProvider
 Element vector provider for Whitney one forms. More...
 
class  WhitneyTwoMassMatrixProvider
 Element matrix provider for the bilinear form with cellwise constant basis functions. More...
 
class  WhitneyTwoVectorProvider
 Element vector provider for piecewise constant whitney two forms. More...
 

Detailed Description

Collection of matrix and vector element providers.

Containing all necessary matrix and vector providers for the Hodge Laplacians and the Dirac operator

Details for the mathematical derivations can be found in the thesis (linked in the README.md) chapter 4.