Home
last modified time | relevance | path

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

/libCEED/examples/petsc/src/
H A Dswarmutils.c76 PetscMemType X_mem_type; in DMSwarmCeedContextCreate() local
81 PetscCall(VecGetArrayReadAndMemType(X_ref, (const PetscScalar **)&x, &X_mem_type)); in DMSwarmCeedContextCreate()
82 CeedVectorSetArray(x_ref_points, MemTypeP2C(X_mem_type), CEED_COPY_VALUES, (CeedScalar *)x); in DMSwarmCeedContextCreate()
596 PetscMemType X_mem_type; in SetupProblemSwarm() local
606 PetscCall(VecReadP2C(X_loc, &X_mem_type, x_coord)); in SetupProblemSwarm()
651 PetscMemType X_mem_type; in SetupProblemSwarm() local
656 PetscCall(VecGetArrayReadAndMemType(X_ref, (const PetscScalar **)&x, &X_mem_type)); in SetupProblemSwarm()
657 CeedVectorSetArray(x_ref_points, MemTypeP2C(X_mem_type), CEED_COPY_VALUES, (CeedScalar *)x); in SetupProblemSwarm()
783 PetscCall(VecReadC2P(x_coord, X_mem_type, X_loc)); in SetupProblemSwarm()