#include <dune/fem/schemes/galerkin.hh>
◆ DirichletModelType
typedef Integrands Dune::Fem::GalerkinOperator< Integrands, JacobianOperator::DomainFunctionType , JacobianOperator::RangeFunctionType >::DirichletModelType |
|
inherited |
◆ DomainDiscreteFunctionSpaceType
template<class Integrands , class JacobianOperator >
◆ DomainFieldType [1/2]
template<class JacobianOperator >
field type of the operator's domain
◆ DomainFieldType [2/2]
template<class DomainFunction , class RangeFunction = DomainFunction>
typedef DomainFunction::RangeFieldType Dune::Fem::Operator< DomainFunction, RangeFunction >::DomainFieldType |
|
inherited |
field type of the operator's domain
◆ DomainFunctionType
template<class Integrands , class JacobianOperator >
◆ GalerkinOperatorImplType
typedef Impl::GalerkinOperator< Integrands > Dune::Fem::GalerkinOperator< Integrands, JacobianOperator::DomainFunctionType , JacobianOperator::RangeFunctionType >::GalerkinOperatorImplType |
|
inherited |
◆ GridPartType
template<class Integrands , class JacobianOperator >
◆ JacobianOperatorType
template<class Integrands , class JacobianOperator >
◆ ModelType
typedef Integrands Dune::Fem::GalerkinOperator< Integrands, JacobianOperator::DomainFunctionType , JacobianOperator::RangeFunctionType >::ModelType |
|
inherited |
◆ RangeDiscreteFunctionSpaceType
template<class Integrands , class JacobianOperator >
◆ RangeFieldType [1/2]
template<class JacobianOperator >
field type of the operator's range
◆ RangeFieldType [2/2]
template<class DomainFunction , class RangeFunction = DomainFunction>
typedef RangeFunction::RangeFieldType Dune::Fem::Operator< DomainFunction, RangeFunction >::RangeFieldType |
|
inherited |
field type of the operator's range
◆ RangeFunctionType
template<class Integrands , class JacobianOperator >
◆ ThreadIteratorType
◆ DifferentiableGalerkinOperator()
template<class Integrands , class JacobianOperator >
template<class... Args>
◆ assemble()
template<class Integrands , class JacobianOperator >
template<class GridFunction >
◆ domainSpace()
template<class Integrands , class JacobianOperator >
◆ evaluate()
◆ finalize() [1/2]
virtual void Dune::Fem::Operator< JacobianOperator::DomainFunctionType , JacobianOperator::RangeFunctionType >::finalize |
( |
| ) |
|
|
inlinevirtualinherited |
finalization of operator
- Note
- The default implementation is empty.
◆ finalize() [2/2]
template<class DomainFunction , class RangeFunction = DomainFunction>
◆ gatherGridSizeInterior()
template<class Integrands , class JacobianOperator >
◆ gridPart()
◆ gridSizeInterior()
std::size_t Dune::Fem::GalerkinOperator< Integrands, JacobianOperator::DomainFunctionType , JacobianOperator::RangeFunctionType >::gridSizeInterior |
( |
| ) |
const |
|
inlineinherited |
◆ impl()
template<class Integrands , class JacobianOperator >
◆ jacobian() [1/2]
template<class Integrands , class JacobianOperator >
|
inlinefinaloverridevirtual |
◆ jacobian() [2/2]
template<class Integrands , class JacobianOperator >
template<class GridFunction >
◆ model()
◆ operator()() [1/4]
template<class DomainFunction , class RangeFunction = DomainFunction>
application operator
- Parameters
-
[in] | u | argument discrete function |
[out] | w | destination discrete function |
- Note
- This method has to be implemented by all derived classes.
Implemented in Dune::Fem::DiagonalPreconditionerBase< DFImp, OperatorImp, assembled >, Dune::Fem::DiagonalPreconditionerBase< DFImp, Operator, std::is_base_of< AssembledOperator< DFImp, DFImp >, Operator > ::value >, Dune::Fem::DiagonalPreconditionerBase< DFImp, OperatorImp, true >, DGEllipticOperator< DiscreteFunction, Model, Penalty >, Dune::Fem::NumpyLinearOperator< DomainFunction, RangeFunction >, Dune::Fem::SparseRowLinearOperator< DomainFunction, RangeFunction, Matrix >, Dune::Fem::DenseRowLinearOperator< DomainFunction, RangeFunction >, Dune::Fem::HierarchicalLinearOperator< DomainFunction, RangeFunction >, Dune::Fem::Solver::CGInverseOperator< DiscreteFunction >, Dune::Fem::BlockDiagonalLinearOperator< DiscreteFunctionSpace, LocalBlock >, EllipticOperator< DomainDiscreteFunction, RangeDiscreteFunction, Model >, Dune::Fem::GalerkinOperator< Integrands, DomainFunction, RangeFunction >, Dune::Fem::GalerkinOperator< Integrands, DomainFunction, RangeFunction >, Dune::Fem::MOLGalerkinOperator< Integrands, DomainFunction, RangeFunction >, Dune::Fem::MOLGalerkinOperator< Integrands, DomainFunction, RangeFunction >, and Dune::Fem::VtxProjection< DType, RType >.
◆ operator()() [2/4]
|
inlinefinaloverridevirtualinherited |
application operator
- Parameters
-
[in] | u | argument discrete function |
[out] | w | destination discrete function |
- Note
- This method has to be implemented by all derived classes.
◆ operator()() [3/4]
application operator
- Parameters
-
[in] | u | argument discrete function |
[out] | w | destination discrete function |
- Note
- This method has to be implemented by all derived classes.
◆ operator()() [4/4]
◆ prepare()
template<class Integrands , class JacobianOperator >
◆ rangeSpace()
template<class Integrands , class JacobianOperator >
◆ setCommunicate()
void Dune::Fem::GalerkinOperator< Integrands, JacobianOperator::DomainFunctionType , JacobianOperator::RangeFunctionType >::setCommunicate |
( |
const bool |
communicate | ) |
|
|
inlineinherited |
◆ setQuadratureOrders()
void Dune::Fem::GalerkinOperator< Integrands, JacobianOperator::DomainFunctionType , JacobianOperator::RangeFunctionType >::setQuadratureOrders |
( |
unsigned int |
interior, |
|
|
unsigned int |
surface |
|
) |
| |
|
inlineinherited |
◆ communicate_
bool Dune::Fem::GalerkinOperator< Integrands, JacobianOperator::DomainFunctionType , JacobianOperator::RangeFunctionType >::communicate_ |
|
protectedinherited |
◆ domainSpaceSequence_
template<class Integrands , class JacobianOperator >
◆ dSpace_
template<class Integrands , class JacobianOperator >
◆ gridSizeInterior_
template<class Integrands , class JacobianOperator >
◆ impl_
◆ iterators_
template<class Integrands , class JacobianOperator >
◆ rangeSpaceSequence_
template<class Integrands , class JacobianOperator >
◆ rSpace_
template<class Integrands , class JacobianOperator >
◆ stencilD_
template<class Integrands , class JacobianOperator >
◆ stencilDAN_
template<class Integrands , class JacobianOperator >
The documentation for this class was generated from the following file: