Home
last modified time | relevance | path

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

/petsc/src/mat/impls/aij/mpi/mumps/
H A Dmumps.c160 MUMPS_INT *info, *infog; // fixed size array member
186 outer->infog = inner->infog; \
508 #define INFOG(I) infog[(I) - 1]
549 …PetscCallMPI(MPI_Bcast(mumps->id.infog, PETSC_STATIC_ARRAY_LENGTH(tmp.infog), MPIU_MUMPSINT, 0, mu…
3580 static PetscErrorCode MatMumpsGetInfog_MUMPS(Mat F, PetscInt icntl, PetscInt *infog) in MatMumpsGetInfog_MUMPS() argument
3585 *infog = mumps->id.INFOG(icntl); in MatMumpsGetInfog_MUMPS()