Home
last modified time | relevance | path

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

/petsc/src/ts/tutorials/multirate/
H A Dex4.c273 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 Dex9.c1105 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()