Searched refs:PhysicsCharacteristic_Shallow (Results 1 – 2 of 2) sorted by relevance
| /petsc/src/ts/tutorials/multirate/ |
| H A D | ex4.c | 273 static PetscErrorCode PhysicsCharacteristic_Shallow(void *vctx, PetscInt m, const PetscScalar *u, P… in PhysicsCharacteristic_Shallow() function 446 ctx->physics2.characteristic2 = PhysicsCharacteristic_Shallow; in PhysicsCreate_Shallow() 460 PetscCall(ReconstructListAdd_2WaySplit(&rclist, "characteristic", PhysicsCharacteristic_Shallow)); in PhysicsCreate_Shallow()
|
| /petsc/src/ts/tutorials/ |
| H A D | ex9.c | 1105 static PetscErrorCode PhysicsCharacteristic_Shallow(void *vctx, PetscInt m, const PetscScalar *u, P… in PhysicsCharacteristic_Shallow() function 1144 PetscCall(ReconstructListAdd(&rclist, "characteristic", PhysicsCharacteristic_Shallow)); in PhysicsCreate_Shallow()
|