Lines Matching defs:snes
40 static PetscErrorCode SNESNewtonALCheckArcLength(SNES snes, Vec XStep, PetscReal lambdaStep, PetscR… in SNESNewtonALCheckArcLength()
64 static PetscErrorCode SNESNewtonALSetCorrectionType_NEWTONAL(SNES snes, SNESNewtonALCorrectionType … in SNESNewtonALSetCorrectionType_NEWTONAL()
89 PetscErrorCode SNESNewtonALSetCorrectionType(SNES snes, SNESNewtonALCorrectionType ctype) in SNESNewtonALSetCorrectionType()
98 static PetscErrorCode SNESNewtonALSetFunction_NEWTONAL(SNES snes, SNESFunctionFn *func, PetscCtx ct… in SNESNewtonALSetFunction_NEWTONAL()
129 PetscErrorCode SNESNewtonALSetFunction(SNES snes, SNESFunctionFn *func, PetscCtx ctx) in SNESNewtonALSetFunction()
137 static PetscErrorCode SNESNewtonALGetFunction_NEWTONAL(SNES snes, SNESFunctionFn **func, PetscCtxRt… in SNESNewtonALGetFunction_NEWTONAL()
161 PetscErrorCode SNESNewtonALGetFunction(SNES snes, SNESFunctionFn **func, PetscCtxRt ctx) in SNESNewtonALGetFunction()
169 static PetscErrorCode SNESNewtonALGetLoadParameter_NEWTONAL(SNES snes, PetscReal *lambda) in SNESNewtonALGetLoadParameter_NEWTONAL()
201 PetscErrorCode SNESNewtonALGetLoadParameter(SNES snes, PetscReal *lambda) in SNESNewtonALGetLoadParameter()
210 static PetscErrorCode SNESNewtonALComputeFunction_NEWTONAL(SNES snes, Vec X, Vec Q) in SNESNewtonALComputeFunction_NEWTONAL()
260 PetscErrorCode SNESNewtonALComputeFunction(SNES snes, Vec X, Vec Q) in SNESNewtonALComputeFunction()
283 static PetscErrorCode SNESSolve_NEWTONAL(SNES snes) in SNESSolve_NEWTONAL()
532 static PetscErrorCode SNESSetUp_NEWTONAL(SNES snes) in SNESSetUp_NEWTONAL()
548 static PetscErrorCode SNESSetFromOptions_NEWTONAL(SNES snes, PetscOptionItems PetscOptionsObject) in SNESSetFromOptions_NEWTONAL()
567 static PetscErrorCode SNESReset_NEWTONAL(SNES snes) in SNESReset_NEWTONAL()
585 static PetscErrorCode SNESDestroy_NEWTONAL(SNES snes) in SNESDestroy_NEWTONAL()
617 PETSC_EXTERN PetscErrorCode SNESCreate_NEWTONAL(SNES snes) in SNESCreate_NEWTONAL()