Directory CCA/Components/ICE/TurbulenceModel/

Total Files:
9
Deleted Files:
0
Lines of Code:
1348

[root]/CCA/Components/ICE/TurbulenceModel

Lines of Code

CCA/Components/ICE/TurbulenceModel/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 23 (100.0%) 19 (100.0%) 0.8
jas 21 (91.3%) 16 (84.2%) 0.7
ahumphrey 2 (8.7%) 3 (15.8%) 1.5

Most Recent Commits

ahumphrey 2016-06-07 09:19 Rev.: 55420

Removal of src/Core/Thread and related refactoring throughout the code-base.

This is the first step in a series of infrastrucutre overhauls to modernize Uintah. Though this all passes local RT (both CPU and GPU tests), I expect some fallout we haven't considered and will be standing by to deal with any issues. Once the dust settles, we will move to replacing Core/Malloc with jemalloc.

* We are now using the standard library for all multi-threading needs within the infrastructure, e.g. std::atomic, std::thread, std::mutex, etc.

* The Unified Scheduler is now the only multi-threaded scheduler, e.g. ThreadedMPIScheduler no longer exists (though the source will soon be placed into an attic).

* Threads spawned by the Unified Scheduler are detached by default (not joinable), allowing for easy, clean and independent execution. There are no longer ConditionVariables used to signal worker threads, just a simple enum for thread-state.

* What was Core/Thread/Time.* is now Core/Util/Time.* - a next step will be to migrate all internal timers, etc to use std::chrono.

* NOTE: Though much cleanup has occurred with this commit, there is still significant cleanup and formatting to be done. The scope of this commit neccessitates a more incremental approach.

3 lines of code changed in 2 files:

  • CCA/Components/ICE/TurbulenceModel: sub.mk (new)
jas 2016-03-15 18:24 Rev.: 55024

Move non-conflicting classes that were in SCIRun namespace to Uintah namespace.

7 lines of code changed in 8 files:

  • CCA/Components/ICE/TurbulenceModel: DynamicModel.cc (new), DynamicModel.h (new), SmagorinskyModel.cc (new), SmagorinskyModel.h (new)
jas 2016-01-08 15:45 Rev.: 54640

Update copyright date to 2016.

9 lines of code changed in 13 files:

  • CCA/Components/ICE/TurbulenceModel: DynamicModel.cc (+1 -1), DynamicModel.h (+1 -1), SmagorinskyModel.cc (+1 -1), SmagorinskyModel.h (+1 -1), Turbulence.cc (new), Turbulence.h (new), TurbulenceFactory.cc (+1 -1), TurbulenceFactory.h (+1 -1), sub.mk (+1 -1)
Generated by StatSVN 0.7.0