Skip to content

Commit

Permalink
removes last use of ref_driver
Browse files Browse the repository at this point in the history
  • Loading branch information
Mike Park authored and Mike Park committed Feb 2, 2022
1 parent e0d6156 commit 6c7d4ea
Show file tree
Hide file tree
Showing 4 changed files with 23 additions and 22 deletions.
18 changes: 9 additions & 9 deletions acceptance/annulus/uniform/accept-annulus-uniform.sh
Expand Up @@ -17,15 +17,15 @@ geomfile=annulus.egads
# ${two}/ref_geom_test ${geomfile} annulus.meshb

${two}/ref_acceptance -ugawg polar-2 annulus.meshb annulus-metric.solb
${two}/ref_driver -i annulus.meshb -g ${geomfile} -m annulus-metric.solb -o ref_driver1 -t -f ref_driver1-final.tec
mv ref_gather_movie.tec ref_driver1_movie.tec
${two}/ref_acceptance -ugawg polar-2 ref_driver1.meshb ref_driver1-metric.solb
${two}/ref_metric_test ref_driver1.meshb ref_driver1-metric.solb > accept-annulus-uniform-01.status

${two}/ref_driver -i ref_driver1.meshb -g ${geomfile} -m ref_driver1-metric.solb -o ref_driver2 -t -f ref_driver2-final.tec
mv ref_gather_movie.tec ref_driver2_movie.tec
${two}/ref_acceptance -ugawg polar-2 ref_driver2.meshb ref_driver2-metric.solb
${two}/ref_metric_test ref_driver2.meshb ref_driver2-metric.solb > accept-annulus-uniform-02.status
${two}/ref adapt annulus.meshb -g ${geomfile} -m annulus-metric.solb -x annulus1.meshb -t -f annulus1-final.tec
mv ref_gather_movie.tec annulus1_movie.tec
${two}/ref_acceptance -ugawg polar-2 annulus1.meshb annulus1-metric.solb
${two}/ref_metric_test annulus1.meshb annulus1-metric.solb > accept-annulus-uniform-01.status

${two}/ref adapt annulus1.meshb -g ${geomfile} -m annulus1-metric.solb -x annulus2.meshb -t -f annulus2-final.tec
mv ref_gather_movie.tec annulus2_movie.tec
${two}/ref_acceptance -ugawg polar-2 annulus2.meshb annulus2-metric.solb
${two}/ref_metric_test annulus2.meshb annulus2-metric.solb > accept-annulus-uniform-02.status

cat accept-annulus-uniform-02.status
../../check.rb accept-annulus-uniform-02.status 0.3 3.0
Expand Down
18 changes: 9 additions & 9 deletions acceptance/cone-cone/uniform/accept-cone-cone-uniform.sh
Expand Up @@ -17,15 +17,15 @@ geomfile=cone-cone.egads
# ${two}/ref_geom_test ${geomfile} cone-cone.meshb

${two}/ref_acceptance cone-cone.meshb cone-cone.metric 0.1
${two}/ref_driver -i cone-cone.meshb -g ${geomfile} -m cone-cone.metric -o ref_driver1 -t -r 1
mv ref_gather_movie.tec ref_driver1_movie.tec
${two}/ref_acceptance ref_driver1.meshb ref_driver1.metric 0.1
${two}/ref_metric_test ref_driver1.meshb ref_driver1-final-metric.solb > accept-cone-cone-uniform-01.status

${two}/ref_driver -i ref_driver1.meshb -g ${geomfile} -m ref_driver1.metric -o ref_driver2 -t -r 1
mv ref_gather_movie.tec ref_driver2_movie.tec
${two}/ref_acceptance ref_driver2.meshb ref_driver2.metric 0.1
${two}/ref_metric_test ref_driver2.meshb ref_driver2-final-metric.solb > accept-cone-cone-uniform-02.status
${two}/ref adapt cone-cone.meshb -g ${geomfile} -m cone-cone.metric -x cone-cone1.meshb -t
mv ref_gather_movie.tec cone-cone1_movie.tec
${two}/ref_acceptance cone-cone1.meshb cone-cone1.metric 0.1
${two}/ref_metric_test cone-cone1.meshb cone-cone1-final-metric.solb > accept-cone-cone-uniform-01.status

${two}/ref adapt cone-cone1.meshb -g ${geomfile} -m cone-cone1.metric -x cone-cone2.meshb -t
mv ref_gather_movie.tec cone-cone2_movie.tec
${two}/ref_acceptance cone-cone2.meshb cone-cone2.metric 0.1
${two}/ref_metric_test cone-cone2.meshb cone-cone2-final-metric.solb > accept-cone-cone-uniform-02.status

cat accept-cone-cone-uniform-02.status
../../check.rb accept-cone-cone-uniform-02.status 0.20 6.0
Expand Down
2 changes: 1 addition & 1 deletion acceptance/inflate/box.sh
Expand Up @@ -6,7 +6,7 @@ rm -f box-vol.meshb
ref bootstrap box.egads | tee box-boot.txt

rm -f box01.meshb
ref_driver -i box-vol.meshb \
ref adapt box-vol.meshb \
-g box.egads \
-x box.meshb | tee box-crv.txt

7 changes: 4 additions & 3 deletions acceptance/om6/bootstrap/accept-om6-bootstrap.sh
Expand Up @@ -16,10 +16,11 @@ cp ../recon/onera-m6-sharp-te.egads .

${two}/ref bootstrap onera-m6-sharp-te.egads --blend om6-blend.meshb

${two}/ref_driver \
-i onera-m6-sharp-te-vol.meshb \
${two}/ref adapt \
onera-m6-sharp-te-vol.meshb \
-g onera-m6-sharp-te.egads \
-o onera-m6-sharp-te01
-x onera-m6-sharp-te01.meshb \
--export-metric-as onera-m6-sharp-te01-final-metric.solb

${two}/ref_metric_test \
onera-m6-sharp-te01.meshb \
Expand Down

0 comments on commit 6c7d4ea

Please sign in to comment.