Home
last modified time | relevance | path

Searched refs:TSGLLEAdaptRegister (Results 1 – 3 of 3) sorted by relevance

/petsc/src/ts/impls/implicit/glle/
H A Dglleadapt.c54 PetscErrorCode TSGLLEAdaptRegister(const char sname[], PetscErrorCode (*function)(TSGLLEAdapt)) in TSGLLEAdaptRegister() function
76 PetscCall(TSGLLEAdaptRegister(TSGLLEADAPT_NONE, TSGLLEAdaptCreate_None)); in TSGLLEAdaptRegisterAll()
77 PetscCall(TSGLLEAdaptRegister(TSGLLEADAPT_SIZE, TSGLLEAdaptCreate_Size)); in TSGLLEAdaptRegisterAll()
78 PetscCall(TSGLLEAdaptRegister(TSGLLEADAPT_BOTH, TSGLLEAdaptCreate_Both)); in TSGLLEAdaptRegisterAll()
/petsc/src/ts/tests/
H A Dex11.c159 PetscCall(TSGLLEAdaptRegister("dummy", TSGLLEAdaptCreate_Dummy)); in main()
/petsc/include/
H A Dpetscts.h1192 PETSC_EXTERN PetscErrorCode TSGLLEAdaptRegister(const char[], PetscErrorCode (*)(TSGLLEAdapt));