Searched defs:ext (Results 1 – 5 of 5) sorted by relevance
| /petsc/src/ts/impls/eimex/ |
| H A D | eimex.c | 34 TS_EIMEX *ext = (TS_EIMEX *)ts->data; in TSEvaluateStep_EIMEX() local 44 TS_EIMEX *ext = (TS_EIMEX *)ts->data; in TSStage_EIMEX() local 75 TS_EIMEX *ext = (TS_EIMEX *)ts->data; in TSStep_EIMEX() local 151 TS_EIMEX *ext = (TS_EIMEX *)ts->data; in TSInterpolate_EIMEX() local 176 TS_EIMEX *ext = (TS_EIMEX *)ts->data; in TSReset_EIMEX() local 205 TS_EIMEX *ext = (TS_EIMEX *)ts->data; in TSEIMEXGetVecs() local 253 TS_EIMEX *ext = (TS_EIMEX *)ts->data; in SNESTSFormFunction_EIMEX() local 278 TS_EIMEX *ext = (TS_EIMEX *)ts->data; in SNESTSFormJacobian_EIMEX() local 318 TS_EIMEX *ext = (TS_EIMEX *)ts->data; in TSSetUp_EIMEX() local 354 TS_EIMEX *ext = (TS_EIMEX *)ts->data; in TSSetFromOptions_EIMEX() local [all …]
|
| /petsc/src/sys/classes/draw/interface/ |
| H A D | dsave.c | 284 char *ext; member 305 static PetscErrorCode PetscImageListAdd(const char filename[], const char ext[], PetscInt count) in PetscImageListAdd() 350 const char *ext = image->ext; in PetscDrawSave_SAWs() local
|
| /petsc/src/binding/petsc4py/conf/ |
| H A D | confpetsc.py | 297 def _configure_ext(self, ext, dct, append=False): argument 618 def _copy_ext(self, ext): argument 630 def _build_ext_arch(self, ext, pkgpath, arch): argument 644 def build_extension(self, ext): argument
|
| /petsc/src/sys/classes/draw/utils/ |
| H A D | image.c | 320 PetscErrorCode PetscDrawImageCheckFormat(const char *ext[]) in PetscDrawImageCheckFormat() 341 PetscErrorCode PetscDrawImageSave(const char basename[], const char ext[], unsigned char palette[][… in PetscDrawImageSave() 365 PetscErrorCode PetscDrawMovieCheckFormat(const char *ext[]) in PetscDrawMovieCheckFormat()
|
| /petsc/src/ksp/ksp/tutorials/ |
| H A D | ex43.c | 1532 char *ext; in solve_stokes_2d_coupled() local
|