Searched refs:SNESMSType (Results 1 – 2 of 2) sorted by relevance
| /petsc/src/snes/impls/ms/ |
| H A D | ms.c | 3 static SNESMSType SNESMSDefault = SNESMSM62; 193 PetscErrorCode SNESMSRegister(SNESMSType name, PetscInt nstages, PetscInt nregisters, PetscReal sta… in SNESMSRegister() 408 SNESMSType mstype; in SNESSetFromOptions_MS() 432 static PetscErrorCode SNESMSGetType_MS(SNES snes, SNESMSType *mstype) in SNESMSGetType_MS() 442 static PetscErrorCode SNESMSSetType_MS(SNES snes, SNESMSType mstype) in SNESMSSetType_MS() 479 PetscErrorCode SNESMSGetType(SNES snes, SNESMSType *mstype) in SNESMSGetType() 484 PetscUseMethod(snes, "SNESMSGetType_C", (SNES, SNESMSType *), (snes, mstype)); in SNESMSGetType() 501 PetscErrorCode SNESMSSetType(SNES snes, SNESMSType mstype) in SNESMSSetType() 506 PetscTryMethod(snes, "SNESMSSetType_C", (SNES, SNESMSType), (snes, mstype)); in SNESMSSetType()
|
| /petsc/include/ |
| H A D | petscsnes.h | 1065 typedef const char *SNESMSType; typedef 1076 PETSC_EXTERN PetscErrorCode SNESMSRegister(SNESMSType, PetscInt, PetscInt, PetscReal, const PetscRe… 1078 PETSC_EXTERN PetscErrorCode SNESMSGetType(SNES, SNESMSType *); 1079 PETSC_EXTERN PetscErrorCode SNESMSSetType(SNES, SNESMSType);
|