Directory | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 454 (100.0%) | 6968 (100.0%) | 15.3 |
testprograms/Regridders/ | 31 (6.8%) | 2998 (43.0%) | 96.7 |
CCA/Components/LoadBalancers/ | 34 (7.5%) | 1649 (23.7%) | 48.5 |
CCA/Components/Schedulers/ | 62 (13.7%) | 635 (9.1%) | 10.2 |
CCA/Components/DataArchiver/ | 4 (0.9%) | 303 (4.3%) | 75.7 |
Core/Grid/Variables/ | 46 (10.1%) | 285 (4.1%) | 6.1 |
Core/Grid/ | 36 (7.9%) | 282 (4.0%) | 7.8 |
scripts/ | 2 (0.4%) | 262 (3.8%) | 131.0 |
Core/Thread/ | 14 (3.1%) | 149 (2.1%) | 10.6 |
Core/Util/ | 7 (1.5%) | 123 (1.8%) | 17.5 |
CCA/Components/MPM/ConstitutiveModel/ | 33 (7.3%) | 49 (0.7%) | 1.4 |
Core/Grid/PatchBVH/ | 10 (2.2%) | 32 (0.5%) | 3.2 |
CCA/Components/MPM/ConstitutiveModel/PlasticityModels/ | 24 (5.3%) | 24 (0.3%) | 1.0 |
CCA/Components/MPM/ | 15 (3.3%) | 23 (0.3%) | 1.5 |
scripts/LLNL_scripts/ | 5 (1.1%) | 22 (0.3%) | 4.4 |
StandAlone/ | 6 (1.3%) | 22 (0.3%) | 3.6 |
CCA/Components/Arches/ | 18 (4.0%) | 18 (0.3%) | 1.0 |
CCA/Components/MPM/Crack/ | 10 (2.2%) | 10 (0.1%) | 1.0 |
Core/GeometryPiece/ | 5 (1.1%) | 8 (0.1%) | 1.6 |
CCA/Components/MPM/ConstitutiveModel/UnusedCM/ | 7 (1.5%) | 7 (0.1%) | 1.0 |
include/ | 3 (0.7%) | 6 (0.1%) | 2.0 |
CCA/Ports/ | 5 (1.1%) | 6 (0.1%) | 1.2 |
CCA/Components/MPM/PhysicalBC/ | 6 (1.3%) | 6 (0.1%) | 1.0 |
CCA/Components/MPM/Contact/ | 6 (1.3%) | 6 (0.1%) | 1.0 |
CCA/Components/Models/Radiation/ | 5 (1.1%) | 5 (0.1%) | 1.0 |
R_Tester/ | 2 (0.4%) | 4 (0.1%) | 2.0 |
Core/DataArchive/ | 4 (0.9%) | 4 (0.1%) | 1.0 |
CCA/Components/Models/HEChem/ | 3 (0.7%) | 4 (0.1%) | 1.3 |
CCA/Components/Arches/Radiation/ | 4 (0.9%) | 4 (0.1%) | 1.0 |
CCA/Components/Arches/Mixing/ | 4 (0.9%) | 4 (0.1%) | 1.0 |
CCA/Components/MPMArches/ | 3 (0.7%) | 3 (0.0%) | 1.0 |
StandAlone/tools/extractors/ | 1 (0.2%) | 2 (0.0%) | 2.0 |
CCA/Components/MPM/HeatConduction/ | 2 (0.4%) | 2 (0.0%) | 1.0 |
CCA/Components/Examples/ | 4 (0.9%) | 2 (0.0%) | 0.5 |
CCA/Components/Arches/ChemMix/ | 2 (0.4%) | 2 (0.0%) | 1.0 |
testprograms/ | 2 (0.4%) | 1 (0.0%) | 0.5 |
StandAlone/tools/pfs/ | 1 (0.2%) | 1 (0.0%) | 1.0 |
CCA/Components/SimulationController/ | 3 (0.7%) | 1 (0.0%) | 0.3 |
CCA/Components/Regridder/ | 7 (1.5%) | 1 (0.0%) | 0.1 |
CCA/Components/MPM/CohesiveZone/ | 1 (0.2%) | 1 (0.0%) | 1.0 |
CCA/Components/ICE/ | 1 (0.2%) | 1 (0.0%) | 1.0 |
/ | 1 (0.2%) | 1 (0.0%) | 1.0 |
StandAlone/tools/puda/ | 2 (0.4%) | 0 (0.0%) | 0.0 |
Core/Parallel/ | 2 (0.4%) | 0 (0.0%) | 0.0 |
Core/Math/ | 2 (0.4%) | 0 (0.0%) | 0.0 |
Core/Geometry/ | 4 (0.9%) | 0 (0.0%) | 0.0 |
Core/Containers/ | 2 (0.4%) | 0 (0.0%) | 0.0 |
CCA/Components/MPMICE/ | 1 (0.2%) | 0 (0.0%) | 0.0 |
CCA/Components/ICE/CustomBCs/ | 2 (0.4%) | 0 (0.0%) | 0.0 |
Added some error checking to the geometry object code. Requesting data that was not added to the object will now throw an error.
0 lines of code changed in 2 files:
Added the ability to specify the refinement level with refinement objects. Use -1 to indicated the finest level.
7 lines of code changed in 1 file:
Added the code for the Integer data type in geometry object fields.
8 lines of code changed in 3 files:
Add the executing processor to its neighorhood. Previously if a processor had no patches on all levels it would not be in its own neighborhood. This in turn caused once per proc tasks to cause a deadlock.
0 lines of code changed in 2 files:
Fixed a bug in my last commit.
8 lines of code changed in 1 file:
Changed the way getParticleSubset() with an arbitrary range is queried. You now pass in the patch from which you want the data as the key and no longer pass in a level.
35 lines of code changed in 8 files:
Removed some unnecessary asserts
0 lines of code changed in 1 file:
Sanity check the variable ranges after applying ghost cells.
5 lines of code changed in 1 file:
Added the ability to turn off variable combining on the OnDemandDataWarehouse. If disabled each patch/variable combination will get its own memory.
To disable combining set OnDemandDataWarehouse::d_combineMemory=false. This should only need to be done once as it is a static member of the class and is shared by all instances.
206 lines of code changed in 2 files:
Removed an unecessary and incorrect error checking.
0 lines of code changed in 1 file:
Removed extraCells as a static member of Patch. This member didn't make sense since extraCells are specified per level not globally.
39 lines of code changed in 6 files:
Updated the computeExtents query to use other queries in the Patch class in order to ensure consistency.
29 lines of code changed in 2 files:
Added some comments
0 lines of code changed in 2 files:
Added an assert
1 lines of code changed in 1 file:
Disabled methane8patch until Dav can fix the testing scripts.
3 lines of code changed in 1 file:
Potentially fixed the checkGetAccess code when requesting psets from different levels.
48 lines of code changed in 5 files:
Added the parsing for reduce_uda.
3 lines of code changed in 1 file:
Don't delete the taskgraph doc. For some reason this causes some memory corruption. Since this is used for testing only i'm just going to let this leak.
3 lines of code changed in 1 file:
Also emit regular tasks. For some reason only reduction tasks were being emitted.
0 lines of code changed in 2 files:
Removed some more dust from the task graph emitting code.
2 lines of code changed in 1 file:
(121 more)