bilinearForm.hh File Reference

Go to the source code of this file.

Classes

class  hp3D::Advection< F >
 A function class to calculate element matrices of the bilinear form. More...
 
class  concepts::Array< F >
 An array of objects. More...
 
class  vectorial::BilinearForm< F, G >
 Vector valued bilinear form. More...
 
class  concepts::Element< F >
 An abstract class for an element of a space. More...
 
class  concepts::ElementMatrix< F >
 Element matrix. More...
 
class  hp3D::Identity< F >
 A function class to calculate element matrices for the mass matrix. More...
 
class  hp3D::Laplace< F >
 A function class to calculate element matrices for the Laplacian. More...
 

Namespaces

 concepts
 Basic namespace for Concepts-2.
 
 hp3D
 3D hp-FEM for H1-conforming elements.
 
 vectorial
 Vector valued problems.
 

Functions

template<class F >
void hp3D::setupAdvection (vectorial::BilinearForm< F, typename concepts::Realtype< F >::type > &bf, const concepts::ElementFormulaContainer< concepts::Point< F, 3 > > frm)
 Function to setup a bilinear form related to the vector Advection, namely. More...
 
template<class F >
void hp3D::setupIdentity (vectorial::BilinearForm< F, typename concepts::Realtype< F >::type > &bf)
 Function to setup a bilinear form related to the vector Identity, namely. More...
 
template<class F >
void hp3D::setupIdentity (vectorial::BilinearForm< F, typename concepts::Realtype< F >::type > &bf, const concepts::ElementFormulaContainer< concepts::Mapping< F, 3 > > frm, bool transposed=false)
 Function to setup a bilinear form related to the vector Identity, namely. More...
 

Detailed Description

Bilinear forms for hp 3D FEM

Definition in file bilinearForm.hh.

Page URL: http://wiki.math.ethz.ch/bin/view/Concepts/WebHome
21 August 2020
© 2020 Eidgenössische Technische Hochschule Zürich