Directory Core/Basis/

Total Files:
30
Deleted Files:
0
Lines of Code:
10148

[root]/Core/Basis

Lines of Code

Core/Basis/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 142 (100.0%) 755 (100.0%) 5.3
jeroen 35 (24.6%) 541 (71.7%) 15.4
worthen 29 (20.4%) 90 (11.9%) 3.1
sachse 32 (22.5%) 60 (7.9%) 1.8
mjc 45 (31.7%) 60 (7.9%) 1.3
allen 1 (0.7%) 4 (0.5%) 4.0

Most Recent Commits

worthen 2006-06-21 11:28 Rev.: 34549

Compensate for spaces in the filename on loading a net from the file menu. Also add ctrl-o and ctrl-s as shortcuts (and fix spelling error). Other windows fixes.

0 lines of code changed in 2 files:

  • Core/Basis: TriLinearLgn.h (new)
jeroen 2006-06-12 16:44 Rev.: 34470

Added speed ups in BuildFEMatrix, for regular grids (need to compute Jacobians only once as each element is the same). Added LogFile support for regression tests and fixed the regression testing program

51 lines of code changed in 4 files:

  • Core/Basis: HexTrilinearLgn.h (new), PrismLinearLgn.h (new)
sachse 2006-05-10 16:31 Rev.: 34192

bug fix

0 lines of code changed in 2 files:

  • Core/Basis: NoData.h (new)
sachse 2006-05-08 11:26 Rev.: 34151

bug fix

0 lines of code changed in 2 files:

  • Core/Basis: Constant.h (new)
sachse 2006-05-04 14:36 Rev.: 34126

Optimization for locate functions

0 lines of code changed in 4 files:

  • Core/Basis: Locate.cc (new), Locate.h (new)
mjc 2006-05-01 10:46 Rev.: 34059

make hex vol order match hex basis order

37 lines of code changed in 4 files:

  • Core/Basis: HexTricubicHmtScaleFactorsEdges.h (new), HexTrilinearLgn.cc (new)
mjc 2006-04-28 13:06 Rev.: 34043

formatting

0 lines of code changed in 2 files:

  • Core/Basis: Basis.h (new)
mjc 2006-04-25 10:53 Rev.: 33993

make polynomial_order static

23 lines of code changed in 39 files:

  • Core/Basis: Basis.h (+1 -1), Constant.h (+1 -1), CrvCubicHmt.h (+1 -1), CrvLinearLgn.h (new), CrvQuadraticLgn.h (+1 -1), HexTricubicHmt.h (new), HexTricubicHmtScaleFactors.h (new), HexTricubicHmtScaleFactorsEdges.h (+1 -1), HexTrilinearLgn.h (+1 -1), HexTriquadraticLgn.h (+1 -1), NoData.h (+1 -1), PrismCubicHmt.h (new), PrismLinearLgn.h (+1 -1), PrismQuadraticLgn.h (new), QuadBicubicHmt.h (new), QuadBilinearLgn.h (+1 -1), QuadBiquadraticLgn.h (new), TetCubicHmt.h (new), TetLinearLgn.h (new), TetQuadraticLgn.h (new), TriCubicHmt.h (+1 -1), TriLinearLgn.h (+1 -1), TriQuadraticLgn.h (new)
jeroen 2006-04-24 01:13 Rev.: 33972

bug fixes

490 lines of code changed in 31 files:

  • Core/Basis: Basis.h (+13 -16), Constant.h (+14 -14), CrvCubicHmt.h (+10 -10), CrvLinearLgn.h (+21 -24), CrvQuadraticLgn.cc (+2), CrvQuadraticLgn.h (+10 -10), HexTricubicHmt.h (+10 -10), HexTricubicHmtScaleFactors.h (+11 -11), HexTricubicHmtScaleFactorsEdges.h (+11 -11), HexTrilinearLgn.h (+56 -58), HexTriquadraticLgn.cc (+1 -1), HexTriquadraticLgn.h (+11 -11), Locate.cc (+8 -18), Locate.h (+55 -75), NoData.h (+5 -7), PrismCubicHmt.h (+19 -12), PrismLinearLgn.h (+22 -22), PrismQuadraticLgn.h (+11 -11), QuadBicubicHmt.h (+11 -11), QuadBilinearLgn.h (+23 -25), QuadBiquadraticLgn.h (+11 -11), TetCubicHmt.h (+11 -11), TetLinearLgn.h (+49 -25), TetQuadraticLgn.h (+11 -11), TriCubicHmt.h (+12 -12), TriCubicHmtScaleFactors.h (+11 -11), TriLinearLgn.h (+50 -32), TriQuadraticLgn.h (+11 -11)
