Home
last modified time | relevance | path

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

/libCEED/examples/petsc/
H A Ddmswarm.c369 PetscTabulation tabulation; in DMSwarmInterpolateFromCellToSwarm_Petsc() local
387 …scCall(PetscFECreateTabulation(fe, 1, num_points_in_cell, coords_points_cell_ref, 1, &tabulation)); in DMSwarmInterpolateFromCellToSwarm_Petsc()
392 …PetscCall(PetscFEInterpolateAtPoints_Static(fe, tabulation, u_cell, &fe_geometry, p, &u_points[poi… in DMSwarmInterpolateFromCellToSwarm_Petsc()
400 PetscCall(PetscTabulationDestroy(&tabulation)); in DMSwarmInterpolateFromCellToSwarm_Petsc()