[cig-commits] r13904 - cs/cigma/trunk

luis at geodynamics.org luis at geodynamics.org
Wed Jan 21 11:37:56 PST 2009


Author: luis
Date: 2009-01-21 11:37:56 -0800 (Wed, 21 Jan 2009)
New Revision: 13904

Added:
   cs/cigma/trunk/cigma.proj
Log:
Added file cigma.proj (need project.vim plugin to load)

To get started, run (only once): vim-addons install project
Load file with: vim "+Project cigma.proj"

Added: cs/cigma/trunk/cigma.proj
===================================================================
--- cs/cigma/trunk/cigma.proj	                        (rev 0)
+++ cs/cigma/trunk/cigma.proj	2009-01-21 19:37:56 UTC (rev 13904)
@@ -0,0 +1,540 @@
+cigma=~/cigma flags=r {
+ top {
+  .gitignore
+  configure.ac
+  Makefile.am
+  quick.sh
+  completion.sh
+  compare.py
+  rules.py
+ }
+ doc {
+  TODO
+  README
+  CREDITS
+  INSTALL
+  doc/README
+  src/README
+  build/README
+  tests/README
+  examples/README
+ }
+ build {
+  autoconf {
+   configure.ac
+   Makefile.am
+  }
+  config=config {
+   README
+   ax_boost_base.m4
+   ax_boost_filesystem.m4
+   ax_boost_program_options.m4
+   ax_boost_python.m4
+   ax_boost_regex.m4
+   ax_boost_system.m4
+   ax_python.m4
+   ax_python_config_var.m4
+   cigma.m4
+   cigma_boost.m4
+   cigma_cppunit.m4
+   cigma_cxxtl.m4
+   cigma_hdf5.m4
+   cigma_netcdf.m4
+   cigma_python.m4
+   cigma_vtk.m4
+   cigma_zlib.m4
+   deb_ax_boost_python.m4
+   deb_ax_python.m4
+   mpx_boost_python.m4
+   tsuna_boost.m4
+  }
+  scripts=build flags=r {
+   cleanup.sh
+   rebuild.sh.in
+   buildbot.cfg
+  }
+ }
+ source=src flags=r {
+  bin {
+   cigma.cpp
+   h5attr.cpp
+   vtk-residuals.cpp
+  }
+  cli=. filter="cli_*" {
+   cli_application.cpp
+   cli_application.h
+   cli_base_cmd.cpp
+   cli_base_cmd.h
+   cli_command.cpp
+   cli_command.h
+   cli_compare_cmd.cpp
+   cli_compare_cmd.h
+   cli_eval_cmd.cpp
+   cli_eval_cmd.h
+   cli_extract_cmd.cpp
+   cli_extract_cmd.h
+   cli_info_cmd.cpp
+   cli_info_cmd.h
+   cli_list_cmd.cpp
+   cli_list_cmd.h
+   cli_skel_cmd.cpp
+   cli_skel_cmd.h
+  }
+  fn=. filter="fn_*" {
+   fn_disloc3d.cpp
+   fn_disloc3d.h
+   fn_explicit.cpp
+   fn_explicit.h
+   fn_gale2.cpp
+   fn_gale2.h
+   fn_one.cpp
+   fn_one.h
+   fn_test.cpp
+   fn_test.h
+   fn_zero.cpp
+   fn_zero.h
+  }
+  fe=. filter="fe_*" {
+   fe_hex8.cpp
+   fe_hex8.h
+   fe_quad4.cpp
+   fe_quad4.h
+   fe_tet4.cpp
+   fe_tet4.h
+   fe_tri3.cpp
+   fe_tri3.h
+  }
+  io=. filter="io_*" {
+   io_exo_reader.cpp
+   io_exo_reader.h
+   io_file_reader.cpp
+   io_file_reader.h
+   io_file_writer.cpp
+   io_file_writer.h
+   io_hdf5.cpp
+   io_hdf5.h
+   io_hdf5_reader.cpp
+   io_hdf5_reader.h
+   io_hdf5_writer.cpp
+   io_hdf5_writer.h
+   io_netcdf.cpp
+   io_netcdf.h
+   io_null_reader.cpp
+   io_null_reader.h
+   io_null_writer.cpp
+   io_null_writer.h
+   io_text_reader.cpp
+   io_text_reader.h
+   io_text_writer.cpp
+   io_text_writer.h
+   io_ucd_reader.cpp
+   io_ucd_reader.h
+   io_vtk.cpp
+   io_vtk.h
+   io_vtk_reader.cpp
+   io_vtk_reader.h
+   io_vtk_writer.cpp
+   io_vtk_writer.h
+  }
+  core=. filter="core_*" {
+   core_args.cpp
+   core_args.h
+   core_array.cpp
+   core_array.h
+   core_base_op.cpp
+   core_base_op.h
+   core_compare_op.cpp
+   core_compare_op.h
+   core_eval_op.cpp
+   core_eval_op.h
+   core_extract_op.cpp
+   core_extract_op.h
+   core_list_op.cpp
+   core_list_op.h
+   core_misc.cpp
+   core_misc.h
+   core_readers.cpp
+   core_readers.h
+   core_writers.cpp
+   core_writers.h
+  }
+  core2 {
+   AnnLocator.cpp
+   AnnLocator.h
+   Cell.cpp
+   Cell.h
+   CellIterator.h
+   Common.h
+   DataPath.cpp
+   DataPath.h
+   Definitions.h
+   DofHandler.cpp
+   DofHandler.h
+   ElementBlock.cpp
+   ElementBlock.h
+   Exception.cpp
+   Exception.h
+   FE.cpp
+   FE.h
+   Field.cpp
+   Field.h
+   Filesystem.cpp
+   Filesystem.h
+   Function.cpp
+   Function.h
+   FunctionRegistry.cpp
+   FunctionRegistry.h
+   Locator.cpp
+   Locator.h
+   MeshPart.cpp
+   MeshPart.h
+   NodeCoordinates.cpp
+   NodeCoordinates.h
+   Numeric.cpp
+   Numeric.h
+   Point.cpp
+   Point.h
+   Points.cpp
+   Points.h
+   ProgressTimer.cpp
+   ProgressTimer.h
+   Quadrature.cpp
+   Quadrature.h
+   README
+   Residuals.cpp
+   Residuals.h
+  }
+  py=. filter="py_*" {
+   py_Cell.cpp
+   py_Cell.h
+   py_Common.cpp
+   py_Common.h
+   py_CompareOp.cpp
+   py_DataPath.cpp
+   py_DofHandler.cpp
+   py_DofHandler.h
+   py_ElementBlock.cpp
+   py_ElementBlock.h
+   py_EvalOp.cpp
+   py_Exception.cpp
+   py_ExtractOp.cpp
+   py_FE.cpp
+   py_FE.h
+   py_Field.cpp
+   py_Field.h
+   py_Function.cpp
+   py_Function.h
+   py_Hello.cpp
+   py_ListOp.cpp
+   py_Locator.cpp
+   py_Locator.h
+   py_MeshPart.cpp
+   py_MeshPart.h
+   py_Misc.cpp
+   py_NodeCoordinates.cpp
+   py_NodeCoordinates.h
+   py_Point.cpp
+   py_Point.h
+   py_Points.cpp
+   py_Points.h
+   py_Quadrature.cpp
+   py_Quadrature.h
+   py_Residuals.cpp
+   py_Residuals.h
+   py_cigma_module.cpp
+   py_cigma_setup.py
+  }
+  all=src {
+   AnnLocator.cpp
+   AnnLocator.h
+   Cell.cpp
+   Cell.h
+   CellIterator.h
+   Common.h
+   DataPath.cpp
+   DataPath.h
+   Definitions.h
+   DofHandler.cpp
+   DofHandler.h
+   ElementBlock.cpp
+   ElementBlock.h
+   Exception.cpp
+   Exception.h
+   FE.cpp
+   FE.h
+   Field.cpp
+   Field.h
+   Filesystem.cpp
+   Filesystem.h
+   Function.cpp
+   Function.h
+   FunctionRegistry.cpp
+   FunctionRegistry.h
+   Locator.cpp
+   Locator.h
+   MeshPart.cpp
+   MeshPart.h
+   NodeCoordinates.cpp
+   NodeCoordinates.h
+   Numeric.cpp
+   Numeric.h
+   Point.cpp
+   Point.h
+   Points.cpp
+   Points.h
+   ProgressTimer.cpp
+   ProgressTimer.h
+   Quadrature.cpp
+   Quadrature.h
+   README
+   Residuals.cpp
+   Residuals.h
+   cigma.cpp
+   cli_application.cpp
+   cli_application.h
+   cli_base_cmd.cpp
+   cli_base_cmd.h
+   cli_command.cpp
+   cli_command.h
+   cli_compare_cmd.cpp
+   cli_compare_cmd.h
+   cli_eval_cmd.cpp
+   cli_eval_cmd.h
+   cli_extract_cmd.cpp
+   cli_extract_cmd.h
+   cli_info_cmd.cpp
+   cli_info_cmd.h
+   cli_list_cmd.cpp
+   cli_list_cmd.h
+   cli_skel_cmd.cpp
+   cli_skel_cmd.h
+   core_args.cpp
+   core_args.h
+   core_array.cpp
+   core_array.h
+   core_base_op.cpp
+   core_base_op.h
+   core_compare_op.cpp
+   core_compare_op.h
+   core_eval_op.cpp
+   core_eval_op.h
+   core_extract_op.cpp
+   core_extract_op.h
+   core_list_op.cpp
+   core_list_op.h
+   core_misc.cpp
+   core_misc.h
+   core_readers.cpp
+   core_readers.h
+   core_writers.cpp
+   core_writers.h
+   eb_array.cpp
+   eb_array.h
+   fe_hex8.cpp
+   fe_hex8.h
+   fe_quad4.cpp
+   fe_quad4.h
+   fe_tet4.cpp
+   fe_tet4.h
+   fe_tri3.cpp
+   fe_tri3.h
+   fn_disloc3d.cpp
+   fn_disloc3d.h
+   fn_explicit.cpp
+   fn_explicit.h
+   fn_gale2.cpp
+   fn_gale2.h
+   fn_one.cpp
+   fn_one.h
+   fn_test.cpp
+   fn_test.h
+   fn_zero.cpp
+   fn_zero.h
+   h5attr.cpp
+   hello.cpp
+   io_exo_reader.cpp
+   io_exo_reader.h
+   io_file_reader.cpp
+   io_file_reader.h
+   io_file_writer.cpp
+   io_file_writer.h
+   io_hdf5.cpp
+   io_hdf5.h
+   io_hdf5_reader.cpp
+   io_hdf5_reader.h
+   io_hdf5_writer.cpp
+   io_hdf5_writer.h
+   io_netcdf.cpp
+   io_netcdf.h
+   io_null_reader.cpp
+   io_null_reader.h
+   io_null_writer.cpp
+   io_null_writer.h
+   io_text_reader.cpp
+   io_text_reader.h
+   io_text_writer.cpp
+   io_text_writer.h
+   io_ucd_reader.cpp
+   io_ucd_reader.h
+   io_vtk.cpp
+   io_vtk.h
+   io_vtk_reader.cpp
+   io_vtk_reader.h
+   io_vtk_writer.cpp
+   io_vtk_writer.h
+   nc_array.cpp
+   nc_array.h
+   nullstream.hpp
+   numpy_util.cpp
+   numpy_util.h
+   py_Cell.cpp
+   py_Cell.h
+   py_Common.cpp
+   py_Common.h
+   py_CompareOp.cpp
+   py_DataPath.cpp
+   py_DofHandler.cpp
+   py_DofHandler.h
+   py_ElementBlock.cpp
+   py_ElementBlock.h
+   py_EvalOp.cpp
+   py_Exception.cpp
+   py_ExtractOp.cpp
+   py_FE.cpp
+   py_FE.h
+   py_Field.cpp
+   py_Field.h
+   py_Function.cpp
+   py_Function.h
+   py_Hello.cpp
+   py_ListOp.cpp
+   py_Locator.cpp
+   py_Locator.h
+   py_MeshPart.cpp
+   py_MeshPart.h
+   py_Misc.cpp
+   py_NodeCoordinates.cpp
+   py_NodeCoordinates.h
+   py_Point.cpp
+   py_Point.h
+   py_Points.cpp
+   py_Points.h
+   py_Quadrature.cpp
+   py_Quadrature.h
+   py_Residuals.cpp
+   py_Residuals.h
+   py_cigma_module.cpp
+   py_cigma_setup.py
+   tags
+   tri_logger.cpp
+   tri_logger.hpp
+   vtk-residuals.cpp
+   cscope.out
+  }
+ }
+ tests=tests flags=r {
+  bin=. {
+   README
+   main.cpp
+   test_registry.cpp
+  }
+  simple=simple {
+   SimpleTest.cpp
+   SimpleTest.h
+  }
+  libcigma=libcigma {
+   ArrayTest.cpp
+   ArrayTest.h
+   CellTest.cpp
+   CellTest.h
+   CompareOpTest.cpp
+   CompareOpTest.h
+   DataPathTest.cpp
+   DataPathTest.h
+   DofHandlerTest.cpp
+   DofHandlerTest.h
+   ElementBlockTest.cpp
+   ElementBlockTest.h
+   EvalOpTest.cpp
+   EvalOpTest.h
+   ExtractOpTest.cpp
+   ExtractOpTest.h
+   FE_Test.cpp
+   FE_Test.h
+   FieldTest.cpp
+   FieldTest.h
+   FunctionTest.cpp
+   FunctionTest.h
+   LocatorTest.cpp
+   LocatorTest.h
+   MeshPartTest.cpp
+   MeshPartTest.h
+   MiscTest.cpp
+   MiscTest.h
+   NodeCoordinatesTest.cpp
+   NodeCoordinatesTest.h
+   PointsTest.cpp
+   PointsTest.h
+   QuadratureTest.cpp
+   QuadratureTest.h
+   ReaderTest.cpp
+   ReaderTest.h
+   ResidualsTest.cpp
+   ResidualsTest.h
+   SkelTest.cpp
+   SkelTest.h
+   WriterTest.cpp
+   WriterTest.h
+   skel.py
+  }
+  pytests=pytests filter="*.py" {
+   runner.py
+   skel.py
+   test_cell.py
+   test_cigma.py
+   test_compare.py
+   test_dof_handler.py
+   test_eval.py
+   test_extract.py
+   test_fe.py
+   test_field.py
+   test_function.py
+   test_locator.py
+   test_mesh_part.py
+   test_point.py
+   test_points.py
+   test_quadrature.py
+   test_residuals.py
+  }
+  system=system flags=r {
+   100-extract.sh
+   150-extract.py
+   200-eval.sh
+   250-eval.py
+   300-compare.sh
+   301-compare.sh
+   350-compare.py
+   runner.py
+  }
+ }
+ examples=examples flags=r {
+  laplace1=laplace1 flags=r {
+   laplace.cc
+   Makefile
+   README
+  }
+  laplace2=laplace2 flags=r {
+   laplace.C
+   exact_solution.H
+   exact_solution.C
+   Makefile
+   README
+  }
+  strikeslipnog=strikeslipnog flags=r {
+   01-create-meshes.sh
+   02-run-pylith.sh
+   03-compare-solutions.sh
+   README
+  }
+ }
+}



More information about the CIG-COMMITS mailing list