Skip to content

Commit

Permalink
test-rumming
Browse files Browse the repository at this point in the history
  • Loading branch information
Mike Park authored and Mike Park committed Jun 2, 2022
1 parent e27db33 commit 41c4ebd
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 4 deletions.
12 changes: 9 additions & 3 deletions acceptance/hemisphere/prism/accept-hemisphere-prism.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,20 @@ fi

geomfile=hemisphere.egads

serveCSM -batch -skipTess ../hemisphere.csm
${src}/ref bootstrap ${geomfile}
if [ ! -f hemisphere-vol.meshb ]
then
serveCSM -batch -skipTess ../hemisphere.csm
${src}/ref bootstrap ${geomfile}
fi

${src}/ref_acceptance hemisphere-vol.meshb hemisphere-vol-metric.solb 0.1
${src}/ref adapt hemisphere-vol.meshb \
--egads ${geomfile} \
--metric hemisphere-vol-metric.solb \
--fun3d-mapbc hemisphere-vol.mapbc \
--prism \
-x hemihair1.meshb
-x hemihair1.meshb \
-x hemihair1.plt \
-s 5


2 changes: 1 addition & 1 deletion src/ref_subcommand.c
Original file line number Diff line number Diff line change
Expand Up @@ -619,7 +619,7 @@ static REF_STATUS adapt(REF_MPI ref_mpi_orig, int argc, char *argv[]) {
}

RXS(ref_args_find(argc, argv, "--prism", &pos), REF_NOT_FOUND, "arg search");
if (ref_grid_twod(ref_grid) && REF_EMPTY != pos) {
if (REF_EMPTY != pos) {
form_prism = REF_TRUE;
if (ref_mpi_once(ref_mpi)) printf("--prism form prisms on boundary\n");
}
Expand Down

0 comments on commit 41c4ebd

Please sign in to comment.