Searched refs:SNESNEWTONAL (Results 1 – 7 of 7) sorted by relevance
69 PetscCall(SNESRegister(SNESNEWTONAL, SNESCreate_NEWTONAL)); in SNESRegisterAll()
125 - Add Newton's method with arc length continuation: `SNESNEWTONAL` with `SNESNewtonALSetFunction()`…
13 NEWTONAL = S_(SNESNEWTONAL)92 """SNESNEWTONAL correction type.2659 """Set the callback to compute the tangent load vector for SNESNEWTONAL.2688 """Return the load parameter for SNESNEWTONAL.2703 """Set the correction type for SNESNEWTONAL.
6 PetscSNESType SNESNEWTONAL
46 #define SNESNEWTONAL "newtonal" macro
152 PetscCall(PetscObjectTypeCompare((PetscObject)snes, SNESNEWTONAL, &alflg)); in main()
288 - ``SNESNEWTONAL``