Directory Packages/Uintah/CCA/Components/

Total Files:
1
Deleted Files:
0
Lines of Code:
35

[root]/Packages/Uintah/CCA/Components
                    directory in repo Arches (53 files, 48114 lines)
                        directory in repo Mixing (13 files, 2257 lines)
                            Folder removed from repo preprocessor (0 files, 0 lines)
                        directory in repo Radiation (6 files, 2326 lines)
                            directory in repo fortran (1 files, 54 lines)
                        directory in repo fortran (36 files, 4083 lines)
                    directory in repo DataArchiver (4 files, 2818 lines)
                    directory in repo Dummy (4 files, 344 lines)
                    directory in repo Examples (32 files, 9242 lines)
                    Folder removed from repo HETransformation (0 files, 0 lines)
                    directory in repo ICE (24 files, 17313 lines)
                        directory in repo Advection (11 files, 2518 lines)
                        directory in repo CustomBCs (6 files, 3656 lines)
                        directory in repo Docs (3 files, 310 lines)
                        directory in repo EOS (17 files, 1983 lines)
                        directory in repo Matlab (2 files, 40 lines)
                            directory in repo Advection (5 files, 236 lines)
                            directory in repo ShockTube1D (1 files, 0 lines)
                            Folder removed from repo SolverBug (0 files, 0 lines)
                    directory in repo LoadBalancers (11 files, 1666 lines)
                    directory in repo MPM (28 files, 14480 lines)
                        directory in repo ConstitutiveModel (58 files, 33425 lines)
                            directory in repo PlasticityModels (71 files, 9079 lines)
                                directory in repo Validation (10 files, 4063 lines)
                            directory in repo UnusedCM (1 files, 315 lines)
                        directory in repo Contact (16 files, 3200 lines)
                        directory in repo Crack (7 files, 5853 lines)
                        directory in repo HeatConduction (6 files, 1713 lines)
                        directory in repo ParticleCreator (15 files, 1916 lines)
                        directory in repo PhysicalBC (7 files, 387 lines)
                        directory in repo ThermalContact (2 files, 194 lines)
                    directory in repo MPMArches (3 files, 4926 lines)
                        directory in repo fortran (1 files, 29 lines)
                    directory in repo MPMICE (7 files, 4567 lines)
                    directory in repo Models (4 files, 191 lines)
                        directory in repo HEChem (13 files, 2955 lines)
                        directory in repo Radiation (13 files, 5210 lines)
                            directory in repo fortran (1 files, 48 lines)
                        directory in repo test (21 files, 6884 lines)
                    directory in repo OnTheFlyAnalysis (8 files, 157 lines)
                    directory in repo Parent (6 files, 796 lines)
                    directory in repo PatchCombiner (6 files, 798 lines)
                    directory in repo ProblemSpecification (4 files, 253 lines)
                    directory in repo Regridder (14 files, 1755 lines)
                    Folder removed from repo Scheduler3 (0 files, 0 lines)
                    directory in repo Schedulers (29 files, 12887 lines)
                    directory in repo SimulationController (6 files, 1498 lines)
                    directory in repo Solvers (15 files, 4953 lines)
                        directory in repo HyprePreconds (2 files, 250 lines)
                        directory in repo HypreSolvers (3 files, 337 lines)
                    directory in repo SwitchingCriteria (11 files, 660 lines)

Lines of Code

Packages/Uintah/CCA/Components/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 4 (100.0%) 23 (100.0%) 5.7
dav 1 (25.0%) 18 (78.3%) 18.0
worthen 2 (50.0%) 4 (17.4%) 2.0
harman 1 (25.0%) 1 (4.3%) 1.0

Most Recent Commits

worthen 2006-06-02 15:23 Rev.: 34405

Prep configure to run under cygwin. Not quite ready yet.

Windows port of Uintah. Currently does not support Arches or Radiation (due to lack of fortran).

4 lines of code changed in 2 files:

  • Packages/Uintah/CCA/Components: sub.mk (+4)
harman 2006-02-07 13:39 Rev.: 33177

-new on-the-fly analysis component.
-new Analysis module, lineExtract
user specifies data extraction lines, variables to dump, starting and stoping times
For each point along the line a file is generated and data is dumped to it
at a user specified frequency. These files can then be pasted into one huge Excel/Matlab data file
for statistical analysis.
(initial commit, only CCVariable<double> variables. Restarts and multiple processors don't work)

1 lines of code changed in 1 file:

  • Packages/Uintah/CCA/Components: sub.mk (+1)
dav 2006-01-17 13:37 Rev.: 33004

Fixed the Using Fake Arches/MPMICE/ICE scripts so that they all work.
Removed the perl version of the scripts and replaced them with shell
versions. If you run the script twice, it will toggle the changes for
you (so you can turn ICE off then on, then off... etc, without having
to 'svn update' your sub.mk files). (Note, while I was at it, I added
some support for a fakeMPM, but the script itself is not written,
though it could easily be if someone wanted it...)

M CCA/Components/MPMArches/sub.mk

Added dependent Arches/Mixing lib so Mac will compile.

M CCA/Components/Parent/sub.mk

Added ARCHES, ICE, MPM, MPMICE variables so that the scripts can
easily toggle there value to on/off.

A CCA/Components/Dummy/FakeAMRICE.cc

A FakeAMRICE component had to be added to support FakeICE. No one had
used fakeICE in a while, so no one had noticed that this was necessary.

M CCA/Components/Dummy/sub.mk

Added FAKE_ARCHES, FAKE_MPMARCHES, FAKE_ICE, FAKE_MPM, and FAKE_MPMICE
variables so that the scripts can easily toggle there value to on/off.

M CCA/Components/Dummy/FakeICE.cc

ICE constructor had changed, so fake ICE component had to be updated.

M CCA/Components/sub.mk

Added MPM, MPMARCHES, ICE, MPM, MPMICE, and DUMMY variables so that
the scripts can easily toggle there value to on/off.

AM scripts/useFakeArches.sh
AM scripts/useFakeMPM_ICE.sh
AM scripts/useFakeICE.sh

Added new scripts for toggling on/off fake components. Each script is
very similar to the others, except that it changes different
variables... could probably combine into a single script easily.

D scripts/useFakeMPM_ICE.pl
D scripts/useFakeArches.pl
D scripts/useFakeICE.pl

Removed the perl version of the scripts. The useFakeICE.pl and
useFakeMPM_ICE.pl scripts probably never were updated and did not work
at this point.

M StandAlone/sub.mk

Added DUMMY_LIB, ARCHES_LIBS, ARCHES_SUB_LIBS, MPM_LIB, ICE_LIB, and
MPMICE_LIB variables so scripts can easily toggle them on/off.
Removed (unnecessary) tabs from file.

18 lines of code changed in 1 file:

  • Packages/Uintah/CCA/Components: sub.mk (+18 -9)
Generated by StatSVN 0.4.0