Home
last modified time | relevance | path

Searched defs:SetSolver (Results 1 – 9 of 9) sorted by relevance

/dports/science/chrono/chrono-7.0.1/src/chrono_csharp/core/
H A DChSystem.i7 void SetSolver(std::shared_ptr<ChSolverPSOR> solver) {$self->SetSolver(std::static_pointer_cast… in SetSolver() function
8 void SetSolver(std::shared_ptr<ChSolverPJacobi> solver) {$self->SetSolver(std::static_pointer_cast… in SetSolver() function
9 void SetSolver(std::shared_ptr<ChSolverBB> solver) {$self->SetSolver(std::static_pointer_cast… in SetSolver() function
10 void SetSolver(std::shared_ptr<ChSolverAPGD> solver) {$self->SetSolver(std::static_pointer_cast… in SetSolver() function
11 void SetSolver(std::shared_ptr<ChSolverSparseLU> solver) {$self->SetSolver(std::static_pointer_cast… in SetSolver() function
12 void SetSolver(std::shared_ptr<ChSolverSparseQR> solver) {$self->SetSolver(std::static_pointer_cast… in SetSolver() function
13 void SetSolver(std::shared_ptr<ChSolverGMRES> solver) {$self->SetSolver(std::static_pointer_cast… in SetSolver() function
14 void SetSolver(std::shared_ptr<ChSolverBiCGSTAB> solver) {$self->SetSolver(std::static_pointer_cast… in SetSolver() function
15 void SetSolver(std::shared_ptr<ChSolverMINRES> solver) {$self->SetSolver(std::static_pointer_cast… in SetSolver() function
/dports/math/freefem++/FreeFem-sources-4.6/src/femlib/
H A DSparseLinearSolver.cpp138 void SetSolver(Stack stack,bool VF,VirtualMatrix<int,R> & A,const Data_Sparse_Solver & ds) in SetSolver() function
H A DVirtualMatrix.hpp65 void SetSolver(const VirtualMatrix<I,R> & A) in SetSolver() function in VirtualMatrix
71 void SetSolver(VSolver *f=0, bool del = true) { in SetSolver() function in VirtualMatrix
/dports/math/mfem/mfem-4.3/fem/
H A Dtmop_tools.hpp200 virtual void SetSolver(Solver &solver) in SetSolver() function in mfem::TMOPNewtonSolver
/dports/science/mbdyn/mbdyn-1.7.3/libraries/libmbwrap/
H A Dlinsol.cc181 LinSol::SetSolver(LinSol::SolverType t, unsigned f) in SetSolver() function in LinSol
/dports/math/mfem/mfem-4.3/linalg/
H A Dsolvers.hpp512 virtual void SetSolver(Solver &solver) { prec = &solver; } in SetSolver() function in mfem::NewtonSolver
569 virtual void SetSolver(Solver &solver) in SetSolver() function in mfem::LBFGSSolver
H A Dsundials.cpp1884 void KINSolver::SetSolver(Solver &solver) in SetSolver() function in mfem::KINSolver
/dports/science/liggghts/LIGGGHTS-PUBLIC-3.8.0-26-g6e873439/lib/hotint/HotInt_V1/MBSKernelLib/
H A Dfemath.cpp566 void NumNLSys::SetSolver(NumNLSolver* s) in SetSolver() function in NumNLSys
/dports/science/chrono/chrono-7.0.1/src/chrono/physics/
H A DChSystem.cpp307 void ChSystem::SetSolver(std::shared_ptr<ChSolver> newsolver) { in SetSolver() function in chrono::ChSystem