Searched refs:rcname (Results 1 – 2 of 2) sorted by relevance
| /petsc/src/ts/tutorials/ |
| H A D | ex9.c | 757 char rname[256] = "exact", rcname[256] = "characteristic"; in PhysicsCreate_Acoustics() local 780 …physics_acoustics_reconstruct", "Reconstruction", "", rclist, rcname, rcname, sizeof(rcname), NULL… in PhysicsCreate_Acoustics() 784 PetscCall(ReconstructListFind(rclist, rcname, &ctx->physics.characteristic)); in PhysicsCreate_Acoustics() 970 char rname[256] = "exact", rcname[256] = "characteristic"; in PhysicsCreate_IsoGas() local 992 …("-physics_isogas_reconstruct", "Reconstruction", "", rclist, rcname, rcname, sizeof(rcname), NULL… in PhysicsCreate_IsoGas() 995 PetscCall(ReconstructListFind(rclist, rcname, &ctx->physics.characteristic)); in PhysicsCreate_IsoGas() 1127 char rname[256] = "exact", rcname[256] = "characteristic"; in PhysicsCreate_Shallow() local 1149 …"-physics_shallow_reconstruct", "Reconstruction", "", rclist, rcname, rcname, sizeof(rcname), NULL… in PhysicsCreate_Shallow() 1152 PetscCall(ReconstructListFind(rclist, rcname, &ctx->physics.characteristic)); in PhysicsCreate_Shallow()
|
| /petsc/src/ts/tutorials/multirate/ |
| H A D | ex4.c | 438 char rname[256] = "rusanov", rcname[256] = "characteristic"; in PhysicsCreate_Shallow() local 465 …"-physics_shallow_reconstruct", "Reconstruction", "", rclist, rcname, rcname, sizeof(rcname), NULL… in PhysicsCreate_Shallow() 468 PetscCall(ReconstructListFind_2WaySplit(rclist, rcname, &ctx->physics2.characteristic2)); in PhysicsCreate_Shallow()
|