Lines Matching defs:snes

33 static PetscErrorCode SNESReset_NASM(SNES snes)  in SNESReset_NASM()
72 static PetscErrorCode SNESDestroy_NASM(SNES snes) in SNESDestroy_NASM()
97 static PetscErrorCode SNESSetUp_NASM(SNES snes) in SNESSetUp_NASM()
164 static PetscErrorCode SNESSetFromOptions_NASM(SNES snes, PetscOptionItems PetscOptionsObject) in SNESSetFromOptions_NASM()
190 static PetscErrorCode SNESView_NASM(SNES snes, PetscViewer viewer) in SNESView_NASM()
270 PetscErrorCode SNESNASMSetType(SNES snes, PCASMType type) in SNESNASMSetType()
277 static PetscErrorCode SNESNASMSetType_NASM(SNES snes, PCASMType type) in SNESNASMSetType_NASM()
302 PetscErrorCode SNESNASMGetType(SNES snes, PCASMType *type) in SNESNASMGetType()
309 static PetscErrorCode SNESNASMGetType_NASM(SNES snes, PCASMType *type) in SNESNASMGetType_NASM()
335 PetscErrorCode SNESNASMSetSubdomains(SNES snes, PetscInt n, SNES subsnes[], VecScatter iscatter[], … in SNESNASMSetSubdomains()
345 static PetscErrorCode SNESNASMSetSubdomains_NASM(SNES snes, PetscInt n, SNES subsnes[], VecScatter … in SNESNASMSetSubdomains_NASM()
409 PetscErrorCode SNESNASMGetSubdomains(SNES snes, PetscInt *n, SNES *subsnes[], VecScatter *iscatter[… in SNESNASMGetSubdomains()
419 static PetscErrorCode SNESNASMGetSubdomains_NASM(SNES snes, PetscInt *n, SNES *subsnes[], VecScatte… in SNESNASMGetSubdomains_NASM()
451 PetscErrorCode SNESNASMGetSubdomainVecs(SNES snes, PetscInt *n, Vec *x[], Vec *y[], Vec *b[], Vec *… in SNESNASMGetSubdomainVecs()
461 static PetscErrorCode SNESNASMGetSubdomainVecs_NASM(SNES snes, PetscInt *n, Vec **x, Vec **y, Vec *… in SNESNASMGetSubdomainVecs_NASM()
492 PetscErrorCode SNESNASMSetComputeFinalJacobian(SNES snes, PetscBool flg) in SNESNASMSetComputeFinalJacobian()
502 static PetscErrorCode SNESNASMSetComputeFinalJacobian_NASM(SNES snes, PetscBool flg) in SNESNASMSetComputeFinalJacobian_NASM()
530 PetscErrorCode SNESNASMSetDamping(SNES snes, PetscReal dmp) in SNESNASMSetDamping()
537 static PetscErrorCode SNESNASMSetDamping_NASM(SNES snes, PetscReal dmp) in SNESNASMSetDamping_NASM()
561 PetscErrorCode SNESNASMGetDamping(SNES snes, PetscReal *dmp) in SNESNASMGetDamping()
568 static PetscErrorCode SNESNASMGetDamping_NASM(SNES snes, PetscReal *dmp) in SNESNASMGetDamping_NASM()
588 static PetscErrorCode SNESNASMSolveLocal_Private(SNES snes, Vec B, Vec Y, Vec X) in SNESNASMSolveLocal_Private()
668 static PetscErrorCode SNESNASMComputeFinalJacobian_Private(SNES snes, Vec Xfinal) in SNESNASMComputeFinalJacobian_Private()
717 static PetscErrorCode SNESSolve_NASM(SNES snes) in SNESSolve_NASM()
831 PETSC_EXTERN PetscErrorCode SNESCreate_NASM(SNES snes) in SNESCreate_NASM()
903 PetscErrorCode SNESNASMGetSNES(SNES snes, PetscInt i, SNES *subsnes) in SNESNASMGetSNES()
928 PetscErrorCode SNESNASMGetNumber(SNES snes, PetscInt *n) in SNESNASMGetNumber()
950 PetscErrorCode SNESNASMSetWeight(SNES snes, Vec weight) in SNESNASMSetWeight()