Home
last modified time | relevance | path

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

/petsc/src/ts/tutorials/
H A Dex11.c1317 PetscErrorCode (*physcreate)(Model, Physics, PetscOptionItems); in main() local
1319 PetscCall(PetscFunctionListFind(PhysicsList, physname, &physcreate)); in main()
1321 PetscCall((*physcreate)(mod, phys, PetscOptionsObject)); in main()