We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Mmg handles 64-bit integers while ParMmg doesn't, e.g.,
int MMG3D_Get_meshSize(MMG5_pMesh mesh, MMG5_int* np, MMG5_int* ne, MMG5_int* nprism,
vs.
int PMMG_Get_meshSize(PMMG_pParMesh parmesh,int *np,int *ne,int *nprism,int *nt,
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Mmg handles 64-bit integers while ParMmg doesn't, e.g.,
vs.
The text was updated successfully, but these errors were encountered: