Directory CCA/Components/Wasatch/Expressions/Turbulence/

Total Files:
11
Deleted Files:
0
Lines of Code:
1674

[root]/CCA/Components/Wasatch/Expressions/Turbulence

Lines of Code

CCA/Components/Wasatch/Expressions/Turbulence/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 28 (100.0%) 117 (100.0%) 4.1
jsutherland 18 (64.3%) 69 (59.0%) 3.8
tsaad 8 (28.6%) 40 (34.2%) 5.0
dav 2 (7.1%) 8 (6.8%) 4.0

Most Recent Commits

jsutherland 2014-12-05 10:35 Rev.: 52787

Numerous changes to address warnings kicked up by "cppcheck" - a decent static code analysis tool.
Also some formatting changes along the way.

4 lines of code changed in 2 files:

  • CCA/Components/Wasatch/Expressions/Turbulence: StrainTensorBase.cc (+4)
jsutherland 2014-07-05 20:05 Rev.: 52097

Remove "structured" namespace which has now been removed from SpatialOps

59 lines of code changed in 12 files:

  • CCA/Components/Wasatch/Expressions/Turbulence: DynamicSmagorinskyCoefficient.h (+7 -7), StrainTensorBase.h (new), StrainTensorMagnitude.cc (+13 -13), StrainTensorMagnitude.h (+15 -15), TurbulentViscosity.h (+3 -3), WallDistance.h (new)
dav 2014-06-19 00:35 Rev.: 51998

Fixes for the CUDA linking for non-static builds. For CUDA builds, we
need to link in all libraries for executables (eg: sus, test programs,
etc) because Core_Util has CUDA in it and thus the extra dlink object
file must be linked against anything that uses Core/Util, but the
dlink file also has code from many other libraries (they all have to link
together to get the full dlink file). It might be possible to
separate all the CUDA linking out, but at least for now this will work.

Created ALL_STATIC_PSE_LIBS and ALL_PSE_LIBS variables in Makefile.in
that can be used to link executables.

Placed a list of all cuda files (.o version) in the variable
DLINK_FILES (it is added to in each sub.mk). Then, once all libraries
are built, this list of files is linked with -dlink (previously was
just linking all the archive (.a) files together, but nvcc won't let
you do this with shared (.so) libs.

Updated a number of sub.mk files to specify the complete list of libs
necessary to link and added in the CUDA_LIBRARY.

Alphabetized and removed duplicates in a lot of sub.mk files.

M CCA/Components/Models/ModelFactory.cc

- Don't use the RadiationDriver if radation was not turned on.

M Makefile.in
M CCA/Components/Models/Radiation/RMCRT/sub.mk
M CCA/Components/Models/Radiation/sub.mk
M CCA/Components/MPM/sub.mk
M CCA/Components/Wasatch/Transport/sub.mk
M CCA/Components/Wasatch/sub.mk
M CCA/Components/Wasatch/Expressions/sub.mk
M CCA/Components/Wasatch/Expressions/Turbulence/sub.mk
M CCA/Components/Wasatch/Operators/sub.mk
M CCA/Components/sub.mk
M CCA/Components/Schedulers/sub.mk
M CCA/Components/Arches/sub.mk
M CCA/Components/Examples/sub.mk
M Core/Util/sub.mk
M StandAlone/sub.mk
M StandAlone/tools/mpi_test/sub.mk
M StandAlone/tools/pfs/sub.mk
M StandAlone/tools/fsspeed/sub.mk
M StandAlone/tools/puda/sub.mk
M StandAlone/tools/tracker/sub.mk
M StandAlone/tools/dumpfields/sub.mk
M StandAlone/tools/graphview/sub.mk
M StandAlone/tools/extractors/sub.mk
M StandAlone/tools/sub.mk
M StandAlone/tools/compare_mms/sub.mk
M StandAlone/Benchmarks/sub.mk
M testprograms/CubeRootTest/sub.mk
M testprograms/TestFastMatrix/sub.mk
M testprograms/RegionTest/sub.mk
M testprograms/TestMatrix3/sub.mk
M testprograms/IteratorTest/sub.mk
M testprograms/Regridders/sub.mk
M testprograms/sub.mk
M testprograms/PatchBVH/sub.mk
M testprograms/Malloc/sub.mk
M testprograms/Thread/sub.mk
M testprograms/BNRRegridder/sub.mk


8 lines of code changed in 2 files:

  • CCA/Components/Wasatch/Expressions/Turbulence: sub.mk (+8 -9)
jsutherland 2014-06-11 20:31 Rev.: 51962

Revert "sorry for the spam..."

This reverts commit 8ff5568bafaaa8fcd0e62d3456659e7a38c5ccec.

1 lines of code changed in 2 files:

  • CCA/Components/Wasatch/Expressions/Turbulence: TurbulentViscosity.cc (new)
tsaad 2014-06-11 12:46 Rev.: 51955

sorry for the spam...

1 lines of code changed in 1 file:

  • CCA/Components/Wasatch/Expressions/Turbulence: TurbulentViscosity.cc (+1 -1)
tsaad 2014-05-01 21:45 Rev.: 51800

change the scope of the TurbulenceModelsNames for more enum safety.

38 lines of code changed in 5 files:

  • CCA/Components/Wasatch/Expressions/Turbulence: TurbulenceParameters.cc (new), TurbulenceParameters.h (new), TurbulentViscosity.cc (+14 -14)
jsutherland 2014-03-20 07:35 Rev.: 51661

Fix a bug on the turbulent viscosity expression initialization.

5 lines of code changed in 2 files:

  • CCA/Components/Wasatch/Expressions/Turbulence: TurbulentViscosity.cc (+2 -2), TurbulentViscosity.h (+3 -3)
tsaad 2014-01-17 13:36 Rev.: 51477

no need for the Builder class in the StrainTensorBase expression.

1 lines of code changed in 2 files:

  • CCA/Components/Wasatch/Expressions/Turbulence: StrainTensorBase.cc (-17), StrainTensorBase.h (+1 -19)
Generated by StatSVN 0.7.0