Directory Core/Basis/

Total Files:
43
Deleted Files:
0
Lines of Code:
157

[root]/Core/Basis

Lines of Code

Core/Basis/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 669 (100.0%) 15236 (100.0%) 22.7
mjc 146 (21.8%) 8192 (53.8%) 56.1
sachse 420 (62.8%) 6684 (43.9%) 15.9
dav 27 (4.0%) 213 (1.4%) 7.8
callahan 60 (9.0%) 85 (0.6%) 1.4
allen 6 (0.9%) 32 (0.2%) 5.3
worthen 5 (0.7%) 29 (0.2%) 5.8
jeroen 5 (0.7%) 1 (0.0%) 0.2

Most Recent Commits

sachse 2005-12-15 16:24 Rev.: 32879

bug fixes

0 lines of code changed in 2 files:

  • Core/Basis: Locate.h (new)
sachse 2005-12-15 15:04 Rev.: 32877

bug fix

0 lines of code changed in 2 files:

  • Core/Basis: PrismLinearLgn.cc (new)
sachse 2005-12-15 13:30 Rev.: 32876

bug fix

0 lines of code changed in 2 files:

  • Core/Basis: HexTrilinearLgn.h (new)
sachse 2005-12-15 13:22 Rev.: 32875

bug fixes

425 lines of code changed in 20 files:

  • Core/Basis: CrvCubicHmt.h (+1 -1), HexTricubicHmt.h (+1 -1), HexTrilinearLgn.h (+15 -12), HexTriquadraticLgn.h (+1 -1), Locate.h (+401 -397), PrismCubicHmt.h (+1 -1), PrismLinearLgn.h (new), PrismQuadraticLgn.h (+1 -1), TetCubicHmt.h (+1 -1), TetLinearLgn.h (new), TetQuadraticLgn.h (new)
dav 2005-12-14 20:01 Rev.: 32872

Fix 'non' return of 1. Remove redundant comments.

3 lines of code changed in 1 file:

  • Core/Basis: HexTrilinearLgn.h (+3 -3)
sachse 2005-12-14 19:50 Rev.: 32870

volume and area functions added

477 lines of code changed in 39 files:

  • Core/Basis: HexTricubicHmt.h (+15 -1), HexTricubicHmtScaleFactors.h (+15), HexTricubicHmtScaleFactorsEdges.h (new), HexTrilinearLgn.h (+28 -5), HexTriquadraticLgn.cc (new), HexTriquadraticLgn.h (+16 -14), Locate.h (+127 -6), PrismCubicHmt.h (+17), PrismLinearLgn.cc (+3 -1), PrismLinearLgn.h (+44 -14), PrismQuadraticLgn.cc (+6 -15), PrismQuadraticLgn.h (+19 -15), QuadBicubicHmt.h (+15), QuadBilinearLgn.h (+18 -3), QuadBiquadraticLgn.h (+14), TetCubicHmt.h (+14), TetLinearLgn.cc (+2), TetLinearLgn.h (+28 -3), TetQuadraticLgn.cc (new), TetQuadraticLgn.h (+16 -14), TriCubicHmt.cc (new), TriCubicHmt.h (new), TriCubicHmtScaleFactors.h (new), TriLinearLgn.h (new), TriQuadraticLgn.h (new)
sachse 2005-12-14 12:08 Rev.: 32846

Volume/Area functions

48 lines of code changed in 15 files:

  • Core/Basis: CrvLinearLgn.h (+2), CrvQuadraticLgn.cc (new), CrvQuadraticLgn.h (new), QuadBilinearLgn.h (+13 -5), QuadBiquadraticLgn.cc (-2), QuadBiquadraticLgn.h (+3 -15), TetLinearLgn.h (+13 -12), TriLinearLgn.h (+12 -4), TriQuadraticLgn.cc (+1 -3), TriQuadraticLgn.h (+3 -17)
allen 2005-12-14 11:43 Rev.: 32844

resolved conflicts

3 lines of code changed in 3 files:

  • Core/Basis: PrismLinearLgn.h (+1 -1), PrismQuadraticLgn.cc (+1 -1), PrismQuadraticLgn.h (+1 -1)
