Searched refs:FIX_C (Results 1 – 1 of 1) sorted by relevance
| /petsc/src/ts/tutorials/ |
| H A D | ex30.c | 142 static inline PetscReal FIX_C(PetscScalar C00, PetscScalar C01, PetscScalar C11) in FIX_C() function 346 const PetscScalar s = fix_c ? FIX_C(C00, C01, C11) : 0.0; in P_1() 383 const PetscScalar s = fix_c ? FIX_C(C00, C01, C11) : 0.0; in P_1_aux() 419 const PetscScalar s = fix_c ? FIX_C(C00, C01, C11) : 0.0; in JP_1_p1p1() 461 const PetscScalar s = fix_c ? FIX_C(C00, C01, C11) : 0.0; in JP_1_p1p1_aux()
|