Home
last modified time | relevance | path

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

/libCEED/examples/petsc/
H A Ddmswarm.c335 PetscSection section_u_mesh_loc; in DMSwarmInterpolateFromCellToSwarm_Petsc() local
350 PetscCall(PetscSectionClone(section_u_mesh_loc_closure_permutation, &section_u_mesh_loc)); in DMSwarmInterpolateFromCellToSwarm_Petsc()
351 PetscCall(PetscSectionResetClosurePermutation(section_u_mesh_loc)); in DMSwarmInterpolateFromCellToSwarm_Petsc()
388 PetscCall(DMPlexVecGetClosure(dm_mesh, section_u_mesh_loc, U_loc, cell, NULL, &u_cell)); in DMSwarmInterpolateFromCellToSwarm_Petsc()
397 PetscCall(DMPlexVecRestoreClosure(dm_mesh, section_u_mesh_loc, U_loc, cell, NULL, &u_cell)); in DMSwarmInterpolateFromCellToSwarm_Petsc()
409 PetscCall(PetscSectionDestroy(&section_u_mesh_loc)); in DMSwarmInterpolateFromCellToSwarm_Petsc()