sachse 2006-04-18 19:03 Rev.: 33905

bug fix quadrature

7 lines of code changed in 1 file:

  • Core/Basis: TetLinearLgn.h (+7 -2)
allen 2006-03-23 19:24 Rev.: 33631

updated to use coding std for gui vars and to use the helpers methods for getting and sending handles

4 lines of code changed in 1 file:

  • Core/Basis: TetLinearLgn.h (+4 -6)
sachse 2006-02-17 20:01 Rev.: 33311

get_weights and get_derivate_weights defined as static

44 lines of code changed in 22 files:

  • Core/Basis: Constant.h (+2 -2), CrvCubicHmt.h (+2 -2), CrvLinearLgn.h (+2 -2), CrvQuadraticLgn.h (+2 -2), HexTricubicHmt.h (+2 -2), HexTricubicHmtScaleFactors.h (+2 -2), HexTricubicHmtScaleFactorsEdges.h (+2 -2), HexTrilinearLgn.h (+2 -2), HexTriquadraticLgn.h (+2 -2), PrismCubicHmt.h (+2 -2), PrismLinearLgn.h (+2 -2), PrismQuadraticLgn.h (+2 -2), QuadBicubicHmt.h (+2 -2), QuadBilinearLgn.h (+2 -2), QuadBiquadraticLgn.h (+2 -2), TetCubicHmt.h (+2 -2), TetLinearLgn.h (+2 -2), TetQuadraticLgn.h (+2 -2), TriCubicHmt.h (+2 -2), TriCubicHmtScaleFactors.h (+2 -2), TriLinearLgn.h (+2 -2), TriQuadraticLgn.h (+2 -2)
sachse 2006-02-17 19:00 Rev.: 33310

get_derivate_weights added

9 lines of code changed in 1 file:

  • Core/Basis: Constant.h (+9)
worthen 2006-01-31 16:17 Rev.: 33123

SHARE -> SCISHARE

38 lines of code changed in 16 files:

  • Core/Basis: CrvLinearLgn.h (+2 -2), CrvQuadraticLgn.h (+1 -1), HexTrilinearLgn.h (+1 -1), HexTriquadraticLgn.h (+1 -1), Locate.h (+6 -6), PrismLinearLgn.h (+5 -5), PrismQuadraticLgn.h (+1 -1), QuadBilinearLgn.h (+4 -4), QuadBiquadraticLgn.h (+1 -1), TetLinearLgn.h (+5 -5), TetQuadraticLgn.h (+1 -1), TriCubicHmt.h (+1 -1), TriLinearLgn.h (+4 -4), TriQuadraticLgn.h (+1 -1), share.h (new)
worthen 2006-01-30 13:35 Rev.: 33106

Windows Port. Big changes: new share.h includes and SHARE macros. Change use of hash_map to be compatible with windows. Use of gl extensions

52 lines of code changed in 11 files:

  • Core/Basis: CrvLinearLgn.h (+2 -2), CrvQuadraticLgn.h (+2 -1), HexTrilinearLgn.h (+8 -1), HexTriquadraticLgn.h (+3 -1), Locate.h (+7 -7), PrismLinearLgn.h (+5), PrismQuadraticLgn.h (+3 -1), TetLinearLgn.h (+7), TetQuadraticLgn.h (+2 -1), TriCubicHmt.h (+2 -1), share.h (+11 -12)
Generated by StatSVN 0.4.0