Skip to content

Commit

Permalink
Merge pull request #107 from laetitia-m/feature/fparam
Browse files Browse the repository at this point in the history
Add -f option in the help of ParMmg
  • Loading branch information
Algiane authored Apr 4, 2024
2 parents 25b3d71 + 612f6c5 commit 47eadeb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/libparmmg_tools.c
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,8 @@ int PMMG_usage( PMMG_pParMesh parmesh, char * const prog )
fprintf(stdout,"-sol file load level-set, displacement or metric file\n");
fprintf(stdout,"-met file load metric file\n");
fprintf(stdout,"-field file load sol field to interpolate from init onto final mesh\n");
fprintf(stdout,"-f file load parameter file\n");

fprintf(stdout,"-noout do not write output triangulation\n");
fprintf(stdout,"-centralized-output centralized output (Medit format only)\n");
fprintf(stdout,"-distributed-output distributed output (Medit format only)\n");
Expand Down

0 comments on commit 47eadeb

Please sign in to comment.