[root]/Core
Containers
(12 files, 6691 lines)
DataArchive
(3 files, 2611 lines)
Datatypes
(18 files, 5241 lines)
Disclosure
(5 files, 797 lines)
Exceptions
(38 files, 2859 lines)
Geometry
(15 files, 2954 lines)
GeometryPiece
(53 files, 9254 lines)
Grid
(61 files, 21935 lines)
BoundaryConditions
(31 files, 6268 lines)
PatchBVH
(9 files, 821 lines)
Variables
(94 files, 13597 lines)
IO
(6 files, 707 lines)
Labels
(0 files, 0 lines)
Lockfree
(3 files, 870 lines)
impl
(4 files, 1007 lines)
Malloc
(8 files, 2375 lines)
Math
(53 files, 9416 lines)
TntJama
(26 files, 7810 lines)
doc
(2 files, 99 lines)
OS
(6 files, 1211 lines)
Parallel
(16 files, 3592 lines)
ProblemSpec
(4 files, 2207 lines)
Util
(36 files, 4327 lines)
Timers
(1 files, 328 lines)
Author | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 4 (100.0%) | 2 (100.0%) | 0.5 |
jas | 1 (25.0%) | 1 (50.0%) | 1.0 |
ahumphrey | 1 (25.0%) | 1 (50.0%) | 1.0 |
allen | 2 (50.0%) | 0 (0.0%) | 0.0 |
Broke the large libs into smaller libraries allowing of the removal the ModelFactory Component and moved all application code from core
0 lines of code changed in 2 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 1 file:
Update copyright.
1 lines of code changed in 1 file: