Directory StandAlone/tools/dumpfields/

Total Files:
28
Deleted Files:
0
Lines of Code:
5148

[root]/StandAlone/tools/dumpfields

Lines of Code

StandAlone/tools/dumpfields/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 58 (100.0%) 30 (100.0%) 0.5
jas 56 (96.6%) 29 (96.7%) 0.5
ahumphrey 2 (3.4%) 1 (3.3%) 0.5

Most Recent Commits

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:

  • StandAlone/tools/dumpfields: sub.mk (+1 -3)
jas 2017-10-02 11:42 Rev.: 57056

Remove reference to ShareAssignParticleVariable.h, and remove empty tracker/.

1 lines of code changed in 2 files:

  • StandAlone/tools/dumpfields: dumpfields.cc (new)
jas 2017-04-20 13:16 Rev.: 56451

Update copyright.

28 lines of code changed in 54 files:

  • StandAlone/tools/dumpfields: Args.cc (new), Args.h (+1 -1), DXDumper.cc (new), DXDumper.h (new), EnsightDumper.cc (+1 -1), EnsightDumper.h (+1 -1), FieldDiags.cc (+1 -1), FieldDiags.h (new), FieldDumper.cc (+1 -1), FieldDumper.h (+1 -1), FieldSelection.cc (new), FieldSelection.h (new), HistogramDumper.cc (new), HistogramDumper.h (+1 -1), InfoDumper.cc (+1 -1), InfoDumper.h (+1 -1), ScalarDiags.cc (+1 -1), ScalarDiags.h (new), TensorDiags.cc (new), TensorDiags.h (+1 -1), TextDumper.cc (+1 -1), TextDumper.h (+1 -1), VectorDiags.cc (new), VectorDiags.h (new), dumpfields.cc (+1 -1), sub.mk (+1 -1), utils.cc (+1 -1), utils.h (+1 -1)
Generated by StatSVN 0.7.0