Searched refs:physcreate (Results 1 – 1 of 1) sorted by relevance
1317 PetscErrorCode (*physcreate)(Model, Physics, PetscOptionItems); in main() local1319 PetscCall(PetscFunctionListFind(PhysicsList, physname, &physcreate)); in main()1321 PetscCall((*physcreate)(mod, phys, PetscOptionsObject)); in main()