- Feb 27, 2018
-
-
Nikolas authored
-
- Feb 20, 2018
-
-
Algiane authored
-
Algiane authored
Add a preprocessor variable to define the supposed maximum number of groups adjacent to a given group.
-
Dobrzynski Cécile authored
-
- Feb 19, 2018
-
-
Dobrzynski Cécile authored
Change of the return values in grpsplit_pmmg.c file to be consistant with the other functions. 0 : failure ; 1 : success ; -1 : strong failure Error handling in libparmmg1.c
-
Dobrzynski Cécile authored
-
- Feb 18, 2018
-
-
Algiane authored
-
Algiane authored
Do not retrun immediately in grpSplit if we don't have any group to split : got to the end of the function and check the communicator consistency (it allows to check it without any problem when 1 proc split groups into sub groups and the other one not.
-
Algiane authored
-
- Feb 17, 2018
- Feb 16, 2018
-
-
Algiane authored
Patch error in check_intNodeComm : the coordinates were compared with != operator instead of a comparison with a given epsilon.
-
Algiane authored
-
Algiane authored
-
Algiane authored
Remove an MPI deadlock added be the call of the PMMG_check_extNodeComm/FaceComm functions in grpsplit: if 1 proc needs only 1 group and the other needs multiple groups, the function is called only by one proccess...
-
Algiane authored
Change the way we scale the mesh in parmmg to be more consistant (needed for the node communicator construction from the faces ones) : now we scale the mesh for the analysis step (parmmg.c) then we unscale it. And we scale it again for the mmg call. It is immediatly unscaled.
-
Algiane authored
Patch missing header inclusion and add reduce to avoid deadlock in the build of the node communicators from the faces ones.
-
DOBRZYNSKI Cecile authored
Feature/build node comm See merge request dobrzyns/ParMmg!2
-
- Feb 15, 2018
-
-
Algiane authored
-
- Feb 14, 2018
- Feb 13, 2018
-
-
Algiane authored
-
Algiane authored
-
Algiane authored
-
Algiane authored
-
Dobrzynski Cécile authored
Add the free of the mesh without triangles if we don't have enough memory to rebuild them
-
Dobrzynski Cécile authored
- PMMG_parmesh_Free_Comm : to free only the communicators - PMMG_parmesh_Free_Listgrp : to free only listgrp
-
Dobrzynski Cécile authored
- if the mesh is valid, parmmg should continue - if the mesh is invalid, it is a strong failure
-
- Feb 12, 2018
-
-
Algiane authored
-
Cecile Dobrzynski authored
Bug fix in libparmmg1.c : the tetra flags was not reset and so something the computation of the vertex ball was false
-
- Feb 07, 2018
-
-
Algiane authored
change the face storage in the face communicators to add the index of the vertex from which we want to start travelling the face vertices (now we store 12*k+3*ifac+iploc.
-
- Feb 05, 2018
-
-
Algiane authored
-
- Jan 29, 2018
-
-
Algiane authored
-
- Jan 18, 2018
- Jan 11, 2018
-
-
Dobrzynski Cécile authored
-
Dobrzynski Cécile authored
-
Dobrzynski Cécile authored
Bug fix in PMMG_create_localMesh : the link of the mesh was missing (npnil and nenil can be equal to 0 even if np!=npmax etc..
-
Dobrzynski Cécile authored
-