Directory Packages/BioPSE/Dataflow/Modules/Forward/

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

[root]/Packages/BioPSE/Dataflow/Modules/Forward
                        directory in repo doc (4 files, 20073 lines)

Lines of Code

Packages/BioPSE/Dataflow/Modules/Forward/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 153 (100.0%) 2946 (100.0%) 19.2
callahan 80 (52.3%) 1743 (59.2%) 21.7
mjc 56 (36.6%) 918 (31.2%) 16.3
sachse 7 (4.6%) 277 (9.4%) 39.5
worthen 5 (3.3%) 5 (0.2%) 1.0
mdavis 2 (1.3%) 2 (0.1%) 1.0
dav 3 (2.0%) 1 (0.0%) 0.3

Most Recent Commits

dav 2005-12-19 14:26 Rev.: 32889

Cosmetic updates. Removed unnecessary ';'s.

0 lines of code changed in 2 files:

  • Packages/BioPSE/Dataflow/Modules/Forward: SetupFEMatrix.h (changed)
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

6 lines of code changed in 1 file:

  • Packages/BioPSE/Dataflow/Modules/Forward: SetupFEMatrix.h (+6 -6)
callahan 2005-12-13 17:26 Rev.: 32831

Remove support for the units property, unit scaling.

17 lines of code changed in 13 files:

  • Packages/BioPSE/Dataflow/Modules/Forward: ApplyFEMVoltageSource.cc (new), ComputeCurrent.cc (+1 -10), CreateDisAnisoSpheres.cc (+7 -5), DipoleInAnisoSpheres.cc (new), InsertElectrodes.cc (new), IntegrateCurrent.cc (+2 -10), SetupFEMatrix.h (+6 -25)
mjc 2005-12-13 09:44 Rev.: 32823

fix dynamic compilation

172 lines of code changed in 1 file:

  • Packages/BioPSE/Dataflow/Modules/Forward: SetupFEMatrix.h (+172 -162)
mjc 2005-12-13 09:32 Rev.: 32822

fix compiler warnings, some readabilty improvements

1 lines of code changed in 1 file:

  • Packages/BioPSE/Dataflow/Modules/Forward: SetupFEMatrix.h (+1 -1)
sachse 2005-12-12 17:36 Rev.: 32809

upgrade part 4

277 lines of code changed in 1 file:

  • Packages/BioPSE/Dataflow/Modules/Forward: SetupFEMatrix.h (+277)
sachse 2005-12-12 17:26 Rev.: 32808

upgrade part III

0 lines of code changed in 6 files:

  • Packages/BioPSE/Dataflow/Modules/Forward: ApplyFEMCurrentSource.cc (changed), ApplyFEMElectrodeSource.cc (changed), SetupFEMatrix.cc (changed)
dav 2005-12-09 14:20 Rev.: 32787

Remove extra ;

1 lines of code changed in 1 file:

  • Packages/BioPSE/Dataflow/Modules/Forward: SetupFEMatrix.cc (+1 -1)
callahan 2005-12-08 17:49 Rev.: 32772

Use send_and_dereference, remove tcl_command, code cleanups

165 lines of code changed in 33 files:

  • Packages/BioPSE/Dataflow/Modules/Forward: AnisoSphereModel.cc (new), ComputeCurrent.cc (+4 -1), ConfigureElectrode.cc (+8 -2), ConfigureWireElectrode.cc (+8 -3), CreateDisAnisoSpheres.cc (+34 -18), DipoleInAnisoSpheres.cc (+14 -19), DipoleInSphere.cc (new), DipoleMatrixSourceRHSQuadratic.cc (new), EITAnalyticSolution.cc (+12 -14), ElectrodeManager.cc (+9 -20), ForwardMagneticField.cc (new), ForwardMagneticField.h (-18), IndicesToTensors.cc (+3 -1), InsertVoltageSource.cc (new), SetEITGround.cc (new), SetupBEMatrix.cc (+5 -4), TensorsToIndices.cc (new), TrigCurrentPattern.cc (+2 -11)
