Searched refs:subtype (Results 1 – 8 of 8) sorted by relevance
| /petsc/src/sys/objects/ |
| H A D | fcallback.c | 53 PetscErrorCode PetscFortranCallbackRegister(PetscClassId classid, const char *subtype, PetscFortran… in PetscFortranCallbackRegister() argument 59 if (subtype) PetscAssertPointer(subtype, 2); in PetscFortranCallbackRegister() 75 if (!subtype) *id = PETSC_SMALLEST_FORTRAN_CALLBACK + base->basecount++; in PetscFortranCallbackRegister() 79 PetscCall(PetscStrcmp(subtype, link->type_name, &match)); in PetscFortranCallbackRegister() 86 PetscCall(PetscStrallocpy(subtype, &link->type_name)); in PetscFortranCallbackRegister()
|
| H A D | inherit.c | 266 const char *subtype = NULL; in PetscObjectSetFortranCallback() local 270 if (cbtype == PETSC_FORTRAN_CALLBACK_SUBTYPE) subtype = obj->type_name; in PetscObjectSetFortranCallback() 271 if (!*cid) PetscCall(PetscFortranCallbackRegister(obj->classid, subtype, cid)); in PetscObjectSetFortranCallback()
|
| /petsc/src/ts/tests/ |
| H A D | ex14.c | 34 static PetscErrorCode TestExplicitTS(TS ts, PetscInt order, const char subtype[]) in TestExplicitTS() argument 70 … PETSC_COMM_SELF, PETSC_ERR_PLIB, "Bad solution, error %g, %s '%s'", (double)error, type, subtype); in TestExplicitTS() 81 …PETSC_COMM_SELF, PETSC_ERR_PLIB, "Bad estimator, error %g, %s '%s'", (double)error, type, subtype); in TestExplicitTS() 97 …ETSC_COMM_SELF, PETSC_ERR_PLIB, "Bad step number %" PetscInt_FMT ", %s '%s'", step, type, subtype); in TestExplicitTS() 98 …SC_COMM_SELF, PETSC_ERR_PLIB, "Bad reason %s, %s '%s'", TSConvergedReasons[reason], type, subtype); in TestExplicitTS()
|
| /petsc/src/binding/petsc4py/ |
| H A D | CHANGES.rst | 185 - Minor bugfix for TSPYTHON subtype.
|
| /petsc/src/binding/petsc4py/src/petsc4py/PETSc/ |
| H A D | PC.pyx | 69 """The *ASM* subtype.""" 77 """The *GASM* subtype.""" 85 """The *MG* subtype.""" 99 """The *GAMG* subtype.""" 115 """The field split Schur subtype.""" 149 """The deflation space subtype."""
|
| H A D | TS.pyx | 39 """The *RK* subtype.""" 55 """The *ARKIMEX* subtype.""" 72 """The *DIRK* subtype."""
|
| /petsc/doc/manual/ |
| H A D | getting_started.md | 905 whose subtype name is `TSARKIMEX3`. 916 now, both the type and subtype can be conveniently set from the command line 966 where Name and SubName are the type and subtype names (for example, as above `TSARKIMEX` and `3`. M… 979 …function name. These are usually setter functions that control some aspect specific to the subtype.
|
| /petsc/share/petsc/datafiles/meshes/ |
| H A D | testcase3D.cas | 10010 (fensapice/flow/bc-subtype . 0) 10326 (fensapice/flow/bc-subtype . 0) 10642 (fensapice/flow/bc-subtype . 0) 10958 (fensapice/flow/bc-subtype . 0)
|