Skip to content

Commit

Permalink
modified edge owner check function
Browse files Browse the repository at this point in the history
  • Loading branch information
Corentin Prigent committed Jul 30, 2024
1 parent b4b69cd commit c1d4939
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/analys_pmmg.c
Original file line number Diff line number Diff line change
Expand Up @@ -1318,6 +1318,7 @@ int PMMG_check_edge_owners( PMMG_pParMesh parmesh,MMG5_HGeom *hpar,MPI_Comm comm
for (ia=1;ia<=mesh->na;ia++) {
pa = &mesh->edge[ia];
intvalues[ia-1] = pa->base;
if (!(pa->tag & MG_PARBDYBDY)) continue;
if (pa->base == parmesh->nprocs) return 0;
}

Expand Down

0 comments on commit c1d4939

Please sign in to comment.