Searched refs:attr_val (Results 1 – 5 of 5) sorted by relevance
| /petsc/src/sys/classes/viewer/impls/ascii/ |
| H A D | vcreatea.c | 132 PetscMPIInt MPIAPI Petsc_DelViewer(MPI_Comm comm, PetscMPIInt keyval, void *attr_val, void *extra_s… in Petsc_DelViewer() argument 136 (void)attr_val; in Petsc_DelViewer()
|
| /petsc/src/vec/vec/impls/shared/ |
| H A D | shvec.c | 81 static PetscErrorCode Petsc_DeleteShared(MPI_Comm comm, PetscInt keyval, void *attr_val, void *extr… in Petsc_DeleteShared() argument 84 PetscCall(PetscFree(attr_val)); in Petsc_DeleteShared()
|
| /petsc/src/vec/vec/utils/ |
| H A D | comb.c | 284 …etsc_DelReduction(MPI_Comm comm, PETSC_UNUSED PetscMPIInt keyval, void *attr_val, PETSC_UNUSED voi… in Petsc_DelReduction() argument 288 PetscCallReturnMPI(PetscSplitReductionDestroy((PetscSplitReduction *)attr_val)); in Petsc_DelReduction()
|
| /petsc/src/sys/objects/ |
| H A D | pinit.c | 404 … Petsc_InnerComm_Attr_DeleteFn(MPI_Comm comm, PetscMPIInt keyval, void *attr_val, void *extra_stat… in Petsc_InnerComm_Attr_DeleteFn() argument 414 icomm.ptr = attr_val; in Petsc_InnerComm_Attr_DeleteFn() 435 … Petsc_OuterComm_Attr_DeleteFn(MPI_Comm comm, PetscMPIInt keyval, void *attr_val, void *extra_stat… in Petsc_OuterComm_Attr_DeleteFn() argument
|
| /petsc/src/mat/impls/aij/mpi/superlu_dist/ |
| H A D | superlu_dist.c | 151 …c_Superlu_dist_keyval_DeleteFn(MPI_Comm comm, PetscMPIInt keyval, void *attr_val, void *extra_stat… in Petsc_Superlu_dist_keyval_DeleteFn() argument 153 PetscSuperLU_DIST *context = (PetscSuperLU_DIST *)attr_val; in Petsc_Superlu_dist_keyval_DeleteFn()
|