Home
last modified time | relevance | path

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

/petsc/src/mat/impls/aij/mpi/mumps/
H A Dmumps.c589 PetscScalar *rhs_loc, *rhs_recvbuf; member
1792 PetscCall(PetscFree2(mumps->rhs_loc, mumps->rhs_recvbuf)); in MatDestroy_MUMPS()
1879 PetscCall(PetscFree2(mumps->rhs_loc, mumps->rhs_recvbuf)); in MatMumpsSetUpDistRHSInfo()
1880 …etscMalloc2(mumps->nloc_rhs * nrhs, &mumps->rhs_loc, mumps->nloc_rhs * nrhs, &mumps->rhs_recvbuf)); in MatMumpsSetUpDistRHSInfo()
1891 …recvbuf = (nrhs == 1) ? mumps->rhs_loc : mumps->rhs_recvbuf; /* Directly use rhs_loc[] as recvbuf.… in MatMumpsSetUpDistRHSInfo()
1901 const PetscScalar *src = mumps->rhs_recvbuf + mumps->rhs_disps[j]; in MatMumpsSetUpDistRHSInfo()