Home
last modified time | relevance | path

Searched defs:NewtonSolver (Results 1 – 7 of 7) sorted by relevance

/dports/math/apache-commons-math/commons-math3-3.6.1-src/src/main/java/org/apache/commons/math3/analysis/solvers/
H A DNewtonSolver.java33 public class NewtonSolver extends AbstractDifferentiableUnivariateSolver { class
40 public NewtonSolver() { in NewtonSolver() method in NewtonSolver
48 public NewtonSolver(double absoluteAccuracy) { in NewtonSolver() method in NewtonSolver
/dports/cad/meshlab/meshlab-Meshlab-2020.05/src/plugins_unsupported/external/CoMISo/NSolver/
H A DNewtonSolver.hh36 class COMISODLLEXPORT NewtonSolver class
41 NewtonSolver() : max_iter_(20), convergence_eps_(1e-6), constant_hessian_structure_(false) {} in NewtonSolver() function in COMISO::NewtonSolver
/dports/math/dune-pdelab/dune-pdelab-20c7085389d3eb4f8ca99e1bc60f7fa6036536c8/dune/pdelab/newton/
H A Dnewton.hh145 class NewtonSolver : public virtual NewtonBase<GOS,TrlV,TstV> class
158 NewtonSolver(const GridOperator& go, TrialVector& u_, Solver& solver) in NewtonSolver() function in Dune::PDELab::NewtonSolver
165 NewtonSolver(const GridOperator& go, Solver& solver) in NewtonSolver() function in Dune::PDELab::NewtonSolver
/dports/math/libmesh/libmesh-1.6.2/include/systems/
H A Dcontinuation_system.h33 class NewtonSolver; variable
/dports/science/cantera/cantera-2.5.1-611-gc4d6ecc15/interfaces/cython/cantera/examples/surface_chemistry/
H A Dsofc.py60 def NewtonSolver(f, xstart, C=0.0): function
/dports/math/libmesh/libmesh-1.6.2/src/solvers/
H A Dnewton_solver.C237 NewtonSolver::NewtonSolver (sys_type & s) in NewtonSolver() function
/dports/math/mfem/mfem-4.3/linalg/
H A Dsolvers.hpp464 class NewtonSolver : public IterativeSolver class
503 NewtonSolver() { } in NewtonSolver() function in mfem::NewtonSolver
506 NewtonSolver(MPI_Comm comm_) : IterativeSolver(comm_) { } in NewtonSolver() function in mfem::NewtonSolver