Searched refs:FIX_C_3d (Results 1 – 1 of 1) sorted by relevance
| /petsc/src/ts/tutorials/ |
| H A D | ex30.c | 128 static inline PetscReal FIX_C_3d(PetscScalar C00, PetscScalar C01, PetscScalar C02, PetscScalar C11… in FIX_C_3d() function 144 return FIX_C_3d(C00, C01, 0, C11, 0, 0); in FIX_C() 366 const PetscScalar s = fix_c ? FIX_C_3d(C00, C01, C02, C11, C12, C22) : 0.0; in P_1_3d() 403 const PetscScalar s = fix_c ? FIX_C_3d(C00, C01, C02, C11, C12, C22) : 0.0; in P_1_aux_3d() 440 const PetscScalar s = fix_c ? FIX_C_3d(C00, C01, C02, C11, C12, C22) : 0.0; in JP_1_p1p1_3d() 482 const PetscScalar s = fix_c ? FIX_C_3d(C00, C01, C02, C11, C12, C22) : 0.0; in JP_1_p1p1_aux_3d()
|