Searched refs:mstype (Results 1 – 1 of 1) sorted by relevance
| /petsc/src/snes/impls/ms/ |
| H A D | ms.c | 408 SNESMSType mstype; in SNESSetFromOptions_MS() local 412 PetscCall(SNESMSGetType(snes, &mstype)); in SNESSetFromOptions_MS() 416 …age smoother type", "SNESMSSetType", (const char *const *)namelist, count, mstype, &choice, &flg)); in SNESSetFromOptions_MS() 432 static PetscErrorCode SNESMSGetType_MS(SNES snes, SNESMSType *mstype) in SNESMSGetType_MS() argument 438 *mstype = tab->name; in SNESMSGetType_MS() 442 static PetscErrorCode SNESMSSetType_MS(SNES snes, SNESMSType mstype) in SNESMSSetType_MS() argument 450 PetscCall(PetscStrcmp(ms->tableau->name, mstype, &match)); in SNESMSSetType_MS() 454 PetscCall(PetscStrcmp(link->tab.name, mstype, &match)); in SNESMSSetType_MS() 461 …RRQ(PetscObjectComm((PetscObject)snes), PETSC_ERR_ARG_UNKNOWN_TYPE, "Could not find '%s'", mstype); in SNESMSSetType_MS() 479 PetscErrorCode SNESMSGetType(SNES snes, SNESMSType *mstype) in SNESMSGetType() argument [all …]
|