[cig-commits] r19766 - in long/3D/SNAC/trunk/Snac: . plugins

echoi at geodynamics.org echoi at geodynamics.org
Mon Mar 12 14:59:06 PDT 2012


Author: echoi
Date: 2012-03-12 14:59:06 -0700 (Mon, 12 Mar 2012)
New Revision: 19766

Modified:
   long/3D/SNAC/trunk/Snac/plugins/Makefile.def
   long/3D/SNAC/trunk/Snac/project-config.sh
Log:
GSL not needed any more - don't do the GSL configuration.
Barycentric Interpolation (BI) is now the remeshing scheme of choice.



Modified: long/3D/SNAC/trunk/Snac/plugins/Makefile.def
===================================================================
--- long/3D/SNAC/trunk/Snac/plugins/Makefile.def	2012-03-12 14:25:44 UTC (rev 19765)
+++ long/3D/SNAC/trunk/Snac/plugins/Makefile.def	2012-03-12 21:59:06 UTC (rev 19766)
@@ -32,4 +32,4 @@
 ##
 ##~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 
-def_sub = customCartesianMesh cylinder_quadrant cylindrical elastic exchanger heterogeneities hydroStaticIC temperature maxwell plasticSPR plSeeds remesherSPR restarter restarter_old spherical viscoplasticSPR vpSeeds winkler hillSlope tractionBC conditionFunctions dikeInjection
+def_sub = customCartesianMesh cylinder_quadrant cylindrical elastic exchanger heterogeneities hydroStaticIC temperature maxwell remesher_BI restarter restarter_old spherical plastic_BI plSeeds viscoplastic_BI vpSeeds winkler hillSlope tractionBC conditionFunctions dikeInjection

Modified: long/3D/SNAC/trunk/Snac/project-config.sh
===================================================================
--- long/3D/SNAC/trunk/Snac/project-config.sh	2012-03-12 14:25:44 UTC (rev 19765)
+++ long/3D/SNAC/trunk/Snac/project-config.sh	2012-03-12 21:59:06 UTC (rev 19766)
@@ -53,6 +53,6 @@
 . ./VMake/Config/mpi-config.sh
 . ./VMake/Config/xml-config.sh
 . ./VMake/Config/StGermain-config.sh
-. ./VMake/Config/gsl-config.sh
+## . ./VMake/Config/gsl-config.sh
 ## . ./VMake/Config/python-config.sh --optional
 



More information about the CIG-COMMITS mailing list