#! /bin/csh -f # The goal of this test is to check whether the various energy # functions are stable under geometric refining of a configuration. set f = tetra-3 SmoothShape \ -inFile ../../RandomShapes/tests/${f}-0001 \ -outFile ${f}-fs \ -flatten 25 -spread 25 \ -normalize \ -showEvery 10 \ -energy 1.0000 Curv \ -energy 1.0000 PArea \ -energy 1.0000 Corner \ -energy 1.0000 Excen \ -energy 1.0000 Poten \ -energy 1.0000 Elect SmoothShape \ -inFile ${f}-fs-i0050 \ -outFile ${f}-fs-s \ -flatten 50 -spread 0 \ -normalize \ -showEvery 10 \ -energy 1.0000 Curv \ -energy 1.0000 PArea \ -energy 1.0000 Corner \ -energy 1.0000 Excen \ -energy 1.0000 Poten \ -energy 1.0000 Elect ../../RefineTriang/SOLgnu/RefineTriang \ -inFile ${f}-fs-s-i0050 \ -outFile ${f}-fs-s-r SmoothShape \ -inFile ${f}-fs-s-r \ -outFile ${f}-fs-s-r-s \ -flatten 50 -spread 0 \ -normalize \ -showEvery 10 \ -energy 1.0000 Curv \ -energy 1.0000 PArea \ -energy 1.0000 Corner \ -energy 1.0000 Excen \ -energy 1.0000 Poten \ -energy 1.0000 Elect