Searched refs:MMS (Results 1 – 3 of 3) sorted by relevance
| /petsc/src/snes/tutorials/ |
| H A D | ex55.c | 566 PetscInt MMS = 1; in main() local 590 PetscCall(PetscOptionsGetInt(NULL, NULL, "-mms", &MMS, &setMMS)); in main() 591 if (MMS == 3) { in main() 628 switch (MMS) { in main() 650 SETERRQ(PETSC_COMM_WORLD, PETSC_ERR_USER, "Unknown MMS type %" PetscInt_FMT, MMS); in main() 654 …PetscCheck(MMS == 1, PETSC_COMM_WORLD, PETSC_ERR_USER, "FormFunctionLocalVec_Kokkos only works wit… in main()
|
| H A D | ex5.c | 622 PetscInt MMS = 1; in main() local 642 PetscCall(PetscOptionsGetInt(NULL, NULL, "-mms", &MMS, &setMMS)); in main() 643 if (MMS == 3) { in main() 676 switch (MMS) { in main() 698 SETERRQ(PETSC_COMM_WORLD, PETSC_ERR_USER, "Unknown MMS type %" PetscInt_FMT, MMS); in main()
|
| /petsc/doc/tutorials/physics/ |
| H A D | guide_to_stokes.md | 73 …cification is the construction of exact solutions using the Method of Manufactured Solutions (MMS). 75 ## MMS Solutions 77 An MMS solution is chosen to elucidate some property of the problem, and to check that it is being …
|