Lines Matching refs:fix_c
345 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()
439 const PetscBool fix_c = (PetscBool)(PetscRealPart(constants[FIXC_ID]) > 0.0); in JP_1_p1p1_3d() local
440 const PetscScalar s = fix_c ? FIX_C_3d(C00, C01, C02, C11, C12, C22) : 0.0; in JP_1_p1p1_3d()
460 const PetscBool fix_c = (PetscBool)(PetscRealPart(constants[FIXC_ID]) > 0.0); in JP_1_p1p1_aux() local
461 const PetscScalar s = fix_c ? FIX_C(C00, C01, C11) : 0.0; in JP_1_p1p1_aux()
481 const PetscBool fix_c = (PetscBool)(PetscRealPart(constants[FIXC_ID]) > 0.0); in JP_1_p1p1_aux_3d() local
482 const PetscScalar s = fix_c ? FIX_C_3d(C00, C01, C02, C11, C12, C22) : 0.0; in JP_1_p1p1_aux_3d()
891 PetscInt fix_c; member
933 …options->fix_c = 1; /* 1 means only Jac, 2 means function and Jac, < 0 means r… in ProcessOptions()
957 …e positive semi-definite or raise domain error", __FILE__, options->fix_c, &options->fix_c, NULL)); in ProcessOptions()
1431 if (ctx->fix_c < 0) { in DMPlexTSComputeIFunctionFEM_Private()
1493 constants[FIXC_ID] = ctx->fix_c; in SetupProblem()