dune-fem
2.4.1-rc
|
![]() |
Modules | |
Limiting operation | |
Classes | |
class | Dune::Fem::LocalMassMatrixImplementation< DiscreteFunctionSpace, VolumeQuadrature > |
Local Mass Matrix inversion implementation, select the correct method in your implementation. More... | |
class | Dune::Fem::LocalMassMatrix< DiscreteFunctionSpace, VolumeQuadrature > |
Local Mass Matrix for arbitrary spaces. More... | |
class | Dune::Fem::LocalMassMatrixImplementationDgOrthoNormal< DiscreteFunctionSpace, VolumeQuadrature > |
DG Local Mass Matrix for arbitrary spaces. More... | |
class | Dune::Fem::LocalDGPass< DiscreteModelImp, PreviousPassImp, passIdImp > |
class | Dune::Fem::DGDiscreteModelCaller< DiscreteModel, Argument, PassIds > |
model caller for local DG pass More... | |
**
Description: Solver for equations of the form
where is the argument and
is computed. Weak formulation on a cell T:
with and
where
denotes the arithmetic average and
the jump of
over the cell interface.\ The discrete model provides the analyticalFlux f, the source Q and the numericalFlux g.