Directory CCA/Components/ICE/CustomBCs/

Total Files:
15
Deleted Files:
0
Lines of Code:
5828

[root]/CCA/Components/ICE/CustomBCs

Lines of Code

CCA/Components/ICE/CustomBCs/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 44 (100.0%) 44 (100.0%) 1.0
jas 30 (68.2%) 25 (56.8%) 0.8
ahumphrey 8 (18.2%) 15 (34.1%) 1.8
allen 6 (13.6%) 4 (9.1%) 0.6

Most Recent Commits

allen 2016-08-16 14:33 Rev.: 55646

backed out sim state changes

2 lines of code changed in 4 files:

  • CCA/Components/ICE/CustomBCs: C_BC_driver.cc (new), LODI2.cc (new)
allen 2016-08-15 17:14 Rev.: 55638

cleanup of the simulation state - most everything is now private

2 lines of code changed in 2 files:

  • CCA/Components/ICE/CustomBCs: C_BC_driver.cc (+1 -1), LODI2.cc (+1 -1)
ahumphrey 2016-07-06 12:15 Rev.: 55486

Significant refactoring of Level and LoadBalancerCommon prior to adding in per-level max_ghost_cells machinery.

1 lines of code changed in 2 files:

  • CCA/Components/ICE/CustomBCs: LODI.cc (new)
ahumphrey 2016-06-13 11:46 Rev.: 55440

Replace usage of NULL macro (type int) with nullptr (pointer literal of type: nullptr_t).

nullptr is implicitly convertible and comparable to any pointer type or pointer-to-member type, but is not implicitly comparable to integral types, except that it is convertible to bool (explicitly).

12 lines of code changed in 4 files:

  • CCA/Components/ICE/CustomBCs: C_BC_driver.h (new), LODI.cc (+1 -1), LODI2.cc (+1 -1)
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.

2 lines of code changed in 2 files:

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

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

10 lines of code changed in 9 files:

  • CCA/Components/ICE/CustomBCs: LODI.cc (+2 -2), LODI2.h (new), inletVelocity.cc (new), inletVelocity.h (new), sine.cc (+1 -1)
jas 2016-01-08 15:45 Rev.: 54640

Update copyright date to 2016.

15 lines of code changed in 21 files:

  • CCA/Components/ICE/CustomBCs: C_BC_driver.cc (+1 -1), C_BC_driver.h (+1 -1), LODI.cc (+1 -1), LODI.h (+1 -1), LODI2.cc (+1 -1), LODI2.h (+1 -1), MMS_BCs.cc (new), MMS_BCs.h (+1 -1), inletVelocity.cc (+1 -1), inletVelocity.h (+1 -1), microSlipBCs.cc (+1 -1), microSlipBCs.h (new), sine.cc (+1 -1), sine.h (+1 -1), sub.mk (+1 -1)
Generated by StatSVN 0.7.0