[root]/Packages/Uintah/CCA/Components
Arches
(64 files, 44495 lines)
Mixing
(18 files, 4396 lines)
fortran
(1 files, 56 lines)
Radiation
(10 files, 2748 lines)
fortran
(7 files, 1297 lines)
fortran
(2 files, 219 lines)
DataArchiver
(3 files, 2614 lines)
Dummy
(6 files, 618 lines)
Examples
(32 files, 8555 lines)
HETransformation
(1 files, 20 lines)
ICE
(27 files, 13805 lines)
Advection
(16 files, 3775 lines)
CustomBCs
(11 files, 319 lines)
Docs
(12 files, 5762 lines)
EOS
(19 files, 1552 lines)
Matlab
(1 files, 7 lines)
PressureSolve
(0 files, 0 lines)
LaplacePanayot
(0 files, 0 lines)
SolverBug
(0 files, 0 lines)
Regridder
(0 files, 0 lines)
BR
(33 files, 1689 lines)
testcases
(8 files, 236 lines)
Hierarchical
(24 files, 1287 lines)
ShockTube1D
(16 files, 3063 lines)
SolverBug
(5 files, 111474 lines)
Todd
(0 files, 0 lines)
Matlab_1dShockTube
(1 files, 0 lines)
PressureSolve
(1 files, 1 lines)
DiffusionPanayot1Level
(0 files, 0 lines)
HypreStandAlone
(37 files, 196 lines)
LaplaceDFM
(0 files, 0 lines)
LaplacePanayot
(0 files, 0 lines)
Matlab
(61 files, 3158 lines)
SolverBug
(0 files, 0 lines)
LoadBalancers
(15 files, 310 lines)
MPM
(21 files, 11409 lines)
Burn
(0 files, 0 lines)
ConstitutiveModel
(53 files, 23378 lines)
PlasticityModels
(34 files, 5227 lines)
Validation
(110 files, 9003 lines)
UnusedCM
(5 files, 3623 lines)
Contact
(19 files, 2951 lines)
Crack
(28 files, 7753 lines)
Fracture
(0 files, 0 lines)
GeometrySpecification
(0 files, 0 lines)
HeatConduction
(5 files, 56 lines)
ParticleCreator
(13 files, 1861 lines)
PhysicalBC
(4 files, 506 lines)
ThermalContact
(4 files, 376 lines)
Util
(0 files, 0 lines)
MPMArches
(6 files, 5418 lines)
fortran
(4 files, 390 lines)
MPMICE
(6 files, 3327 lines)
Models
(3 files, 168 lines)
HEChem
(10 files, 2738 lines)
Radiation
(21 files, 313 lines)
fortran
(43 files, 788 lines)
test
(27 files, 6765 lines)
Parent
(5 files, 86 lines)
PatchCombiner
(5 files, 485 lines)
ProblemSpecification
(3 files, 236 lines)
Regridder
(10 files, 1949 lines)
Scheduler3
(15 files, 389 lines)
Schedulers
(36 files, 12384 lines)
SimulationController
(5 files, 1174 lines)
Solvers
(21 files, 2512 lines)
HyprePreconds
(13 files, 28 lines)
HypreSolvers
(19 files, 9 lines)
Switcher
(0 files, 0 lines)
SwitchingCriteria
(11 files, 72 lines)
Author | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 33 (100.0%) | 1105 (100.0%) | 33.4 |
dav | 14 (42.4%) | 835 (75.6%) | 59.6 |
jas | 8 (24.2%) | 215 (19.5%) | 26.8 |
worthen | 8 (24.2%) | 52 (4.7%) | 6.5 |
sparker | 1 (3.0%) | 2 (0.2%) | 2.0 |
jones | 1 (3.0%) | 1 (0.1%) | 1.0 |
xiongcw | 1 (3.0%) | 0 (0.0%) | 0.0 |
Add SwitchingCriteria* to *.h. Commented out hard coded switching criteria
in *.cc files.
1 lines of code changed in 2 files:
Moved to the Dummy component directory.
0 lines of code changed in 2 files:
Made a 'Dummy' directory for the 'fake' components. Separated some of the Fake files into multiple individual files.
0 lines of code changed in 1 file:
Removed commented out line.
0 lines of code changed in 1 file:
combine ComponentFactory and Switcher into Parent (hope it works; never done 'svn move' before)
3 lines of code changed in 3 files:
sus - get component options (sim, lb, sched, solver, regridder) from a ups file. sim and solver also work from the command line
Switcher - load its own sims and problem_specs
Clean up factories
Retire unused files
42 lines of code changed in 2 files:
Stop maintaining Scheduler3 (at least for the moment)
0 lines of code changed in 1 file:
Add components Test1 to ComponentFactory.
Can now switch betweend two simple components Test and Test1.
Add more refinements to Switch component for doing recompiles and
switchTests.
Cleanup of SimpleSimulationController and MultipleSimulationController.
5 lines of code changed in 1 file:
Moved from StandAlone to CCA/Components (originally I did a CVS type update... this time I'm doing it correctly to keep the history around). These are commits towards updating the FakeArches stuff to handle the addition John made of the Components library.
0 lines of code changed in 3 files:
Originally I created new versions of these files (ala CVS). I'm deleting them now so I can just use SVN to move them (keeping history intact).
0 lines of code changed in 3 files:
Split-level MPMICE implemented (ICE on level 0, MPM on level 1)
Still needs actual coarsen/refinement operators
multilevel_diw.ups is the test file
Fixed compile error (Components.so needs to link Arches and MPMArches libraries)
2 lines of code changed in 1 file:
Additional commits towards the updating of the FakeArches stuff to handle the addition John made of the Components library. (Also adding updated .h file I forgot to commit in last batch.)
799 lines of code changed in 3 files:
Updates to sub.mk files and to FakeArches to make sus compile on the Mac (and on IBM (Frost)). FakeArches.cc is now used by the new CCA/Components library in addition to sus, so I've moved it into the Components directory and make it part of that library. Adjusted the useFakeArches.pl script to handle this. Updated (added necessary dependent libraries for Mac) and cleaned up sub.mk files. useFake[Other] scripts still need to be updated. Replaced relative #includes in some files with absolute (using <> instead of quotes). Added the mac gcc3.3 hack for isnan to a few files.
36 lines of code changed in 1 file:
Add switcher component.
Add switchComponent to SimulationInterface.
8 lines of code changed in 2 files:
Create factories for the various components.
201 lines of code changed in 3 files:
Undo last Fake Arches commit
6 lines of code changed in 1 file:
improved steady_burn model
0 lines of code changed in 1 file:
compile scheduler3
1 lines of code changed in 1 file:
Re-organizing Core/Grid.
1 lines of code changed in 1 file: