Directory CCA/Components/MPM/Solver/

Total Files:
8
Deleted Files:
0
Lines of Code:
1727

[root]/CCA/Components/MPM/Solver

Lines of Code

CCA/Components/MPM/Solver/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 12 (100.0%) 1936 (100.0%) 161.3
allen 10 (83.3%) 1935 (99.9%) 193.5
ahumphrey 2 (16.7%) 1 (0.1%) 0.5

Most Recent Commits

allen 2017-12-20 11:02 Rev.: 57484

Broke the large libs into smaller libraries allowing of the removal the ModelFactory Component and moved all application code from core

15 lines of code changed in 2 files:

  • CCA/Components/MPM/Solver: sub.mk (+15 -2)
ahumphrey 2017-12-19 15:29 Rev.: 57481

* 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:

  • CCA/Components/MPM/Solver: FakePetscSolver.cc (+1 -1)
allen 2017-12-18 20:48 Rev.: 57477

Moved MPM Solvers and other class into their own sub dirs

1920 lines of code changed in 8 files:

  • CCA/Components/MPM/Solver: FakePetscSolver.cc (+162), PetscSolver.cc (new 917), PetscSolver.h (new 146), SimpleSolver.cc (new 392), SimpleSolver.h (new 125), Solver.cc (new 35), Solver.h (new 99), sub.mk (+44)
Generated by StatSVN 0.7.0