[MOAB-dev] nghosts in DMMoabLoadFromFile’

Bhamidipati, Vikram vikram.bhamidipati at swri.org
Thu May 20 12:58:59 CDT 2021


Hello,

I am directing this question to the MOAB team because the PetSc team wasn’t sure the change was documented. From 3.7.5 to 3.8 version of PetSc, the subroutine ‘DMMoabLoadFromFile’ changed its signature from

‘PetscErrorCode DMMoabLoadFromFile(MPI_Comm comm, PetscInt dim, const char* filename, const char* usrreadopts, DM *dm)’ to

‘PetscErrorCode DMMoabLoadFromFile(MPI_Comm comm, PetscInt dim, PetscInt nghost, const char* filename, const char* usrreadopts, DM *dm)’

What should be the new argument ‘nghosts’?

Thanks,
Vikram



More information about the moab-dev mailing list