Directory StandAlone/tools/extractors/

Total Files:
9
Deleted Files:
0
Lines of Code:
5822

[root]/StandAlone/tools/extractors

Lines of Code

StandAlone/tools/extractors/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 35 (100.0%) 44 (100.0%) 1.2
jas 27 (77.1%) 35 (79.5%) 1.2
dav 3 (8.6%) 6 (13.6%) 2.0
ahumphrey 2 (5.7%) 2 (4.5%) 1.0
guilkey 1 (2.9%) 1 (2.3%) 1.0
allen 2 (5.7%) 0 (0.0%) 0.0

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.

2 lines of code changed in 2 files:

  • StandAlone/tools/extractors: sub.mk (new)
allen 2017-11-06 13:28 Rev.: 57234

commented out unused var to remove warnings

0 lines of code changed in 2 files:

  • StandAlone/tools/extractors: faceextract.cc (changed)
jas 2017-10-24 12:37 Rev.: 57171

Fix some of the comparison between signed and unsigned integer expressions warnings.

15 lines of code changed in 3 files:

  • StandAlone/tools/extractors: faceextract.cc (+8 -8), lineextract.cc (new)
jas 2017-10-02 11:42 Rev.: 57056

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

8 lines of code changed in 14 files:

  • StandAlone/tools/extractors: extractF.cc (+1 -1), extractS.cc (new), extractV.cc (new), faceextract.cc (+1 -1), lineextract.cc (+1 -1), partextract.cc (+1 -1), particle2tiff.cc (new), timeextract.cc (+1 -1)
jas 2017-06-12 14:27 Rev.: 56624

Output string names.

3 lines of code changed in 1 file:

  • StandAlone/tools/extractors: particle2tiff.cc (+3 -3)
jas 2017-04-20 13:16 Rev.: 56451

Update copyright.

9 lines of code changed in 9 files:

  • StandAlone/tools/extractors: extractF.cc (+1 -1), extractS.cc (+1 -1), extractV.cc (+1 -1), faceextract.cc (+1 -1), lineextract.cc (+1 -1), partextract.cc (+1 -1), particle2tiff.cc (+1 -1), sub.mk (+1 -1), timeextract.cc (+1 -1)
guilkey 2017-03-23 16:57 Rev.: 56356

Update comment regarding system requirements for this utility.

1 lines of code changed in 1 file:

  • StandAlone/tools/extractors: particle2tiff.cc (+1 -1)
dav 2017-03-23 16:40 Rev.: 56355


Adding back in the TIFF make variables. Note, when TIFF (and JPEG, etc) were ripped out of Uintah,
a lot of the infrastructure for them was left in (for example, configure kept checking for them), so
to put it back all I had to do was resurrect the TIFF vars in the Makefile (well, actually in
configVars.mk which is included into the Makefile).

M configVars.mk.in

- Add in HAVE_TIFF and TIFF_LIBRARY flags.

M StandAlone/tools/extractors/sub.mk

- Since I added back the HAVE_TIFF and TIFF_LIBRARY flags to the make system, I am reverting
the change to this sub.mk as it now (again) just works.


1 lines of code changed in 1 file:

  • StandAlone/tools/extractors: sub.mk (+1 -1)
dav 2017-03-23 15:32 Rev.: 56352


I think TIFF support was yanked out of Uintah a long time ago, but Todd asked me to look at compiling the
left over particle2tiff.cc file. These commits allow for that to happen (assuming libtiff is installed
in the system library location correctly). I am not adding any configure support, so you will have to
manually >


M extractors/particle2tiff.cc

- Few minor tweeks to get the file to compile with the newerer Core. I have not actually tried running
it to see if it actually works.

M extractors/sub.mk

- Manually added "-ltiff" the LIBS variable. Before (I think) configure, figured this out for you.
- Also, to make this work, you need to manually comment out (use: #) the check for HAVE_TIFF. So do the following:

#ifeq ($(HAVE_TIFF),yes)
.
.
.
#endif

5 lines of code changed in 2 files:

  • StandAlone/tools/extractors: particle2tiff.cc (+4 -1), sub.mk (+1 -1)
Generated by StatSVN 0.7.0