Fem-fenics: Difference between revisions

From Octave
Jump to navigation Jump to search
No edit summary
No edit summary
Line 5: Line 5:
Here is a first example for the solution of the Poisson equation.  
Here is a first example for the solution of the Poisson equation.  
The equation being solved is
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]]
[[User:Gedeone|Gedeone]] 02:36, 6 September 2013 (PDT)





Revision as of 09:50, 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


Code: Define Poisson problem
 
pkg load fem-fenics