Searched refs:D_R_bc (Results 1 – 1 of 1) sorted by relevance
| /petsc/src/ts/tutorials/ |
| H A D | ex10.c | 679 PetscScalar D_R, D_R_bc; in RDIFunction_FE() local 688 RDDiffusionCoefficient(rd, rd->bclimit, &n, &nx, &D_R_bc, 0, 0); in RDIFunction_FE() 689 ratio = PetscRealPart(D_R / D_R_bc); in RDIFunction_FE() 758 PetscScalar D_R, D_R_bc; in RDIJacobian_FE() local 767 RDDiffusionCoefficient(rd, rd->bclimit, &n, &nx, &D_R_bc, 0, 0); in RDIJacobian_FE() 768 ratio = PetscRealPart(D_R / D_R_bc); in RDIJacobian_FE()
|