Skip to content
New issue

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

Use of int instead of MMG5_int #139

Open
prj- opened this issue Nov 18, 2024 · 0 comments
Open

Use of int instead of MMG5_int #139

prj- opened this issue Nov 18, 2024 · 0 comments

Comments

@prj-
Copy link
Contributor

prj- commented Nov 18, 2024

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,
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant