dune-pdelab 2.7-git
|
Go to the source code of this file.
Classes | |
class | Dune::PDELab::impl::PointDiagonalAccumulationViewWrapper< AccumulationView > |
class | Dune::PDELab::PointDiagonalLocalOperatorWrapper< LocalOperator > |
A local operator that accumulates the point diagonal. More... | |
Namespaces | |
namespace | Dune |
For backward compatibility – Do not use this! | |
namespace | Dune::PDELab |
namespace | Dune::PDELab::impl |
Functions | |
template<typename LocalOperator , typename EG , typename LFSU , typename X , typename LFSV , typename Y > | |
void | Dune::PDELab::assembleLocalPointDiagonal (const LocalOperator &localOperator, const EG &eg, const LFSU &lfsu, const X &x, const LFSV &lfsv, Y &y) |
A function for assembling the point diagonal of a single block. | |