Fem-fenics: Difference between revisions
Jump to navigation
Jump to search
(Package for solving Partial Differential Equations based on Fenics.) |
No edit summary |
||
Line 6: | Line 6: | ||
The equation being solved is | The equation being solved is | ||
{{Code|Define problem|<syntaxhighlight lang="octave" style="font-size:13px"> | [[div style="float:left; width: 45%; padding: 0 2%"]] | ||
left column left column left column left column left column | |||
left column left column left column left column left column | |||
[[/div]] | |||
[[div style="float:left; width: 45%; padding: 0 2%"]] | |||
right column right column right column right column right column | |||
right column right column right column right column right column | |||
[[/div]] | |||
[[User:Gedeone|Gedeone]] 02:36, 6 September 2013 (PDT) | |||
{{Code|Define Poisson problem|<syntaxhighlight lang="octave" style="font-size:13px"> | |||
pkg load fem-fenics | pkg load fem-fenics | ||
</syntaxhighlight>}} | </syntaxhighlight>}} | ||
[[Category:OctaveForge]] | [[Category:OctaveForge]] | ||
[[Category:Packages]] | [[Category:Packages]] |
Revision as of 09:36, 6 September 2013
Package for solving Partial Differential Equations based on Fenics.
Tutorials
Poisson Equation
Here is a first example for the solution of the Poisson equation. The equation being solved is
div style="float:left; width: 45%; padding: 0 2%" left column left column left column left column left column left column left column left column left column left column /div div style="float:left; width: 45%; padding: 0 2%" right column right column right column right column right column right column right column right column right column right column /div
Gedeone 02:36, 6 September 2013 (PDT)
Code: Define Poisson problem |
pkg load fem-fenics
|