Programming tasks to Scientific Computing I
Classes | Enumerations
shellFE Namespace Reference

Classes

class  AdaptiveTriangMesh
 
class  CenterOfMassQuadrature
 Different quadrature types for triangular meshes. More...
 
class  DiscreteFunctionDefaultShellFE
 Helper class to evaluate a discrete nodal function on a given mesh. More...
 
struct  DiscreteFunctionLookup
 
class  DiscreteVectorFunctionDefaultShellFE
 Helper class to evaluate a discrete vector-valued nodal function on a given mesh. More...
 
class  EdgeQuadrature
 
class  LegacyVtkWriter
 
class  MatrixValuedIntegratorBase
 General interface for matrix valued integrators. More...
 
class  ShellElementWithTangentSpaceAtVertex
 Triangle which has a tangent space at each node. More...
 
class  ShellHandler
 Additional information about TriangleMeshes. More...
 
class  TriangMesh
 
class  UnitTriangleBaseFunctionSetInterface
 Inteface. More...
 
class  UnitTriangleFELinWeightedStiffIntegrator
 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...
 
class  UnitTriangleFENonlinOpIntegratorShellFE
 Integrator for $ (\int_\Omega s(x) w_i(x) da )_{i} $, of some scalar valued function $ s$. More...
 
class  UnitTriangMeshBaseFunctionSetP1
 Base function set for unit triangle. Unit triangle embedded in R^2 is given by the three positions (0,0), (1,0) and (0,1). More...
 
class  UnitTriangMeshConfiguratorP1
 Configurator for $\mathcal{P}^1$ Finite Elements. More...
 

Enumerations

enum  ShellFEType { NodalValuedDofs, C1Dofs }
 
enum  DataSupp { VERTEX_DATA, FACE_DATA }
 data can either belong to vertices or to faces More...
 
enum  VectorSpec { VECTORS, NORMALS }
 vector-valued data can be saved (in VTK legacy format) as 3-vectors, normals or texture coordinates (the file format also supports color scalars and lookup tables, which we will not use). More...
 
enum  ShellBoundaryType {
  ALLBOUNDARY = 100, NOBOUNDARY = 0, PlateLeft = 1, PlateLeftTop = 2,
  PlateAll = 3
}
 

Enumeration Type Documentation

data can either belong to vertices or to faces

Enumerator
VERTEX_DATA 
FACE_DATA 

Definition at line 7 of file legacyVtkWriter.h.

Enumerator
ALLBOUNDARY 
NOBOUNDARY 
PlateLeft 
PlateLeftTop 
PlateAll 

Definition at line 9 of file shellHandler.h.

Enumerator
NodalValuedDofs 
C1Dofs 

Definition at line 9 of file configuratorsShellFE.h.

vector-valued data can be saved (in VTK legacy format) as 3-vectors, normals or texture coordinates (the file format also supports color scalars and lookup tables, which we will not use).

Enumerator
VECTORS 
NORMALS 

Definition at line 9 of file legacyVtkWriter.h.