linearForm.hh File Reference
Go to the source code of this file.
Classes | |
class | concepts::Element< F > |
An abstract class for an element of a space. More... | |
class | concepts::ElementMatrix< F > |
Element matrix. More... | |
class | concepts::LinearForm< F, G > |
Abstract class for a linear form. More... | |
class | concepts::LinearFormChoice |
Interface class for Linearform in that one can choice for the basis evaluation type, represented by "Basis" enum. More... | |
class | concepts::Neumann< F > |
Abstract class for the Neumann boundary term. More... | |
Namespaces | |
concepts | |
Basic namespace for Concepts-2. | |
Enumerations | |
enum | concepts::Basis { concepts::Default = 0, concepts::BND } |
Enum representing the basis evaluation type of a Linearform ALL - standard linearform evaluation on all basis functions of a element BND - linearform evaluation just on basisfunctions on the boundary, in 1D : nodal in 2D : nodal and edge basis in 3D : nodal, edge, face this applicates for tensored basis functions on hp2D::Quad only at the moment. More... | |
Detailed Description
Linear form
Definition in file linearForm.hh.