Programmierpraktikum NPDGL I
|
ConstantFunc | Simple constant function |
DataOutputInterface | Interface for data output |
DefaultDofVector< Traits > | Default implementation for a Dof vector storage using POD-Type arrays of Traits::FieldType types |
DefaultDofVectorTraits< Field > | Traits class for the DefaultDofVector class |
ODESolver::DestinationOutput< DataOutputImp, DofVectorType > | Result type for ODE solvers |
DofVectorInterface< Traits > | Interface class for a storage class holding the degrees of freedom of a discrete function |
DataOutput::Empty | Dummy data output class doing nothing |
ODESolver::Euler< Traits > | Simple Euler ODE Solver |
ODESolver::EulerTraits< OperatorImp, EvolutionModelImp > | Traits class for the Euler ODE solver |
EvolutionModelInterface | Minimal model data for evolution problems |
ExerciseA_DerivF | Derivative of flux function for 1d evolution example |
ExerciseA_Dirichlet | Dirichlet function for 1D evolution example |
ExerciseA_Exact | Exact solution for 1D evolution example |
ExerciseA_F | Flux function for 1d evolution example |
ExerciseA_InitData | Initial data function of 1d evolution example |
Function | Interface für eine Funktion \( f:\mathbb{R} \to \mathbb{R} \) |
DataOutput::GnuplotOneD | Data output class writing data stored on a 1D MyGrid to a gnuplot data file |
Grid | Simple adaptive and therefore unstructured grid for 1d problems |
SpaceOperator::FV::HyperbolicDefaultModelInterface | Minimal model for usage by an SpaceOperator::FV::HyperbolicDefault |
ODESolver::ImprovedEuler< Traits > | Improved Euler method ODE Solver |
InitialProjection | Projection class projecting the initial data |
SpaceOperator::Interface | Interface class for a (possibly) time dependent discrete space operator |
L2Error | Operator computing the \(L^2(\Omega)\) error of two discrete functions |
LaxFriedrichsFlux< FluxFunction > | Class implementing a Lax Friedrichs flux |
LinearFunc | Simple linear function |
Model | Model class representing the data functions |
NotImplementedException | Exception class thrown if Template interface methods are detected as missing during run-time |
NotImplementedType | Placeholder for interface types which are not implemented yet |
NumericalFluxIf | Interface für eine numerische Fluss-Funktion \( g:\mathbb{R}\times\mathbb{R} \to \mathbb{R} \) |
ODESolverInterface< Traits > | Interface class for ODE solvers |
Projection | Class projecting an analytical function on a FV function space |
ODESolver::StorageParams | Parameter class for DestinationOutput |
TestDerivFunc1 | Function used to test the DiscreteSpaceOperator |
TestFunc1 | Function used to test the DiscreteSpaceOperator |