]> SALOME platform Git repositories - tools/solverlab.git/commit
Salome HOME
Added test for line search methods in Newton algorithm
authormichael <michael@localhost.localdomain>
Mon, 7 Jun 2021 18:27:56 +0000 (20:27 +0200)
committermichael <michael@localhost.localdomain>
Mon, 7 Jun 2021 18:27:56 +0000 (20:27 +0200)
commit50aeb479f4dfe239966c029191ef0612efd74900
treecba9a133f2439d8d580a8ce92e4381fa6d9b5827
parentf01b94a584db5ec34484812d71f63be4cea10098
Added test for line search methods in Newton algorithm
CoreFlows/examples/C/CMakeLists.txt
CoreFlows/examples/C/SinglePhase_1DRiemannProblem_Implicit.cxx [new file with mode: 0755]
CoreFlows/examples/C/SinglePhase_1DRiemannProblem_Implicit_LineSearch.cxx [new file with mode: 0755]
CoreFlows/examples/Python/CMakeLists.txt
CoreFlows/examples/Python/SinglePhase/SinglePhase_1DHeatedChannel_Implicit.py [new file with mode: 0755]
CoreFlows/examples/Python/SinglePhase/SinglePhase_1DRiemannProblem_Implicit.py [new file with mode: 0755]
CoreFlows/examples/Python/SinglePhase/SinglePhase_1DRiemannProblem_Implicit_LineSearch.py [new file with mode: 0644]
CoreFlows/examples/Python/SinglePhase/exact_rs_stiffenedgas.py [new file with mode: 0644]