Home
last modified time | relevance | path

Searched refs:InverseOperatorType (Results 1 – 17 of 17) sorted by relevance

/dports/math/dune-fem/dune-fem-d1c625e6d51167d0cce57de6adcef21f548a8f82/dune/fem/solver/
H A Dinverseoperatorinterface.hh16 … BartonNackmanInterface< InverseOperatorInterface< Traits >, typename Traits::InverseOperatorType >
20 …manInterface< InverseOperatorInterface< Traits >, typename Traits::InverseOperatorType > Base2Type;
24 typedef typename Traits::InverseOperatorType InverseOperatorType; typedef in Dune::Fem::InverseOperatorInterface
H A Damgxsolver.hh92 typedef AMGXInverseOperator< DiscreteFunction > InverseOperatorType; typedef
H A Dviennacl.hh52 typedef ViennaCLInverseOperator< DiscreteFunction, method > InverseOperatorType; typedef
H A Dumfpacksolver.hh52 typedef UMFPACKInverseOperator< DiscreteFunction,Matrix> InverseOperatorType; typedef
H A Dkrylovinverseoperators.hh40 typedef KrylovInverseOperator< DiscreteFunction, method > InverseOperatorType; typedef
H A Dldlsolver.hh60 typedef LDLInverseOperator< DiscreteFunction, Matrix > InverseOperatorType; typedef
H A Dspqrsolver.hh62 typedef SPQRInverseOperator< DiscreteFunction, symmetric, Matrix > InverseOperatorType; typedef
H A Dpetscinverseoperators.hh47 typedef PetscInverseOperator< DF, Op > InverseOperatorType; typedef
H A Distlinverseoperators.hh255 typedef ISTLInverseOperator< DiscreteFunction, method, Preconditioner > InverseOperatorType; typedef
/dports/math/dune-fem/dune-fem-d1c625e6d51167d0cce57de6adcef21f548a8f82/dune/fem/operator/test/
H A Dunitrows.cc71 …ef Dune::Fem::PetscInverseOperator< DiscreteFunctionType, LinearOperatorType > InverseOperatorType; typedef
75 …m::ISTLInverseOperator< DiscreteFunctionType, Dune::Fem::SolverParameter::cg > InverseOperatorType; typedef
80 typedef Dune::Fem::EigenInverseOperator< DiscreteFunctionType > InverseOperatorType; typedef
85 typedef Dune::Fem::UMFPACKOp< DiscreteFunctionType, LinearOperatorType > InverseOperatorType; typedef
87 typedef Dune::Fem::CGInverseOperator< DiscreteFunctionType > InverseOperatorType; typedef
/dports/math/dune-fem/dune-fem-d1c625e6d51167d0cce57de6adcef21f548a8f82/dune/fem/test/
H A Dl2projection.cc60 …ef Dune::Fem::PetscInverseOperator< DiscreteFunctionType, LinearOperatorType > InverseOperatorType; typedef
64 …m::ISTLInverseOperator< DiscreteFunctionType, Dune::Fem::SolverParameter::cg > InverseOperatorType; typedef
69 typedef Dune::Fem::UMFPACKInverseOperator< DiscreteFunctionType > InverseOperatorType; typedef
71 typedef Dune::Fem::KrylovInverseOperator< DiscreteFunctionType > InverseOperatorType; typedef
163 InverseOperatorType inverseOperator; in operator ()()
/dports/math/dune-fem/dune-fem-d1c625e6d51167d0cce57de6adcef21f548a8f82/dune/fem/solver/test/
H A Dinverseoperatortest.cc103 using InverseOperatorType = InverseOperator; typedef
106 using DiscreteFunctionType = typename InverseOperatorType::DomainFunctionType;
142 InverseOperatorType inverseOperator ( *param ); in apply()
151 … Dune::Fem::NewtonInverseOperator<LinearOperatorType,InverseOperatorType> newtonInvOp( *param ); in apply()
161 InverseOperatorType inverseOperator; in apply()
170 InverseOperatorType inverseOperatorA( param ); in apply()
179 Dune::Fem::NewtonInverseOperator<LinearOperatorType,InverseOperatorType> newtonInvOp; in apply()
187 … Dune::Fem::NewtonInverseOperator<LinearOperatorType,InverseOperatorType> newtonInvOpA( param ); in apply()
195 Dune::Fem::NewtonInverseOperator<LinearOperatorType,InverseOperatorType> in apply()
H A Dnewtontest.cc153 typedef MyLinearInverseOperator< N > InverseOperatorType; typedef
/dports/math/dune-fem/dune-fem-d1c625e6d51167d0cce57de6adcef21f548a8f82/dune/fem/schemes/
H A Ddgfemscheme.hh140 …e::Fem::NewtonInverseOperator< LinearOperatorType, LinearInverseOperatorType > InverseOperatorType; in solve()
141 InverseOperatorType invOp( implicitOperator_ ); in solve()
H A Dfemscheme.hh102 …e::Fem::NewtonInverseOperator< LinearOperatorType, LinearInverseOperatorType > InverseOperatorType; typedef in FemScheme
103 typedef typename InverseOperatorType::ErrorMeasureType ErrorMeasureType;
243 mutable InverseOperatorType invOp_;
H A Dlinearized.hh43 typedef typename SchemeType::InverseOperatorType LinearInverseOperatorType;
H A Dgalerkin.hh1116 typedef InverseOperator InverseOperatorType; typedef