[root]/CCA/Components/Arches
BoundaryConditions
(5 files, 1410 lines)
ChemMix
(14 files, 5038 lines)
ChemMixV2
(9 files, -4 lines)
CoalModels
(30 files, 9086 lines)
fortran
(1 files, 37 lines)
DigitalFilter
(1 files, 99 lines)
LagrangianParticles
(8 files, 614 lines)
ParticleModels
(23 files, 5783 lines)
PropertyModels
(4 files, 545 lines)
PropertyModelsV2
(44 files, 4921 lines)
Radiation
(14 files, 5697 lines)
fortran
(21 files, 3177 lines)
SourceTerms
(34 files, 6655 lines)
SourceTermsV2
(13 files, 457 lines)
Task
(13 files, 2319 lines)
Transport
(16 files, 2816 lines)
TransportEqns
(8 files, 6256 lines)
TurbulenceModels
(16 files, 255 lines)
Utility
(32 files, 2560 lines)
WallHTModels
(2 files, 1498 lines)
fortran
(37 files, 6590 lines)
Author | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 443 (100.0%) | 5373 (100.0%) | 12.1 |
jthornoc | 189 (42.7%) | 3945 (73.4%) | 20.8 |
zhouminmin | 5 (1.1%) | 381 (7.1%) | 76.2 |
allen | 99 (22.3%) | 332 (6.2%) | 3.3 |
dav | 16 (3.6%) | 255 (4.7%) | 15.9 |
derekhar | 16 (3.6%) | 142 (2.6%) | 8.8 |
ohdiazi | 3 (0.7%) | 122 (2.3%) | 40.6 |
jas | 95 (21.4%) | 72 (1.3%) | 0.7 |
bisaac | 7 (1.6%) | 70 (1.3%) | 10.0 |
ahumphrey | 11 (2.5%) | 52 (1.0%) | 4.7 |
jholmen | 2 (0.5%) | 2 (0.0%) | 1.0 |
Improving the print statement at startup.
0 lines of code changed in 4 files:
added second interface computeTaskGraphIndex to remove need for shared shate call, renamed recomputeTimeStep to recomputeDelT for a more accurate call
10 lines of code changed in 10 files:
* Finish repairs and cleanup in Core/Malloc, specifically the Uintah default Allocator (when SCI_MALLOC is enabled). Remove legacy pthread code, recursive locks, etc. Use std::mutex, no need for recursive mutex.
* Remove sci_system, use std:system
* Remove all remaining pthread remnants (including THREAD_LIBRARY references). Only use and rely on std::thread. Should have never been mixing pthreads with std::thread. Can't bank on what the underlying thread impl is.
* Generate new configure script.
* Lastly, fix issue with MPM PetscSolver include. Now Uintah compiles without Petsc (e.g. --without-petsc), as it should be able to.
1 lines of code changed in 2 files:
Adding initial implementation of DQMOM in the
Arches/Kokkos/TaskInterface mode.
This still needs some work...
26 lines of code changed in 4 files:
added a SolverCommon class, made OnTheFlyAnalysis a first class UintahParallelComponent, added acess methods for component controll in UintahParallelComponent
8 lines of code changed in 1 file:
Cleanup of the Scheduler to use ports for all components
7 lines of code changed in 4 files:
made the ApplicationInterface purely virtual and cleaned up naming
2 lines of code changed in 1 file:
* Remove a double delete on a source label (zzNox) - not sure why this wasn’t picked up earlier.
* Adding mass flow rt check in intrusion_test.ups. THIS CHANGES ANSWERS.
* Added some additional error checking, comments, etc. for the intrusion inlets.
* Updated a couple input files with correct uda names.
25 lines of code changed in 2 files:
Cleanup debug flag.
1 lines of code changed in 1 file:
Removing defunct tag and moving a SCI_DEBUG print statement.
3 lines of code changed in 1 file:
Move calls to scalar intrusion information after actually checking if it
exists.
9 lines of code changed in 1 file:
Allow the case to restart when turning on the wall model after the fact.
0 lines of code changed in 2 files:
merged the needCompile into the ApplicationCommon class, removed the passing of appliction values in the DataArchiver
3 lines of code changed in 2 files:
Warning.
0 lines of code changed in 1 file:
Fix warning.
0 lines of code changed in 1 file:
This fixes a bug in the intrusion inlet by not setting zero valued
tangential velocity components.
Also simplify the constant (flat) velocity spec a little.
33 lines of code changed in 2 files:
More work on bringing the intrusion inlets up to speed.
Handoff capability seems to be working. Still needs verification.
Added some input files for demo purposes.
RT test to come later after verification.
408 lines of code changed in 11 files:
Updating the scalar handoff stuff. Starting the velocities.
80 lines of code changed in 4 files:
Adding a helper class for dealing with handoff files.
126 lines of code changed in 4 files:
* Some naming convention updates
* Add property evaluation to the cold flow properties in the initialization
* Updated a bunch of input files to now use state properties
13 lines of code changed in 1 file:
Deleting unused class.
Reverting ColdFlowProps to its original state.
Other minor cleanup.
13 lines of code changed in 1 file:
removed the delta T label from the shared state and began removing the shared state where possible
47 lines of code changed in 16 files:
additional changes related to the Application Common
6 lines of code changed in 1 file:
* 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.
2 lines of code changed in 2 files:
update to move to a application common class and remove the shared state
38 lines of code changed in 7 files:
added needed / removed unneeded include file
29 lines of code changed in 29 files:
fixing BC for FX group of eqns
1 lines of code changed in 1 file:
Fixing ups.
15 lines of code changed in 1 file:
adding variable density algorithm
106 lines of code changed in 1 file:
added support for saving per patch data
24 lines of code changed in 2 files:
removed spurious header file
0 lines of code changed in 4 files:
* Added a “modifies” for the boundary condition functors. This will allow one to modify other variables besides the variable on which the bc is being applied.
* Added a subgrid injector bc functor. This needs a little work.
* Added a function in UniformGrid to allow one to check for intersections between two distinct points. Previous functionality only allowed the check between a point and infinity.
* Added a thin-wall check when tri geometry is used as an intrusion in Arches.
144 lines of code changed in 3 files:
added processor node identification to the proc group, also cleaned up method names
9 lines of code changed in 5 files:
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.
6 lines of code changed in 5 files:
Add an identifier for domain edge and internal face BCs.
Do not throw an error if the internal face BC is missing.
Autoname internal face BCs.
74 lines of code changed in 4 files:
Remove a static function and code cleanup.
2 lines of code changed in 1 file:
Undo test commit from rt machine with git.
0 lines of code changed in 1 file:
Another test commit.
1 lines of code changed in 1 file:
Remove the test commit.
0 lines of code changed in 1 file:
Test commit.
1 lines of code changed in 1 file:
(97 more)