Skip to content

Commit 3654a66

Browse files
committed
Update Content
1 parent 5486cf7 commit 3654a66

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

docs/_includes/modules/ApplyFEMVoltageSource.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,9 @@ The module changes/creates the right-hand side (RHS) and forward matrices for vo
2424

2525
The ApplyFEMVoltageSource 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.
2626

27-
<!-- 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 information about this mesh. -->
27+
<!-- TODO: Information out-of-date -->
28+
<!-- We assume the mesh to be a TetVolField(int) type, containing indices to the conductivity tensor lookup table.
29+
The documentation for the MODULE REFERENCE module provides further information about this mesh. -->
2830

2931
{% capture url %}{% include url.md %}{% endcapture %}
3032
{{ url }}

docs/_includes/modules/CalculateMeshNodes.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -46,10 +46,6 @@ This module allows the computation of a new position for each node in the input
4646

4747
A list of available functions is available in the GUI of the module. The ***Parser Help*** button brings up a list of available functions to do scalar/vector/tensor algebra.
4848

49-
#### Implementation
50-
51-
<!-- The user defined function is currently being translated in a chunk of code that is compiled using the dynamic compiler, however the current plan is to replace the dynamic compiler with a simple parser. In the latter case not every C++ functionality will be available, and hence it is recommended to stay within the functions defined in the help of the module. -->
52-
5349
#### Input Ports
5450

5551
The first input is the Field whose node positions need to be recalculated using a function. The second port is an optional port that allows the user to script the module with a user defined input function. This function will override the function given in the GUI of the module. The third and next ports are used to import a matrix. The first port corresponds to matrix A, the next to matrix B and so on. These ports can be used to do algebra with values stored as a matrix or can be used to enter scriptable scalar/vector/tensor values that can be defined elsewhere.

0 commit comments

Comments
 (0)