Searched refs:coords_points_cell_true (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 376 … PetscCall(DMGetWorkArray(dm_mesh, num_points_in_cell * dim, MPIU_REAL, &coords_points_cell_true)); in DMSwarmInterpolateFromCellToSwarm_Petsc() 380 …for (PetscInt d = 0; d < dim; d++) coords_points_cell_true[p * dim + d] = coords_points[points_cel… in DMSwarmInterpolateFromCellToSwarm_Petsc() 384 …CoordinatesRealToRef(dim, dim, v0_ref, v, invJ, &coords_points_cell_true[p * dim], &coords_points_… in DMSwarmInterpolateFromCellToSwarm_Petsc() 398 …scCall(DMRestoreWorkArray(dm_mesh, num_points_in_cell * dim, MPIU_REAL, &coords_points_cell_true)); in DMSwarmInterpolateFromCellToSwarm_Petsc()
|