Lines Matching refs:num_points_in_cell

373     PetscInt        num_points_in_cell;  in DMSwarmInterpolateFromCellToSwarm_Petsc()  local
375 PetscCall(DMSwarmSortGetPointsPerCell(dm_swarm, cell, &num_points_in_cell, &points_cell)); in DMSwarmInterpolateFromCellToSwarm_Petsc()
376 … PetscCall(DMGetWorkArray(dm_mesh, num_points_in_cell * dim, MPIU_REAL, &coords_points_cell_true)); in DMSwarmInterpolateFromCellToSwarm_Petsc()
377 … PetscCall(DMGetWorkArray(dm_mesh, num_points_in_cell * dim, MPIU_REAL, &coords_points_cell_ref)); in DMSwarmInterpolateFromCellToSwarm_Petsc()
379 for (PetscInt p = 0; p < num_points_in_cell; p++) { in DMSwarmInterpolateFromCellToSwarm_Petsc()
383 for (PetscInt p = 0; p < num_points_in_cell; p++) { in DMSwarmInterpolateFromCellToSwarm_Petsc()
387 …PetscCall(PetscFECreateTabulation(fe, 1, num_points_in_cell, coords_points_cell_ref, 1, &tabulatio… in DMSwarmInterpolateFromCellToSwarm_Petsc()
391 for (PetscInt p = 0; p < num_points_in_cell; p++) { in DMSwarmInterpolateFromCellToSwarm_Petsc()
398 …PetscCall(DMRestoreWorkArray(dm_mesh, num_points_in_cell * dim, MPIU_REAL, &coords_points_cell_tru… in DMSwarmInterpolateFromCellToSwarm_Petsc()
399 …PetscCall(DMRestoreWorkArray(dm_mesh, num_points_in_cell * dim, MPIU_REAL, &coords_points_cell_ref… in DMSwarmInterpolateFromCellToSwarm_Petsc()
401 PetscCall(DMSwarmSortRestorePointsPerCell(dm_swarm, cell, &num_points_in_cell, &points_cell)); in DMSwarmInterpolateFromCellToSwarm_Petsc()
468 PetscInt num_points_in_cell; in DMSwarmCheckSwarmValues() local
470 PetscCall(DMSwarmSortGetPointsPerCell(dm_swarm, cell, &num_points_in_cell, &points)); in DMSwarmCheckSwarmValues()
472 for (PetscInt p = 0; p < num_points_in_cell; p++) { in DMSwarmCheckSwarmValues()
489 PetscCall(DMSwarmSortRestorePointsPerCell(dm_swarm, cell, &num_points_in_cell, &points)); in DMSwarmCheckSwarmValues()