- Jun 27, 2018
-
-
Nikolas authored
-
- Jun 20, 2018
-
-
Algiane authored
rename {p,{int,ext}}_comm to {Int,Ext}, fixing relevant trelo card See merge request dobrzyns/ParMmg!8
-
- May 17, 2018
-
-
N. Pattakos authored
-
N. Pattakos authored
-
- May 16, 2018
-
-
N. Pattakos authored
-
- Mar 30, 2018
-
-
Dobrzynski Cécile authored
-
Dobrzynski Cécile authored
-
Dobrzynski Cécile authored
Bug fix in -hsiz case : in mmg3d, the hmin/hmax are not scaled in scalem function (because it is done after in the soltruncature) but in parmmg, we need to scale the hmin at each iteration of the parallel mesh adaptation loop (libparmmg1)
-
- Mar 23, 2018
-
-
Dobrzynski Cécile authored
-
Dobrzynski Cécile authored
-
- Mar 21, 2018
-
-
DOBRZYNSKI Cecile authored
replace PMMG_SUCCESS/PMMG_FAILURE return codes with 0/1
-
N. Pattakos authored
-
N. Pattakos authored
-
- Feb 27, 2018
- 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