callahan 2005-12-02 16:38 Rev.: 32711

Clean up newlines on error messsages

1 lines of code changed in 1 file:

  • Packages/BioPSE/Dataflow/Modules/Forward: InsertElectrodes.cc (+1 -1)
callahan 2005-12-01 14:41 Rev.: 32689

Minor cleanup

0 lines of code changed in 1 file:

  • Packages/BioPSE/Dataflow/Modules/Forward: ApplyFEMCurrentSource.cc (-1)
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.

134 lines of code changed in 7 files:

  • Packages/BioPSE/Dataflow/Modules/Forward: AnisoSphereModel.cc (+8 -2), ApplyFEMElectrodeSource.cc (+6 -2), CreateDisAnisoSpheres.cc (+110 -107), ForwardMagneticField.cc (+1 -1), IndicesToTensors.cc (+4 -4), SetupFEMatrix.cc (+1 -1), TensorsToIndices.cc (+4 -4)
callahan 2005-11-11 17:22 Rev.: 32530

Fix input port type check related crashes (basis)

8 lines of code changed in 2 files:

  • Packages/BioPSE/Dataflow/Modules/Forward: ApplyFEMVoltageSource.cc (+3 -8), InsertElectrodes.cc (+5 -4)
callahan 2005-11-02 15:27 Rev.: 32415

Fix SetupFEMatrix to use new basis

33 lines of code changed in 1 file:

  • Packages/BioPSE/Dataflow/Modules/Forward: SetupFEMatrix.cc (+33 -16)
callahan 2005-11-02 14:11 Rev.: 32410

Fix dynamic compilation of IndicesToTensors and TensorsToIndices

18 lines of code changed in 6 files:

  • Packages/BioPSE/Dataflow/Modules/Forward: IndicesToTensors.cc (+8 -4), IndicesToTensors.h (new), TensorsToIndices.cc (+8 -4), TensorsToIndices.h (new)
mjc 2005-10-14 08:40

fix compile, PI->M_PI

5 lines of code changed in 2 files:

  • Packages/BioPSE/Dataflow/Modules/Forward: ApplyFEMElectrodeSource.cc (+3 -3), TrigCurrentPattern.cc (+2 -2)
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.

2 lines of code changed in 2 files:

  • Packages/BioPSE/Dataflow/Modules/Forward: sub.mk (new)
mjc 2005-10-10 09:59 Rev.: 32092

initial commit of H_O_Basis branch merge

582 lines of code changed in 22 files:

  • Packages/BioPSE/Dataflow/Modules/Forward: AnisoSphereModel.cc (+65 -55), ApplyFEMCurrentSource.cc (+61 -43), ApplyFEMElectrodeSource.cc (+32 -26), ApplyFEMVoltageSource.cc (+21 -8), BuildFEMatrixQuadratic.cc (new), ComputeCurrent.cc (+19 -12), ConfigureElectrode.cc (+8 -5), ConfigureWireElectrode.cc (+15 -11), CreateDisAnisoSpheres.cc (+32 -22), DipoleInAnisoSpheres.cc (+58 -34), DipoleInSphere.cc (+39 -24), EITAnalyticSolution.cc (+30 -21), InsertElectrodes.cc (+63 -51), InsertVoltageSource.cc (+12 -11), IntegrateCurrent.cc (+18 -10), SetEITGround.cc (-2), SetupBEMatrix.cc (+3 -3), SetupBEMatrix.h (new), SetupFEMatrix.cc (+39 -36), sub.mk (-2)
callahan 2005-04-01 17:19 Rev.: 29624

Use scalar_multiply

4 lines of code changed in 1 file:

  • Packages/BioPSE/Dataflow/Modules/Forward: SetupBEMatrix.h (+4 -4)
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/Dataflow/Modules/Forward: BuildFEMatrixQuadratic.cc (+1 -3), ForwardMagneticField.h (+2 -3)

(6 more)

Generated by StatSVN 0.4.0