Home
last modified time | relevance | path

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

/libCEED/examples/petsc/
H A Ddmswarm.c370 PetscScalar *u_cell = NULL, *coords_points_cell_true, *coords_points_cell_ref; in DMSwarmInterpolateFromCellToSwarm_Petsc() local
377 … PetscCall(DMGetWorkArray(dm_mesh, num_points_in_cell * dim, MPIU_REAL, &coords_points_cell_ref)); in DMSwarmInterpolateFromCellToSwarm_Petsc()
384 …ef(dim, dim, v0_ref, v, invJ, &coords_points_cell_true[p * dim], &coords_points_cell_ref[p * dim]); in DMSwarmInterpolateFromCellToSwarm_Petsc()
387 …PetscCall(PetscFECreateTabulation(fe, 1, num_points_in_cell, coords_points_cell_ref, 1, &tabulatio… in DMSwarmInterpolateFromCellToSwarm_Petsc()
399 …tscCall(DMRestoreWorkArray(dm_mesh, num_points_in_cell * dim, MPIU_REAL, &coords_points_cell_ref)); in DMSwarmInterpolateFromCellToSwarm_Petsc()