Directory Packages/BioPSE/Core/Algorithms/NumApproximation/

Total Files:
2
Deleted Files:
8
Lines of Code:
151

[root]/Packages/BioPSE/Core/Algorithms/NumApproximation

Lines of Code

Packages/BioPSE/Core/Algorithms/NumApproximation/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 41 (100.0%) 1176 (100.0%) 28.6
callahan 12 (29.3%) 496 (42.2%) 41.3
sachse 12 (29.3%) 471 (40.1%) 39.2
mjc 14 (34.1%) 208 (17.7%) 14.8
mdavis 1 (2.4%) 1 (0.1%) 1.0
dav 2 (4.9%) 0 (0.0%) 0.0

Most Recent Commits

dav 2005-12-19 16:23 Rev.: 32892

Hack... had to cast to (int) so the SGI compiler would know what to do... :-(

0 lines of code changed in 2 files:

  • Packages/BioPSE/Core/Algorithms/NumApproximation: BuildFEMatrix.h (new)
callahan 2005-12-14 13:06 Rev.: 32849

Minor cleanups, move initialization code out of parallel function

69 lines of code changed in 1 file:

  • Packages/BioPSE/Core/Algorithms/NumApproximation: BuildFEMatrix.h (+69 -58)
callahan 2005-12-14 12:34 Rev.: 32848

Privatize BuildFEMatrix to match interface, remove unneeded private stuff.

21 lines of code changed in 1 file:

  • Packages/BioPSE/Core/Algorithms/NumApproximation: BuildFEMatrix.h (+21 -20)
callahan 2005-12-14 12:21 Rev.: 32847

Cleanup file, move functions out of class declaration, indent properly, fix spacing, remove dead code

348 lines of code changed in 1 file:

  • Packages/BioPSE/Core/Algorithms/NumApproximation: BuildFEMatrix.h (+348 -280)
callahan 2005-12-14 12:02 Rev.: 32845

Fix compiler warnings, turn off debugging by default, don't use DEBUG as a define in a header

11 lines of code changed in 1 file:

  • Packages/BioPSE/Core/Algorithms/NumApproximation: BuildFEMatrix.h (+11 -13)
sachse 2005-12-13 19:12 Rev.: 32839

bug fix

37 lines of code changed in 1 file:

  • Packages/BioPSE/Core/Algorithms/NumApproximation: BuildFEMatrix.h (+37 -32)
mjc 2005-12-13 09:32 Rev.: 32822

fix compiler warnings, some readabilty improvements

60 lines of code changed in 1 file:

  • Packages/BioPSE/Core/Algorithms/NumApproximation: BuildFEMatrix.h (+60 -37)
mjc 2005-12-12 18:06 Rev.: 32811

fix compile, use ASSERT not assert

5 lines of code changed in 1 file:

  • Packages/BioPSE/Core/Algorithms/NumApproximation: BuildFEMatrix.h (+5 -5)
sachse 2005-12-12 17:25 Rev.: 32806

Upgrade BuildFEMatrix part 1

434 lines of code changed in 11 files:

  • Packages/BioPSE/Core/Algorithms/NumApproximation: BuildFEMatrix.cc (del), BuildFEMatrix.h (+434 -68), BuildHexFEMatrix.cc (del), BuildHexFEMatrix.h (del), BuildTriFEMatrix.cc (del), BuildTriFEMatrix.h (del), FEFields.h (del), ReferenceElement.cc (del), ReferenceElement.h (del), sub.mk (-4)
callahan 2005-11-02 15:27 Rev.: 32415

Fix SetupFEMatrix to use new basis

9 lines of code changed in 1 file:

  • Packages/BioPSE/Core/Algorithms/NumApproximation: FEFields.h (new 9)
callahan 2005-11-01 11:14 Rev.: 32390

Fix BuildTriFEMatrix.cc compilation

10 lines of code changed in 1 file:

  • Packages/BioPSE/Core/Algorithms/NumApproximation: BuildTriFEMatrix.cc (new 10)
mdavis 2005-10-10 14:28 Rev.: 32093

Fixes for Mac OSX after H_O_Basis merge. Now compiles and runs on OSX 10.4.

Disabled MacForceLoad in Core/Init/init.cc until needed as the static constructors that were being called by this function no longer exist because the derived Field types went away.

Added in unsigned int operator for MaskedLatVolMesh::NodeIter.

Changed #include <values.h> to #include <float.h> for OSX compatibility.

Added in Core/Basis to various sub.mk files in BioPSE and Teem Packages.

1 lines of code changed in 1 file:

  • Packages/BioPSE/Core/Algorithms/NumApproximation: sub.mk (+1 -1)
mjc 2005-10-10 09:59 Rev.: 32092

initial commit of H_O_Basis branch merge

139 lines of code changed in 7 files:

  • Packages/BioPSE/Core/Algorithms/NumApproximation: BuildFEMatrix.cc (new 10), BuildFEMatrix.h (+9 -8), BuildHexFEMatrix.cc (new 19), BuildHexFEMatrix.h (new 12), BuildTriFEMatrix.cc (+12 -10), BuildTriFEMatrix.h (new 9), FEFields.h (+68)
mjc 2005-04-27 18:19 Rev.: 30005

fix crash bug, remove SciTclStream

0 lines of code changed in 2 files:

  • Packages/BioPSE/Core/Algorithms/NumApproximation: BuildFEMatrix.h (-1), BuildTriFEMatrix.h (-1)
callahan 2005-03-31 13:08 Rev.: 29589

Fix race condition in Thread::parallel. Make all of the templated versions blocking (so that we don't dangle the stack pointer object). Call the function directly if nthreads == 1.

3 lines of code changed in 2 files:

  • Packages/BioPSE/Core/Algorithms/NumApproximation: BuildFEMatrix.cc (+2 -3), BuildTriFEMatrix.cc (+1 -2)
callahan 2005-03-15 17:02 Rev.: 29349

Merge v1_24_1_release into trunk

21 lines of code changed in 2 files:

  • Packages/BioPSE/Core/Algorithms/NumApproximation: BuildFEMatrix.cc (+11 -8), BuildTriFEMatrix.cc (+10 -7)
mjc 2005-02-23 21:43 Rev.: 28907

checkpoint merge from branch for bux fixes

4 lines of code changed in 3 files:

  • Packages/BioPSE/Core/Algorithms/NumApproximation: BuildFEMatrix.cc (+1 -1), BuildHexFEMatrix.cc (+1 -1), BuildTriFEMatrix.cc (+2 -2)
callahan 2005-02-04 17:38 Rev.: 28468

Merge v1_24_0_release

4 lines of code changed in 2 files:

  • Packages/BioPSE/Core/Algorithms/NumApproximation: BuildFEMatrix.cc (+2 -4), BuildTriFEMatrix.cc (+2 -3)
Generated by StatSVN 0.4.0