[root]/CCA/Components/MPMArches
fortran
(15 files, 3422 lines)
Author | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 39 (100.0%) | 277 (100.0%) | 7.1 |
allen | 25 (64.1%) | 210 (75.8%) | 8.4 |
jas | 14 (35.9%) | 67 (24.2%) | 4.7 |
added second interface computeTaskGraphIndex to remove need for shared shate call, renamed recomputeTimeStep to recomputeDelT for a more accurate call
3 lines of code changed in 4 files:
Broke the large libs into smaller libraries allowing of the removal the ModelFactory Component and moved all application code from core
12 lines of code changed in 4 files:
Moved MPM Solvers and other class into their own sub dirs
1 lines of code changed in 1 file:
Made the models a first class component and minor clean up the MPM header file usage
1 lines of code changed in 1 file:
added a SolverCommon class, made OnTheFlyAnalysis a first class UintahParallelComponent, added acess methods for component controll in UintahParallelComponent
7 lines of code changed in 1 file:
merged the needCompile into the ApplicationCommon class, removed the passing of appliction values in the DataArchiver
7 lines of code changed in 2 files:
removed the delta T label from the shared state and began removing the shared state where possible
6 lines of code changed in 1 file:
update to move to a application common class and remove the shared state
132 lines of code changed in 3 files:
added support for saving per patch data
22 lines of code changed in 2 files:
added header file
3 lines of code changed in 1 file:
removed spurious header file
0 lines of code changed in 2 files:
Replace all instances of StaticArray with std::vector. This has been tested on the RT for all components. It is a drop in replacement. StaticArray is being removed.
58 lines of code changed in 1 file:
fixes for W-cycle and performing on-the-fly analysis
12 lines of code changed in 2 files:
Update copyright.
9 lines of code changed in 13 files:
Removed Time.h and replaced with Timers.hpp
4 lines of code changed in 1 file: