Searched refs:points_cell (Results 1 – 1 of 1) sorted by relevance
| /libCEED/examples/petsc/ |
| H A D | dmswarm.c | 372 PetscInt *points_cell; in DMSwarmInterpolateFromCellToSwarm_Petsc() local 375 PetscCall(DMSwarmSortGetPointsPerCell(dm_swarm, cell, &num_points_in_cell, &points_cell)); in DMSwarmInterpolateFromCellToSwarm_Petsc() 380 … = 0; d < dim; d++) coords_points_cell_true[p * dim + d] = coords_points[points_cell[p] * dim + d]; in DMSwarmInterpolateFromCellToSwarm_Petsc() 392 …lateAtPoints_Static(fe, tabulation, u_cell, &fe_geometry, p, &u_points[points_cell[p] * num_comp])… in DMSwarmInterpolateFromCellToSwarm_Petsc() 401 PetscCall(DMSwarmSortRestorePointsPerCell(dm_swarm, cell, &num_points_in_cell, &points_cell)); in DMSwarmInterpolateFromCellToSwarm_Petsc()
|