KASKADE 7 development version
|
Interfaces for function space oriented algorithms. More...
#include <memory>
#include <iostream>
#include <boost/signals2.hpp>
#include <string>
#include <cmath>
#include <vector>
#include <dune/grid/config.h>
#include "linalg/triplet.hh"
Go to the source code of this file.
Classes | |
class | Kaskade::AbstractFunctionSpaceElement |
Abstract Vector for function space algorithms. More... | |
class | Kaskade::AbstractLinearization |
Abstract linearization. More... | |
class | Kaskade::AbstractPreconditioner |
class | Kaskade::AbstractFlushConnection |
Abstract connection. More... | |
class | Kaskade::AbstractConnectedLinearization |
class | Kaskade::AbstractFunctional |
Representation of a nonlinear functional. More... | |
class | Kaskade::AbstractParameters |
Representation of parameters. More... | |
class | Kaskade::Parameters< ParameterType > |
...for parameter dependent functionals, implements AbstractParameters More... | |
class | Kaskade::AbstractParameterFunctional |
Creates a functional from a homotopy of functionals by inserting a parameter. More... | |
class | Kaskade::AbstractNewtonDirection |
Class that models the functionality of a (possibly inexact) linear solver. More... | |
class | Kaskade::AbstractChart |
class | Kaskade::AbstractNorm |
class | Kaskade::AbstractScalarProduct |
class | Kaskade::AbstractErrorEstimate |
Representation of an error estimate, i.e. the output of an error estimator. More... | |
class | Kaskade::AbstractErrorEstimator |
Representation of an error estimator. More... | |
class | Kaskade::AbstractAdaptiveGrid |
Representation of an adaptive grid and a simple set of operations thereon. More... | |
class | Kaskade::AbstractHierarchicalErrorEstimator |
class | Kaskade::ContinuousScalarFunction |
class | Kaskade::DifferentiableScalarFunction |
Namespaces | |
namespace | Kaskade |
Functions | |
template<class ParameterType > | |
Parameters< ParameterType > | Kaskade::makePars (ParameterType const &p) |
Interfaces for function space oriented algorithms.
Definition in file abstract_interface.hh.