Searched refs:physics_type (Results 1 – 2 of 2) sorted by relevance
| /petsc/src/ts/tutorials/ |
| H A D | ex74.c | 39 PhysicsType physics_type; member 60 ctxt.physics_type = PHYSICS_DIFFUSION; in main() 67 …ess to discretize", "", PhysicsTypes, (PetscEnum)ctxt.physics_type, (PetscEnum *)&ctxt.physics_typ… in main() 129 switch (ctxt->physics_type) { in ExactSolution() 137 …ETSC_COMM_SELF, PETSC_ERR_SUP, "No support for physics type %s", PhysicsTypes[ctxt->physics_type]); in ExactSolution() 157 switch (user->physics_type) { in RHSJacobian() 169 …ETSC_COMM_SELF, PETSC_ERR_SUP, "No support for physics type %s", PhysicsTypes[user->physics_type]); in RHSJacobian()
|
| /petsc/src/ksp/ksp/tutorials/ |
| H A D | ex74.c | 75 PhysicsType physics_type; member 106 ctxt.physics_type = PHYSICS_DIFFUSION; in main() 118 …ess to discretize", "", PhysicsTypes, (PetscEnum)ctxt.physics_type, (PetscEnum *)&ctxt.physics_typ… in main() 167 switch (ctxt.physics_type) { in main() 264 switch (ctxt->physics_type) { in ExactSolution() 272 …ETSC_COMM_SELF, PETSC_ERR_SUP, "No support for physics type %s", PhysicsTypes[ctxt->physics_type]); in ExactSolution() 333 switch (user->physics_type) { in Assemble_AdvDiff() 345 …ETSC_COMM_SELF, PETSC_ERR_SUP, "No support for physics type %s", PhysicsTypes[user->physics_type]); in Assemble_AdvDiff()
|