Directory StandAlone/utils/

Total Files:
13
Deleted Files:
3
Lines of Code:
799

[root]/StandAlone/utils

Lines of Code

StandAlone/utils/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 83 (100.0%) 2492 (100.0%) 30.0
sachse 25 (30.1%) 1127 (45.2%) 45.0
mjc 40 (48.2%) 1017 (40.8%) 25.4
callahan 11 (13.3%) 321 (12.9%) 29.1
dav 6 (7.2%) 23 (0.9%) 3.8
bigler 1 (1.2%) 4 (0.2%) 4.0

Most Recent Commits

sachse 2005-12-14 19:50 Rev.: 32871

upgrade

0 lines of code changed in 2 files:

  • StandAlone/utils: TestBasis.cc (changed)
sachse 2005-12-13 18:13 Rev.: 32834

upgrade

3 lines of code changed in 1 file:

  • StandAlone/utils: TestBasis.cc (+3 -3)
sachse 2005-12-12 19:44 Rev.: 32818

upgrade

25 lines of code changed in 1 file:

  • StandAlone/utils: TestBasis.cc (+25 -19)
mjc 2005-12-12 09:35 Rev.: 32800

fix compile, warnings

4 lines of code changed in 1 file:

  • StandAlone/utils: TestBasis.cc (+4 -4)
sachse 2005-12-10 17:38 Rev.: 32798

upgrade

66 lines of code changed in 1 file:

  • StandAlone/utils: TestBasis.cc (+66 -166)
dav 2005-12-09 15:19 Rev.: 32789

Fixes (hack) to the new Basis stuff to allow compilation on the SGI.

Core/Datatypes/CurveMesh.h

Had to give type_name a parameter because for some reason the SGI
compiler couldn't find the correct function without it...

Core/Datatypes/PrismVolMesh.h

Fixes to allow hash_multisets to compile on the SGI... this effects
the linux/mac build as they use the same code, and I am not sure how
it compiled on linux before...? However, this 'hack'/fix appears to
be the correct way to construct the hash_multisets, so it should just
work everywhere now. More information on this change is in the file
(search for hack_eit).

Core/Datatypes/TetVolMesh.h

Can't use #include <cmath> on the SGI (and a few other
platforms)... changed to good ol' #include <math>.

Did some indenting on the #if statements to help follow them. Added
// end class name comments to help figure out what are nested classes
and where they end. Added hash_multisets hack as described about and
in this file.

Dataflow/Network/PackageDB.cc

Added a check for an error with looking up the *.xml files so that a
useful error message gets printed. It appears to me that 'files' will
always be non-nil and thus the first check doesn't really do anything.
Also, added a warning that it looks like 'files' is a (small) memory
leak... hopefully someone with more time will track that down and fix
it.

StandAlone/utils/TestBasis.cc

Added a dummy var (test_vector) that instantiates a vector of vector
of Point so the SGI compiler doesn't complain about not being able to
find it. (More info in the file itself.)

StandAlone/utils/UnitElementMesh.cc

Same hack/fix as in TestBasis.cc above.

15 lines of code changed in 3 files:

  • StandAlone/utils: TestBasis.cc (+7), UnitElementMesh.cc (new)
sachse 2005-12-06 17:01 Rev.: 32742

upgrade

5 lines of code changed in 1 file:

  • StandAlone/utils: UnitElementMesh.cc (+5 -2)
mjc 2005-12-06 09:05 Rev.: 32737

fix compile, clean up warnings

2 lines of code changed in 1 file:

  • StandAlone/utils: UnitElementMesh.cc (+2 -1)
sachse 2005-12-05 20:03 Rev.: 32727

Create fdata

23 lines of code changed in 1 file:

  • StandAlone/utils: UnitElementMesh.cc (+23 -6)
sachse 2005-12-05 16:34 Rev.: 32726

new tool UnitElementMesh added, SingleXYZ removed

172 lines of code changed in 7 files:

  • StandAlone/utils: SingleHex.cc (del), SinglePrism.cc (del), SingleTet.cc (del), TestBasis.cc (+2 -23), UnitElementMesh.cc (+166), sub.mk (new)
mjc 2005-12-05 15:18 Rev.: 32723

fix PrismVolMesh interface, and approx methods for rendering

90 lines of code changed in 2 files:

  • StandAlone/utils: SinglePrism.cc (new 86), sub.mk (+4)
sachse 2005-11-22 10:45 Rev.: 32601

name change

37 lines of code changed in 1 file:

  • StandAlone/utils: TestBasis.cc (+37 -35)
mjc 2005-11-14 11:16 Rev.: 32535

replace int argument for get_type_description with enum that specifies which info you are interested in. depricate virtual const string get_type_name(int n = -1) const, use get_type_description(...)->get_name() instead.

2 lines of code changed in 2 files:

  • StandAlone/utils: PCA-example.cc (+2 -2)
sachse 2005-10-30 13:09 Rev.: 32361

upgrade

47 lines of code changed in 1 file:

  • StandAlone/utils: TestBasis.cc (+47 -23)
mjc 2005-10-29 12:15 Rev.: 32360

make SingleTet match basis reference tet

5 lines of code changed in 1 file:

  • StandAlone/utils: SingleTet.cc (new 5)
mjc 2005-10-29 12:12 Rev.: 32359

eliminate duplicate loops in edge/face approximation, fix HexVol edge rendering, add SingleHex standalone

93 lines of code changed in 2 files:

  • StandAlone/utils: SingleHex.cc (new 89), sub.mk (+4)
mjc 2005-10-25 10:18 Rev.: 32296

fix warnings

3 lines of code changed in 1 file:

  • StandAlone/utils: TestBasis.cc (+3 -3)
dav 2005-10-24 18:58 Rev.: 32291

Added #include of Point.h... since Point is used in this file... This
allows SGI compile to complete... strange that the SGI compiler can't
figure out what a Point is and the other compilers can... either way,
it is a good idea to #include files that you use directly and not hope
that they are indirectly brought in for you.

1 lines of code changed in 1 file:

  • StandAlone/utils: TestBasis.cc (+1)
sachse 2005-10-24 13:03 Rev.: 32272

upgrade

23 lines of code changed in 1 file:

  • StandAlone/utils: TestBasis.cc (+23 -14)
sachse 2005-10-23 20:24 Rev.: 32259

upgrade

8 lines of code changed in 1 file:

  • StandAlone/utils: TestBasis.cc (+8 -1)

(25 more)

Generated by StatSVN 0.4.0