Home
last modified time | relevance | path

Searched defs:SeqILU (Results 1 – 3 of 3) sorted by relevance

/dports/math/dune-istl/dune-istl-fffb544a61d2c65a0d2fc7c751f36909f06be8f5/dune/istl/test/
H A Dpreconditionerstest.cc31 template class SeqILU<Mat1, Vec1, Vec1>; variable
38 template class SeqILU<Mat2, Vec2, Vec2>; variable
/dports/math/dune-istl/dune-istl-fffb544a61d2c65a0d2fc7c751f36909f06be8f5/dune/istl/
H A Dpreconditioners.hh530 class SeqILU : public Preconditioner<X,Y> { class
559 SeqILU (const M& A, real_field_type w, const bool resort = false ) in SeqILU() function in Dune::SeqILU
578SeqILU (const std::shared_ptr<const AssembledLinearOperator<M,X,Y>>& A, const ParameterTree& confi… in SeqILU() function in Dune::SeqILU
596 SeqILU(const M& A, const ParameterTree& config) in SeqILU() function in Dune::SeqILU
610 SeqILU (const M& A, int n, real_field_type w, const bool resort = false ) in SeqILU() function in Dune::SeqILU
/dports/math/dune-fem/dune-fem-d1c625e6d51167d0cce57de6adcef21f548a8f82/dune/fem/solver/
H A Distl.hh515std::shared_ptr<__FillPrecondType<Dune::SeqILU, Op>>& preconditioner, in makeSequentialPreconditioner()