Lines Matching refs:PetscDSGetTabulation
189 PetscCall(PetscDSGetTabulation(ds, &T)); in PetscFEIntegrate_Basic()
199 PetscCall(PetscDSGetTabulation(dsAux, &TAux)); in PetscFEIntegrate_Basic()
293 if (auxOnBd) PetscCall(PetscDSGetTabulation(dsAux, &TfAux)); in PetscFEIntegrateBd_Basic()
423 PetscCall(PetscDSGetTabulation(ds, &T)); in PetscFEIntegrateResidual_Basic()
432 PetscCall(PetscDSGetTabulation(dsAux, &TAux)); in PetscFEIntegrateResidual_Basic()
540 if (auxOnBd) PetscCall(PetscDSGetTabulation(dsAux, &TfAux)); in PetscFEIntegrateBdResidual_Basic()
647 PetscCall(PetscDSGetTabulation(ds, &Tf)); in PetscFEIntegrateHybridResidual_Basic()
659 if (auxOnBd) PetscCall(PetscDSGetTabulation(dsAux, &TfAux)); in PetscFEIntegrateHybridResidual_Basic()
798 PetscCall(PetscDSGetTabulation(rds, &rT)); in PetscFEIntegrateJacobian_Basic()
799 PetscCall(PetscDSGetTabulation(cds, &cT)); in PetscFEIntegrateJacobian_Basic()
812 PetscCall(PetscDSGetTabulation(dsAux, &TAux)); in PetscFEIntegrateJacobian_Basic()
1111 PetscCall(PetscDSGetTabulation(ds, &T)); in PetscFEIntegrateHybridJacobian_Basic()
1125 if (auxOnBd) PetscCall(PetscDSGetTabulation(dsAux, &TAux)); in PetscFEIntegrateHybridJacobian_Basic()