Programming tasks to Scientific Computing I
Classes | Namespaces
unityTriangleIntegratorShellFE.h File Reference

Base classes for integration type operators defined using the unit triangle. More...

Go to the source code of this file.

Classes

class  shellFE::UnitTriangleFENonlinOpIntegratorShellFE< ConfiguratorType, Imp >
 Integrator for $ (\int_\Omega s(x) w_i(x) da )_{i} $, of some scalar valued function $ s$. More...
 
class  shellFE::MatrixValuedIntegratorBase< ConfiguratorType, Imp >
 General interface for matrix valued integrators. More...
 
class  shellFE::UnitTriangleFELinWeightedStiffIntegrator< ConfiguratorType, Imp >
 Provides an easy interface to Finite Element operators of the form $ \mbox{div}(A(x)\nabla u)$, where $A$ is an ASYMMETRIC coefficient matrix. The corresponding matrix assembly yields $ \left(\int_\Omega \nabla\phi_i\cdot A(x)\nabla\phi_j dx\right)_{ij} $ for FE basis functions $ \phi_i,\phi_j $. More...
 

Namespaces

 shellFE
 

Detailed Description

Base classes for integration type operators defined using the unit triangle.

Definition in file unityTriangleIntegratorShellFE.h.