[cig-commits] [commit] master, rajesh-petsc-schur: Merge pull request #3 from geodynamics/python-removal (a4f3626)

cig_noreply at geodynamics.org cig_noreply at geodynamics.org
Wed Nov 5 19:15:04 PST 2014


Repository : https://github.com/geodynamics/citcoms

On branches: master,rajesh-petsc-schur
Link       : https://github.com/geodynamics/citcoms/compare/464e1b32299b15819f93efd98d969cddb84dfe51...f97ae655a50bdbd6dac1923a3471ee4dae178fbd

>---------------------------------------------------------------

commit a4f36267edb516ba90f099bf05befa325640aeeb
Merge: fb1839e 81148ac
Author: Eric Heien <eheien at users.noreply.github.com>
Date:   Thu Oct 9 16:25:03 2014 -0700

    Merge pull request #3 from geodynamics/python-removal
    
    Python removal



>---------------------------------------------------------------

a4f36267edb516ba90f099bf05befa325640aeeb
 .gitignore                                         |     7 +
 ChangeLog                                          |    10 +
 CitcomS/BaseApplication.py                         |   120 -
 .../Advection_diffusion/Advection_diffusion.py     |   106 -
 CitcomS/Components/Advection_diffusion/__init__.py |    39 -
 CitcomS/Components/BC.py                           |    94 -
 CitcomS/Components/CitcomComponent.py              |    47 -
 CitcomS/Components/Const.py                        |    95 -
 CitcomS/Components/IC.py                           |   142 -
 CitcomS/Components/Output.py                       |   103 -
 CitcomS/Components/Param.py                        |    84 -
 CitcomS/Components/Phase.py                        |    71 -
 CitcomS/Components/Sphere/FullSphere.py            |    52 -
 CitcomS/Components/Sphere/RegionalSphere.py        |    58 -
 CitcomS/Components/Sphere/Sphere.py                |   104 -
 CitcomS/Components/Sphere/__init__.py              |    46 -
 CitcomS/Components/Stokes_solver/Incompressible.py |   123 -
 CitcomS/Components/Stokes_solver/__init__.py       |    53 -
 CitcomS/Components/Tracer.py                       |   129 -
 CitcomS/Components/Visc.py                         |   124 -
 CitcomS/Components/__init__.py                     |    34 -
 CitcomS/Controller.py                              |   170 -
 CitcomS/CoupledApp.py                              |   177 -
 CitcomS/Coupler/ContainingCoupler.py               |   260 -
 CitcomS/Coupler/Coupler.py                         |   172 -
 CitcomS/Coupler/EmbeddedCoupler.py                 |   302 -
 CitcomS/Coupler/Inlet.py                           |   161 -
 CitcomS/Coupler/MultiC_Coupler.py                  |   280 -
 CitcomS/Coupler/MultiE_Coupler.py                  |    88 -
 CitcomS/Coupler/Outlet.py                          |   115 -
 CitcomS/Coupler/__init__.py                        |    53 -
 CitcomS/Layout.py                                  |   156 -
 CitcomS/Makefile.am                                |    71 -
 CitcomS/MultiCoupledApp.py                         |   189 -
 CitcomS/MultiLayout.py                             |   121 -
 CitcomS/SimpleApp.py                               |   118 -
 CitcomS/Solver/CoupledFullSolver.py                |    60 -
 CitcomS/Solver/CoupledRegionalSolver.py            |    60 -
 CitcomS/Solver/CoupledSolver.py                    |   156 -
 CitcomS/Solver/FullSolver.py                       |    60 -
 CitcomS/Solver/MultiC_FullSolver.py                |    21 -
 CitcomS/Solver/MultiC_RegionalSolver.py            |    21 -
 CitcomS/Solver/RegionalSolver.py                   |    60 -
 CitcomS/Solver/Solver.py                           |   342 -
 CitcomS/Solver/__init__.py                         |    70 -
 CitcomS/__init__.py                                |    44 -
 Makefile.am                                        |    19 +-
 {tests => Py2C}/Makefile.am                        |    16 +-
 Py2C/Py2C.cpp                                      |   545 +
 Py2C/Py2C.hpp                                      |    63 +
 Py2C/Py2CMain.cpp                                  |    25 +
 archimedes/__init__.py                             |   181 -
 bin/Citcom.c                                       |     3 +
 bin/Makefile.am                                    |   118 +-
 bin/pycitcoms.c                                    |   108 -
 configure.ac                                       |   119 +-
 doc/citcoms-manual.pdf                             |   Bin 12616604 -> 10839947 bytes
 doc/citcoms-manual.tex                             |  4537 +++-----
 etc/Makefile.am                                    |    10 -
 examples/Cookbook1/cookbook1                       |    31 +
 examples/Cookbook1/cookbook1.cfg                   |    18 -
 examples/Cookbook10/cmt-solution.cookbook10        |    14 -
 examples/Cookbook10/cookbook10.cfg                 |    76 -
 examples/Cookbook10/stations.cookbook10            |    31 -
 examples/Cookbook2/cookbook2                       |    43 +
 examples/Cookbook2/cookbook2.cfg                   |    37 -
 examples/Cookbook3/cookbook3                       |    43 +
 examples/Cookbook3/cookbook3.cfg                   |    35 -
 examples/Cookbook4/cookbook4                       |    46 +
 examples/Cookbook4/cookbook4.cfg                   |    48 -
 examples/Cookbook5/cookbook5                       |    59 +
 examples/Cookbook5/cookbook5.cfg                   |    54 -
 examples/Cookbook6/cookbook6                       |    70 +
 examples/Cookbook6/cookbook6.cfg                   |    85 -
 examples/Cookbook7/cookbook7                       |    55 +
 examples/Cookbook7/cookbook7.cfg                   |    69 -
 examples/Cookbook8/cookbook8                       |    89 +
 examples/Cookbook9/cookbook9.cfg                   |   160 -
 examples/Cookbook9/ic/cntn.velo.0.0                |  3759 -------
 examples/Cookbook9/ic/cntn.velo.1.0                |  3759 -------
 examples/Cookbook9/ic/embd.velo.0.0                | 11027 -------------------
 examples/Cookbook9/ic/embd.velo.1.0                | 11027 -------------------
 examples/Cookbook9/velocity/bvel.dat0              |   289 -
 examples/Cookbook9/velocity/bvel.dat1              |   289 -
 examples/example0                                  |    30 +
 examples/example0.cfg                              |    14 -
 examples/example1                                  |    32 +
 examples/example1.cfg                              |    17 -
 lib/Composition_related.c                          |     4 +-
 lib/Full_tracer_advection.c                        |    20 +-
 lib/Instructions.c                                 |   460 +-
 lib/Makefile.am                                    |    20 +-
 lib/Material_properties.c                          |     2 +-
 lib/Mineral_physics_models.c                       |     8 +-
 lib/Pan_problem_misc_functions.c                   |     2 +-
 lib/Regional_tracer_advection.c                    |    19 +-
 lib/Tracer_setup.c                                 |    11 +-
 lib/Viscosity_structures.c                         |     4 +-
 lib/prototypes.h                                   |     2 +
 module/CitcomSmodule.c                             |    64 -
 module/CitcomSmodule.h                             |    41 -
 module/Exchanger/AreaWeightedNormal.cc             |   219 -
 module/Exchanger/AreaWeightedNormal.h              |    81 -
 module/Exchanger/BaseSVTInlet.cc                   |   253 -
 module/Exchanger/BaseSVTInlet.h                    |    84 -
 module/Exchanger/Boundary.cc                       |   249 -
 module/Exchanger/Boundary.h                        |    82 -
 module/Exchanger/BoundarySVTInlet.cc               |    90 -
 module/Exchanger/BoundarySVTInlet.h                |    61 -
 module/Exchanger/BoundaryVTInlet.cc                |    72 -
 module/Exchanger/BoundaryVTInlet.h                 |    61 -
 module/Exchanger/CitcomInterpolator.cc             |   451 -
 module/Exchanger/CitcomInterpolator.h              |    84 -
 module/Exchanger/CitcomSource.cc                   |   140 -
 module/Exchanger/CitcomSource.h                    |    75 -
 module/Exchanger/Convertor.cc                      |    55 -
 module/Exchanger/Convertor.h                       |    64 -
 module/Exchanger/Exchangermodule.cc                |    68 -
 module/Exchanger/Exchangermodule.h                 |    40 -
 module/Exchanger/Interior.cc                       |    96 -
 module/Exchanger/Interior.h                        |    56 -
 module/Exchanger/Makefile.am                       |   121 -
 module/Exchanger/PInlet.cc                         |   102 -
 module/Exchanger/PInlet.h                          |    66 -
 module/Exchanger/PInterior.cc                      |    86 -
 module/Exchanger/PInterior.h                       |    55 -
 module/Exchanger/POutlet.cc                        |    75 -
 module/Exchanger/POutlet.h                         |    62 -
 module/Exchanger/SIUnit.cc                         |    54 -
 module/Exchanger/SIUnit.h                          |    58 -
 module/Exchanger/SInlet.cc                         |   185 -
 module/Exchanger/SInlet.h                          |    73 -
 module/Exchanger/SVTInlet.cc                       |    80 -
 module/Exchanger/SVTInlet.h                        |    59 -
 module/Exchanger/SVTOutlet.cc                      |    87 -
 module/Exchanger/SVTOutlet.h                       |    67 -
 module/Exchanger/TInlet.cc                         |    97 -
 module/Exchanger/TInlet.h                          |    66 -
 module/Exchanger/TOutlet.cc                        |    74 -
 module/Exchanger/TOutlet.h                         |    62 -
 module/Exchanger/VOutlet.cc                        |    74 -
 module/Exchanger/VOutlet.h                         |    62 -
 module/Exchanger/VTInlet.cc                        |   194 -
 module/Exchanger/VTInlet.h                         |    74 -
 module/Exchanger/VTOutlet.cc                       |    80 -
 module/Exchanger/VTOutlet.h                        |    63 -
 module/Exchanger/bindings.cc                       |   224 -
 module/Exchanger/bindings.h                        |    41 -
 module/Exchanger/exceptions.cc                     |    37 -
 module/Exchanger/exceptions.h                      |    41 -
 module/Exchanger/exchangers.cc                     |   315 -
 module/Exchanger/exchangers.h                      |   104 -
 module/Exchanger/global_bbox.cc                    |    62 -
 module/Exchanger/global_bbox.h                     |    48 -
 module/Exchanger/initTemperature.cc                |   499 -
 module/Exchanger/initTemperature.h                 |    40 -
 module/Exchanger/inlets_outlets.cc                 |   421 -
 module/Exchanger/inlets_outlets.h                  |   110 -
 module/Exchanger/misc.cc                           |   333 -
 module/Exchanger/misc.h                            |    56 -
 module/Makefile.am                                 |    91 -
 module/advdiffu.c                                  |   132 -
 module/advdiffu.h                                  |    52 -
 module/bindings.c                                  |   341 -
 module/bindings.h                                  |    39 -
 module/exceptions.c                                |    34 -
 module/exceptions.h                                |    39 -
 module/getProperty.h                               |   113 -
 module/initial_conditions.c                        |   217 -
 module/initial_conditions.h                        |    76 -
 module/mesher.c                                    |   106 -
 module/mesher.h                                    |    51 -
 module/misc.c                                      |   441 -
 module/misc.h                                      |   135 -
 module/outputs.c                                   |   127 -
 module/outputs.h                                   |    51 -
 module/setProperties.c                             |  1009 --
 module/setProperties.h                             |    85 -
 module/stokes_solver.c                             |   137 -
 module/stokes_solver.h                             |    54 -
 setup.py                                           |    41 -
 stamp-h1                                           |     1 +
 visual/OpenDXMacro/Makefile                        |   581 +
 visual/OpenDXMacro/Makefile.in                     |   581 +
 184 files changed, 4099 insertions(+), 49898 deletions(-)



More information about the CIG-COMMITS mailing list