allen 2005-12-14 11:40 Rev.: 32843

clean up of code - formatting, unsigned int, array dec fix

29 lines of code changed in 3 files:

  • Core/Basis: PrismLinearLgn.cc (+2 -2), PrismLinearLgn.h (+15 -10), PrismQuadraticLgn.cc (+12 -10)
sachse 2005-12-13 19:31 Rev.: 32841

volume and area functions (Part I)

61 lines of code changed in 5 files:

  • Core/Basis: Basis.h (new), CrvCubicHmt.h (+16 -2), CrvLinearLgn.h (+14), CrvQuadraticLgn.h (+16 -2)
callahan 2005-12-13 18:34 Rev.: 32837

Fix compiler warning, use ASSERT instead of assert

3 lines of code changed in 1 file:

  • Core/Basis: Locate.h (+3 -3)
sachse 2005-12-13 18:23 Rev.: 32836

bug fixes

49 lines of code changed in 2 files:

  • Core/Basis: Locate.h (+47 -35), TriQuadraticLgn.h (+2 -2)
jeroen 2005-12-13 17:32 Rev.: 32832

Putting the unit_vertices and unit_edges back, as it breaks the dynamic code: all basis classes should have these fields defined, otherwise the compiler will fail because a member variable which the abstract concept has is not defined

0 lines of code changed in 4 files:

  • Core/Basis: Constant.h (changed), NoData.h (changed)
sachse 2005-12-12 19:46 Rev.: 32819

bug fix

1 lines of code changed in 1 file:

  • Core/Basis: TriQuadraticLgn.h (+1 -1)
sachse 2005-12-12 19:43 Rev.: 32817

bug fix

1 lines of code changed in 1 file:

  • Core/Basis: CrvQuadraticLgn.h (+1 -1)
mjc 2005-12-12 18:07 Rev.: 32812

add parameter for get_normals, so that volume meshes can know which face needs the normal, add normals for the unit element faces where applicable, fix hex vol face normal calculation

117 lines of code changed in 13 files:

  • Core/Basis: HexTrilinearLgn.cc (+8 -2), HexTrilinearLgn.h (+24 -16), PrismLinearLgn.cc (+8), PrismLinearLgn.h (+25 -16), QuadBilinearLgn.cc (+5), QuadBilinearLgn.h (+3 -1), TetLinearLgn.cc (+13 -3), TetLinearLgn.h (+25 -16), TriLinearLgn.cc (new), TriLinearLgn.h (+3 -1)
sachse 2005-12-12 11:10 Rev.: 32802

bug fix

1 lines of code changed in 1 file:

  • Core/Basis: Locate.h (+1 -1)
mjc 2005-12-12 09:35 Rev.: 32800

fix compile, warnings

9 lines of code changed in 1 file:

  • Core/Basis: Locate.h (+9 -8)
sachse 2005-12-10 17:33 Rev.: 32797

arc length function added

253 lines of code changed in 23 files:

  • Core/Basis: Basis.h (+7), CrvCubicHmt.h (+7), CrvLinearLgn.h (+11 -2), CrvQuadraticLgn.h (+7), HexTricubicHmt.h (+7), HexTricubicHmtScaleFactors.h (+7), HexTricubicHmtScaleFactorsEdges.h (+7), HexTrilinearLgn.h (+8 -4), HexTriquadraticLgn.h (+7), Locate.h (+88), PrismCubicHmt.h (+7), PrismLinearLgn.h (+8 -4), PrismQuadraticLgn.h (+7), QuadBicubicHmt.h (+7), QuadBilinearLgn.h (+8 -4), QuadBiquadraticLgn.h (+7), TetCubicHmt.h (+7), TetLinearLgn.h (+8 -4), TetQuadraticLgn.h (+7), TriCubicHmt.h (+7), TriCubicHmtScaleFactors.h (+7), TriLinearLgn.h (+10 -8), TriQuadraticLgn.h (+7)
callahan 2005-12-07 12:06 Rev.: 32750

Fix missing '='

1 lines of code changed in 1 file:

  • Core/Basis: PrismCubicHmt.h (+1 -1)

(84 more)

Generated by StatSVN 0.4.0