Fem-fenics: Difference between revisions
Jump to navigation
Jump to search
→Additional functionality / TODOS
Line 953: | Line 953: | ||
* '''Norma'''l: add the possibility to use a reserved keyword (normal ?) to be used with the DirichletBC. <syntaxhighlight lang="octave" style="font-size:13px"> bc = DirichletBC (V, @(x, y, normal) [sin(x)*normal; 0], [3, 4]);</syntaxhighlight> | * '''Norma'''l: add the possibility to use a reserved keyword (normal ?) to be used with the DirichletBC. <syntaxhighlight lang="octave" style="font-size:13px"> bc = DirichletBC (V, @(x, y, normal) [sin(x)*normal; 0], [3, 4]);</syntaxhighlight> | ||
* @function/'''feval''': the function should accept as input also an array of values. Show how it can be used in an example with odepkg. | * <strike> @function/'''feval''': the function should accept as input also an array of values. </strike> Show how it can be used in an example with odepkg. | ||
== External Links == | == External Links == |