KASKADE 7 development version
Classes
variationalfunctional.hh File Reference

Documentation for Variational Functional Concepts. More...

Go to the source code of this file.

Classes

class  VariationalFunctional
 Documentation of the concept of a quadratic variational functionalThe variational functional concept defines the interface that is accessed by the VariationalFunctionalAssembler. More...
 
struct  VariationalFunctional::DomainCache
 This evaluation cache concept defines the interface that is accessed by the assembler. More...
 
struct  VariationalFunctional::BoundaryCache
 Evaluation of boundary conditions. More...
 
struct  VariationalFunctional::InnerBoundaryCache
 Evaluates jump contributions at interior faces, suitable for discontinuous Galerkin methods (optional). More...
 
struct  VariationalFunctional::D1< row >
 Provides static information about the right hand side blocks. More...
 
struct  VariationalFunctional::D2< row, col >
 Provides static information about the submatrix blocks of the stiffness block matrix. More...
 
class  NonlinearVariationalFunctional
 Documentation of the concept of a nonlinear variational functional The nonlinear variational functional concept defines the interface that is accessed by the LinearizationAt and linearizationAt adapters. It differs from the basic VariationalFunctional concept mainly in how the DomainCache and the BoundaryCache are constructed. More...
 
struct  NonlinearVariationalFunctional::DomainCache
 This evaluation cache concept defines the interface that is accessed by the assembler. More...
 
struct  NonlinearVariationalFunctional::BoundaryCache
 Defining boundary conditions. More...
 
struct  NonlinearVariationalFunctional::D1< row >
 
struct  NonlinearVariationalFunctional::D2< row, col >
 
class  ParabolicEquation
 Documentation of the concept of a parabolic parabolic equation. More...
 
struct  ParabolicEquation::DomainCache
 This evaluation cache concept defines the interface that is accessed by the assembler. More...
 
struct  ParabolicEquation::BoundaryCache
 Defining boundary conditions. More...
 
struct  ParabolicEquation::D1< row >
 
struct  ParabolicEquation::D2< row, col >
 
struct  ParabolicEquation::B2< row, col >
 
struct  HierarchicErrorEstimatorD2Info
 Concept for providing block information to hierarchical error estimator. More...
 

Detailed Description

Documentation for Variational Functional Concepts.

Author
Martin Weiser, Anton Schiela

Definition in file variationalfunctional.hh.