Home
last modified time | relevance | path

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

/dports/math/deal.ii/dealii-803d21ff957e349b3799cd3ef2c840bc78734305/examples/step-15/
H A Dstep-15.cc130 Vector<double> newton_update; member in Step15::MinimalSurfaceProblem
/dports/math/gismo/gismo-21.12.0/extensions/gsElasticity/
H A DgsBaseUtils.h47 newton_update = 1, /// newton's method, 2nd order, yields updates to the solution enumerator
/dports/math/deal.ii/dealii-803d21ff957e349b3799cd3ef2c840bc78734305/examples/step-57/
H A Dstep-57.cc132 BlockVector<double> newton_update; member in Step57::StationaryNavierStokes
/dports/science/votca/votca-2021.2-18560-gfbe18d971/csg/csg-da5c1dc/share/scripts/inverse/
H A Diie.py981 def newton_update(r, input_arrays, args): function
/dports/science/votca/votca-2021.2-18560-gfbe18d971/csg/share/scripts/inverse/
H A Diie.py981 def newton_update(r, input_arrays, args): function
/dports/math/deal.ii/dealii-803d21ff957e349b3799cd3ef2c840bc78734305/examples/step-33/
H A Dstep-33.cc2125 ConservationLaw<dim>::solve(Vector<double> &newton_update) in solve()
2413 Vector<double> newton_update(dof_handler.n_dofs()); in run() local
/dports/math/deal.ii/dealii-803d21ff957e349b3799cd3ef2c840bc78734305/examples/step-44/
H A Dstep-44.cc1749 BlockVector<double> newton_update(dofs_per_block); in solve_nonlinear_timestep() local
1995 void Solid<dim>::get_error_update(const BlockVector<double> &newton_update, in get_error_update()
2851 Solid<dim>::solve_linear_system(BlockVector<double> &newton_update) in solve_linear_system()