Home
last modified time | relevance | path

Searched refs:fix_c (Results 1 – 1 of 1) sorted by relevance

/petsc/src/ts/tutorials/
H A Dex30.c345 const PetscBool fix_c = (PetscBool)(PetscRealPart(constants[FIXC_ID]) > 1.0); in P_1() local
346 const PetscScalar s = fix_c ? FIX_C(C00, C01, C11) : 0.0; in P_1()
365 const PetscBool fix_c = (PetscBool)(PetscRealPart(constants[FIXC_ID]) > 1.0); in P_1_3d() local
366 const PetscScalar s = fix_c ? FIX_C_3d(C00, C01, C02, C11, C12, C22) : 0.0; in P_1_3d()
382 const PetscBool fix_c = (PetscBool)(PetscRealPart(constants[FIXC_ID]) > 1.0); in P_1_aux() local
383 const PetscScalar s = fix_c ? FIX_C(C00, C01, C11) : 0.0; in P_1_aux()
402 const PetscBool fix_c = (PetscBool)(PetscRealPart(constants[FIXC_ID]) > 1.0); in P_1_aux_3d() local
403 const PetscScalar s = fix_c ? FIX_C_3d(C00, C01, C02, C11, C12, C22) : 0.0; in P_1_aux_3d()
418 const PetscBool fix_c = (PetscBool)(PetscRealPart(constants[FIXC_ID]) > 0.0); in JP_1_p1p1() local
419 const PetscScalar s = fix_c ? FIX_C(C00, C01, C11) : 0.0; in JP_1_p1p1()
[all …]