Skip to content

Commit

Permalink
ref adapt cube-sphere
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 63d50e8 commit faea000
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion acceptance/cube-sphere/ring/accept-cube-sphere-ring.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ function adapt_cycle {
outproj=$2
sweeps=$3

${two}/ref_driver -i ${inproj}.meshb -g cube-sphere.egads -m ${inproj}.metric -o ${outproj} -s ${sweeps} -t
${two}/ref adapt ${inproj}.meshb -g cube-sphere.egads -m ${inproj}.metric -x ${outproj}.meshb -s ${sweeps} -t
mv ref_gather_movie.tec ${inproj}_movie.tec
${two}/ref_acceptance -ugawg ${field} ${outproj}.meshb ${outproj}.metric
${two}/ref_metric_test ${outproj}.meshb ${outproj}.metric > ${outproj}.status
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ fi
${two}/ref translate cube-sphere.meshb nogeom0.b8.ugrid

${two}/ref_acceptance nogeom0.b8.ugrid nogeom0-metric.solb 0.1
${two}/ref_driver -i nogeom0.b8.ugrid -m nogeom0-metric.solb -o nogeom1
${two}/ref adapt nogeom0.b8.ugrid -m nogeom0-metric.solb -x nogeom1.meshb
${two}/ref_acceptance nogeom1.b8.ugrid nogeom1-metric.solb 0.1
${two}/ref_metric_test nogeom1.b8.ugrid nogeom1-metric.solb > accept-cube-sphere-uniform-nogeom-01.status

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ geomfile=cube-sphere.egads
# ${two}/ref_geom_test ${geomfile} cube-sphere.meshb

${two}/ref_acceptance cube-sphere.meshb cube-sphere-metric.solb 0.1
${two}/ref_driver -i cube-sphere.meshb -g ${geomfile} -m cube-sphere-metric.solb -o uniform1
${two}/ref adapt cube-sphere.meshb -g ${geomfile} -m cube-sphere-metric.solb -x uniform1.meshb
${two}/ref_acceptance uniform1.meshb uniform1-metric.solb 0.1
${two}/ref_metric_test uniform1.meshb uniform1-metric.solb > accept-cube-sphere-uniform-01.status

Expand Down

0 comments on commit faea000

Please sign in to comment.