CIBC:Documentation:SCIRun:Reference:BioPSE:ApplyFEMElectrodeSource

From SCIRun Documentation Wiki
Revision as of 23:57, 10 December 2012 by Ayla (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

ApplyFEMElectrodeSource

Information

Package: BioPSE
Category: Forward
Author(s): David Weinstein
Status: Supported in latest version
Version: 3.0

Description

Summary

Due to course current dipoles, the ApplyFEMElectrodeSource module changes and recreates the right-hand side (RHS) for the Finite Elements discretization approach.

Detailed Description

Version Date: March 2001

Version: 1.0

The ApplyFEMElectrodeSource module creates and fills a new ColumnMatrix, according to mesh and dipole parameters in situations where it does not locate a ColumnMatrix on its input that contains an RHS to modify, or when the module finds a ColumnMatrix of a different size than the number of nodes in the mesh.

We assume the mesh to be a TetVolField(int) type, containing indices to the conductivity tensor lookup table. The documentation for the MODULE REFERENCE module provides further documentation about this mesh.

Dipoles are represented as nodes in TetVolMesh. The corresponding value are vectors representing dipole moments. Thus, the module expects dipoles as TetVolField(Vector) field



Frequently Asked Questions


Known Bugs


Recent Changes


Go back to Documentation:SCIRun:Reference:BioPSE