Lines Matching refs:coefficients
202 PetscScalar *coefficients = NULL, *coefficientsAux = NULL; in DMProjectPoint_Field_Private() local
251 if (localU) PetscCall(DMPlexVecGetClosure(dmIn, section, localU, inp, NULL, &coefficients)); in DMProjectPoint_Field_Private()
335 if (coefficients) { in DMProjectPoint_Field_Private()
336 …_Hybrid_Internal(dsIn, NfIn, 0, tp, T, face, qpt, T, &fegeom, fgeomN, coefficients, coefficients_t… in DMProjectPoint_Field_Private()
337 …Call(PetscFEEvaluateFieldJets_Internal(dsIn, NfIn, 0, tp, T, &fegeom, coefficients, coefficients_t… in DMProjectPoint_Field_Private()
351 if (localU) PetscCall(DMPlexVecRestoreClosure(dmIn, section, localU, inp, NULL, &coefficients)); in DMProjectPoint_Field_Private()
361 PetscScalar *coefficients = NULL, *coefficientsAux = NULL; in DMProjectPoint_BdField_Private() local
410 if (localU) PetscCall(DMPlexVecGetClosure(dmIn, section, localU, inp, NULL, &coefficients)); in DMProjectPoint_BdField_Private()
511 if (coefficients) { in DMProjectPoint_BdField_Private()
512 …_Hybrid_Internal(dsIn, NfIn, 0, tp, T, face, qpt, T, &fegeom, fgeomN, coefficients, coefficients_t… in DMProjectPoint_BdField_Private()
513 …else PetscCall(PetscFEEvaluateFieldJets_Internal(dsIn, NfIn, 0, tp, T, &cgeom, coefficients, coeff… in DMProjectPoint_BdField_Private()
527 if (localU) PetscCall(DMPlexVecRestoreClosure(dmIn, section, localU, inp, NULL, &coefficients)); in DMProjectPoint_BdField_Private()