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