Lines Matching refs:refcoord
1649 PetscReal *pcoord, *refcoord; in ComputeFieldAtParticles_Primal() local
1659 PetscCall(DMGetWorkArray(dm, maxNcp * dim, MPIU_REAL, &refcoord)); in ComputeFieldAtParticles_Primal()
1661 PetscCall(PetscFECreateTabulation(fe, 1, maxNcp, refcoord, 1, &tab)); in ComputeFieldAtParticles_Primal()
1674 …inatesRealToRef(dim, dim, x0, chunkgeom->v, chunkgeom->invJ, &pcoord[dim * i], &refcoord[dim * i]); in ComputeFieldAtParticles_Primal()
1677 PetscCall(PetscFEComputeTabulation(fe, Ncp, refcoord, 1, tab)); in ComputeFieldAtParticles_Primal()
1691 PetscCall(DMRestoreWorkArray(dm, maxNcp * dim, MPIU_REAL, &refcoord)); in ComputeFieldAtParticles_Primal()
1775 PetscReal *pcoord, *refcoord; in ComputeFieldAtParticles_Mixed() local
1785 PetscCall(DMGetWorkArray(dm, maxNcp * dim, MPIU_REAL, &refcoord)); in ComputeFieldAtParticles_Mixed()
1787 PetscCall(PetscFECreateTabulation(fe, 1, maxNcp, refcoord, 1, &tab)); in ComputeFieldAtParticles_Mixed()
1800 …inatesRealToRef(dim, dim, x0, chunkgeom->v, chunkgeom->invJ, &pcoord[dim * i], &refcoord[dim * i]); in ComputeFieldAtParticles_Mixed()
1803 PetscCall(PetscFEComputeTabulation(fe, Ncp, refcoord, 1, tab)); in ComputeFieldAtParticles_Mixed()
1817 PetscCall(DMRestoreWorkArray(dm, maxNcp * dim, MPIU_REAL, &refcoord)); in ComputeFieldAtParticles_Mixed()