Directory CCA/Components/Heat/

Total Files:
23
Deleted Files:
0
Lines of Code:
526

[root]/CCA/Components/Heat

Lines of Code

CCA/Components/Heat/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 129 (100.0%) 15213 (100.0%) 117.9
harman 46 (35.7%) 7507 (49.3%) 163.1
scjmc 23 (17.8%) 7457 (49.0%) 324.2
allen 41 (31.8%) 219 (1.4%) 5.3
jholmen 16 (12.4%) 16 (0.1%) 1.0
jas 3 (2.3%) 14 (0.1%) 4.6

Most Recent Commits

allen 2017-12-11 10:55 Rev.: 57417

updating naming

0 lines of code changed in 2 files:

  • CCA/Components/Heat: AMRNCHeat2D.cc (changed)
jas 2017-11-29 12:39 Rev.: 57369

Fixes for static build when --enable-all-components. Remove the PhaseField component from --enable-all-components until duplicate symbols are resolved for the static build.

1 lines of code changed in 2 files:

  • CCA/Components/Heat: sub.mk (new)
allen 2017-11-24 15:37 Rev.: 57339

removed the delta T label from the shared state and began removing the shared state where possible

12 lines of code changed in 8 files:

  • CCA/Components/Heat: CCHeat2D.cc (new), CCHeat3D.cc (new), NCHeat2D.cc (new), NCHeat3D.cc (new)
jholmen 2017-11-21 23:41 Rev.: 57328

* Added build system support for Kokkos.
* Added /src/include/sci_defs/kokkos_testdefs.h.in.

This commit allows --with-kokkos=DIR to be used to point to a Kokkos installation instead of CXXFLAGS and LDFLAGS.

Note, files using #define UINTAH_ENABLE_KOKKOS must now add #include <sci_defs/kokkos_defs.h> to manage this macro.

16 lines of code changed in 16 files:

  • CCA/Components/Heat: AMRCCHeat2D.h (+2), AMRCCHeat3D.h (+2), AMRNCHeat2D.h (new), AMRNCHeat3D.h (new), CCHeat2D.h (new), CCHeat3D.h (new), NCHeat2D.h (+2), NCHeat3D.h (+2)
allen 2017-11-21 15:47 Rev.: 57323

missed a few name changes

8 lines of code changed in 8 files:

  • CCA/Components/Heat: CCHeat2D.cc (+1 -1), CCHeat2D.h (+1 -1), CCHeat3D.cc (+1 -1), CCHeat3D.h (+1 -1), NCHeat2D.cc (+1 -1), NCHeat2D.h (+1 -1), NCHeat3D.cc (+1 -1), NCHeat3D.h (+1 -1)
allen 2017-11-21 15:40 Rev.: 57322

update to move to a application common class and remove the shared state

195 lines of code changed in 19 files:

  • CCA/Components/Heat: AMRCCHeat2D.cc (new), AMRCCHeat2D.h (+5 -2), AMRCCHeat3D.cc (new), AMRCCHeat3D.h (+7 -4), AMRNCHeat2D.cc (+17 -14), AMRNCHeat2D.h (+5 -2), AMRNCHeat3D.cc (new), AMRNCHeat3D.h (+5 -2), CCHeat2D.cc (+16 -14), CCHeat2D.h (+8 -8), CCHeat3D.cc (+16 -14), CCHeat3D.h (+8 -7), NCHeat2D.cc (+23 -21), NCHeat2D.h (+8 -8), NCHeat3D.cc (+22 -20), NCHeat3D.h (+8 -8)
allen 2017-11-06 12:00

added unsigned to remove warnings

4 lines of code changed in 4 files:

  • CCA/Components/Heat: AMRCCHeat2D.cc (+1 -1), AMRCCHeat3D.cc (+1 -1), AMRNCHeat2D.cc (+1 -1), AMRNCHeat3D.cc (+1 -1)
jas 2017-10-10 11:00 Rev.: 57117

Uncomment included libraries to get build on mac.

13 lines of code changed in 1 file:

  • CCA/Components/Heat: sub.mk (+13 -13)
harman 2017-09-14 09:44 Rev.: 56998

Reverted Jon's changes.

7507 lines of code changed in 23 files:

  • CCA/Components/Heat: AMRCCHeat2D.cc (new 536), AMRCCHeat2D.h (new 110), AMRCCHeat3D.cc (new 735), AMRCCHeat3D.h (new 110), AMRNCHeat2D.cc (new 654), AMRNCHeat2D.h (new 120), AMRNCHeat3D.cc (new 926), AMRNCHeat3D.h (new 120), CCHeat2D.cc (new 497), CCHeat2D.h (new 306), CCHeat3D.cc (new 577), CCHeat3D.h (new 321), NCHeat2D.cc (new 576), NCHeat2D.h (new 322), NCHeat3D.cc (new 656), NCHeat3D.h (new 341), TimeScheme.h (new 56), blockrange_io.h (new 42), pvtkfile.hpp (new 106), sub.mk (new 100), visitfile.hpp (new 75), vtkfile.cpp (new 117), vtkfile.hpp (new 104)
harman 2017-09-13 10:55 Rev.: 56994

Reverted SCJMC commit.

0 lines of code changed in 23 files:

  • CCA/Components/Heat: AMRCCHeat2D.cc (del), AMRCCHeat2D.h (del), AMRCCHeat3D.cc (del), AMRCCHeat3D.h (del), AMRNCHeat2D.cc (del), AMRNCHeat2D.h (del), AMRNCHeat3D.cc (del), AMRNCHeat3D.h (del), CCHeat2D.cc (del), CCHeat2D.h (del), CCHeat3D.cc (del), CCHeat3D.h (del), NCHeat2D.cc (del), NCHeat2D.h (del), NCHeat3D.cc (del), NCHeat3D.h (del), TimeScheme.h (del), blockrange_io.h (del), pvtkfile.hpp (del), sub.mk (del), visitfile.hpp (del), vtkfile.cpp (del), vtkfile.hpp (del)
scjmc 2017-09-13 01:59 Rev.: 56992

- added Heat component
- coarse to fine connections made conditional upon #define SKIP_COARSE_TO_FINE_CONNECTIONS
function: HypreDriverSStruct::makeLinearSystem_CC
file: src/CCA/Components/Solvers/AMR/HypreDriverSStruct.cc Please enter the commit message for your changes. Lines starting

7457 lines of code changed in 23 files:

  • CCA/Components/Heat: AMRCCHeat2D.cc (+533), AMRCCHeat2D.h (+105), AMRCCHeat3D.cc (+732), AMRCCHeat3D.h (+105), AMRNCHeat2D.cc (+651), AMRNCHeat2D.h (+115), AMRNCHeat3D.cc (+923), AMRNCHeat3D.h (+115), CCHeat2D.cc (+495), CCHeat2D.h (+304), CCHeat3D.cc (+575), CCHeat3D.h (+318), NCHeat2D.cc (+574), NCHeat2D.h (+320), NCHeat3D.cc (+654), NCHeat3D.h (+339), TimeScheme.h (+56), blockrange_io.h (+42), pvtkfile.hpp (+106), sub.mk (+99), visitfile.hpp (+75), vtkfile.cpp (+117), vtkfile.hpp (+104)
Generated by StatSVN 0.7.0