[root]/CCA/Components/MPMICE
Core
(3 files, 213 lines)
Author | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 38 (100.0%) | 290 (100.0%) | 7.6 |
allen | 26 (68.4%) | 209 (72.1%) | 8.0 |
jas | 8 (21.1%) | 73 (25.2%) | 9.1 |
guilkey | 3 (7.9%) | 8 (2.8%) | 2.6 |
ahumphrey | 1 (2.6%) | 0 (0.0%) | 0.0 |
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
29 lines of code changed in 6 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
0 lines of code changed in 1 file:
Beginnings MALLOC_TRACE support removal, e.g. MALLOC_TRACE_TAG_SCOPE and other macros.
This library, though once useful, no longer works with Uintah and is not maintained, plus inextricably tied to SCI_MALLOC, which ultimately needs to go away.
0 lines of code changed in 1 file:
renamed ComponentFactory to Applicationfactory - moved model mgt from switcher to application
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
0 lines of code changed in 2 files:
removed the delta T label from the shared state and began removing the shared state where possible
15 lines of code changed in 2 files:
Fixed so the model maker is passed down correctly
2 lines of code changed in 2 files:
additional changes related to the Application Common
4 lines of code changed in 2 files:
update to move to a application common class and remove the shared state
143 lines of code changed in 3 files:
added processor node identification to the proc group, also cleaned up method names
4 lines of code changed in 1 file:
Fix some of the comparison between signed and unsigned integer expressions warnings.
2 lines of code changed in 1 file:
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.
67 lines of code changed in 3 files:
schedule new MPM task in MPMICE also.
1 lines of code changed in 1 file:
Add scheduling of computeNormals to MPMICE.
3 lines of code changed in 1 file:
Update copyright.
4 lines of code changed in 4 files:
Bring use of the MPM interpolator up to date.
4 lines of code changed in 1 file: