Amandus: Simulations based on multilevel Schwarz methods
Classes
LaplaceIntegrators Namespace Reference

Classes

class  Eigen
 Integrator for eigenvalue problems. More...
 
class  EigenEstimate
 
class  Matrix
 Integrator for the matrix of the Laplace operator. More...
 
class  MatrixFaktor
 
class  NoForceResidual
 
class  NoForceRHS
 
class  PolynomialBoundary
 
class  PolynomialError
 
class  PolynomialResidual
 
class  PolynomialRHS
 
class  SolutionError
 
class  SolutionEstimate
 
class  SolutionResidual
 
class  SolutionRHS
 

Detailed Description

Integrator for Laplace problems and heat equation.

The distinction between stationary and instationary problems is made by the variable AmandusIntegrator::timestep, which is inherited from the base class. If this variable is zero, we solve a stationary problem. If it is nonzero, we assemble for an implicit scheme.