Searched refs:u_cell (Results 1 – 1 of 1) sorted by relevance
| /libCEED/examples/petsc/ |
| H A D | dmswarm.c | 370 PetscScalar *u_cell = NULL, *coords_points_cell_true, *coords_points_cell_ref; in DMSwarmInterpolateFromCellToSwarm_Petsc() local 388 PetscCall(DMPlexVecGetClosure(dm_mesh, section_u_mesh_loc, U_loc, cell, NULL, &u_cell)); in DMSwarmInterpolateFromCellToSwarm_Petsc() 392 …PetscCall(PetscFEInterpolateAtPoints_Static(fe, tabulation, u_cell, &fe_geometry, p, &u_points[poi… in DMSwarmInterpolateFromCellToSwarm_Petsc() 397 PetscCall(DMPlexVecRestoreClosure(dm_mesh, section_u_mesh_loc, U_loc, cell, NULL, &u_cell)); in DMSwarmInterpolateFromCellToSwarm_Petsc()
|