[root]/CCA/Components
Angio
(9 files, 3425 lines)
Arches
(94 files, 51351 lines)
ChemMix
(5 files, 114 lines)
TabProps
(7 files, 3279 lines)
CoalModels
(21 files, 245 lines)
Mixing
(14 files, 3140 lines)
TabProps
(5 files, 2636 lines)
Radiation
(12 files, 3100 lines)
fortran
(16 files, 2731 lines)
SourceTerms
(15 files, 539 lines)
TabProps
(0 files, 0 lines)
TransportEqns
(13 files, -541 lines)
fortran
(44 files, 6122 lines)
DataArchiver
(3 files, 2818 lines)
Examples
(28 files, 5803 lines)
ICE
(27 files, 18635 lines)
Advection
(12 files, 2848 lines)
CustomBCs
(13 files, 5034 lines)
Docs
(8 files, 1901 lines)
EOS
(23 files, 3189 lines)
Matlab
(0 files, 0 lines)
ShockTube1D
(11 files, 1176 lines)
PressureSolve
(0 files, 0 lines)
HypreStandAlone
(1 files, 1108 lines)
LoadBalancers
(21 files, 4040 lines)
MPM
(31 files, 19844 lines)
ConstitutiveModel
(72 files, 48264 lines)
PlasticityModels
(106 files, 15973 lines)
UnusedCM
(19 files, 7191 lines)
fortran
(12 files, 1625 lines)
Contact
(19 files, 3792 lines)
Crack
(28 files, 10560 lines)
HeatConduction
(5 files, 1846 lines)
Matlab
(10 files, 1740 lines)
Multilevel
(5 files, 735 lines)
ParticleCreator
(12 files, 2272 lines)
PhysicalBC
(19 files, 2679 lines)
ThermalContact
(9 files, 797 lines)
MPMArches
(7 files, 6103 lines)
fortran
(12 files, 3305 lines)
MPMICE
(5 files, 4556 lines)
Models
(3 files, 341 lines)
FluidsBased
(29 files, 9497 lines)
HEChem
(15 files, 4979 lines)
Radiation
(20 files, 6160 lines)
fortran
(17 files, 3350 lines)
OnTheFlyAnalysis
(17 files, 3790 lines)
Parent
(9 files, 1561 lines)
PatchCombiner
(5 files, 992 lines)
ProblemSpecification
(3 files, 1965 lines)
Regridder
(16 files, 5700 lines)
Schedulers
(37 files, 14828 lines)
SimulationController
(5 files, 2118 lines)
Solvers
(19 files, 5621 lines)
HyprePreconds
(13 files, 1250 lines)
HypreSolvers
(19 files, 2098 lines)
SpatialOps
(8 files, -630 lines)
CoalModels
(0 files, 0 lines)
SourceTerms
(0 files, 0 lines)
TransportEqns
(0 files, 0 lines)
matlab
(3 files, 51 lines)
SwitchingCriteria
(13 files, 1361 lines)
TAO
(0 files, 0 lines)
FileReader
(0 files, 0 lines)
FileReaderClient
(0 files, 0 lines)
Author | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 17 (100.0%) | 177 (100.0%) | 10.4 |
jas | 10 (58.8%) | 167 (94.4%) | 16.7 |
dav | 2 (11.8%) | 7 (4.0%) | 3.5 |
jthornoc | 3 (17.6%) | 3 (1.7%) | 1.0 |
charlesreid | 2 (11.8%) | 0 (0.0%) | 0.0 |
Fix the _static_ build when ARCHES is turned off (ie, when configure'd
with USE_ARCHES=no). Mostly this has to do with also disabling the
SpatialOps component when ARCHES is off.
M CCA/Components/Parent/sub.mk
M CCA/Components/Parent/ComponentFactory.cc
M CCA/Components/sub.mk
- Don't use SpatialOps if Arches is turned off.
M StandAlone/sub.mk
- Don't use SpatialOps if Arches is turned off.
- For some reason libraries were listed as CCA_Components_Parent
(using '_'s...) not sure how this works (perhaps the '/' that is
supposed to be there is replaced by the build system with '_'?)
Anyway, changed this (back?) to the standard/consistent way (using
'/').
7 lines of code changed in 2 files:
Add SpatialOps back to the list so the code will compile.
2 lines of code changed in 3 files:
Removing SpatialOps from sub.mk files
0 lines of code changed in 2 files:
Added Arches/ChemMix/TabProps.
0 lines of code changed in 2 files:
Remove TabProps directory.
1 lines of code changed in 1 file:
Remove the Angio component from the release.
0 lines of code changed in 1 file:
Created a new directory "ChemMix" that will hold the new chemistry and mixing table interface classes. All files in the "Mixing" will eventually be transfered into ChemMix, thus ridding the code of the rigidity of "NewStaticMixingTable".
1 lines of code changed in 1 file:
Mixxed some sub.mk changes
1 lines of code changed in 1 file:
Pull out the SpatialOps and RMCRT for the release files. The *.orig files
have the SpatialOps and RMCRT reflect what is in the svn repository.
163 lines of code changed in 2 files:
Adding the spatialOps Component.
1 lines of code changed in 1 file:
Remove the Packages/Uintah/
1 lines of code changed in 1 file: