Home
last modified time | relevance | path

Searched refs:THIDestroy (Results 1 – 2 of 2) sorted by relevance

/petsc/src/snes/tutorials/
H A Dex48.c416 static PetscErrorCode THIDestroy(THI *thi) in THIDestroy() function
442 …PetscCall(PetscHeaderCreate(thi, THI_CLASSID, "THI", "Toy Hydrostatic Ice", "", comm, THIDestroy, … in THICreate()
1533 PetscCall(THIDestroy(&thi));
/petsc/src/ts/tutorials/
H A Dex14.c481 static PetscErrorCode THIDestroy(THI *thi) in THIDestroy() function
505 …all(PetscHeaderCreate(thi, THI_CLASSID, "THI", "Toy Hydrostatic Ice", "THI", comm, THIDestroy, 0)); in THICreate()
1601 PetscCall(THIDestroy(&thi)); in main()