Fem-fenics: Difference between revisions

361 bytes added ,  8 September 2013
no edit summary
No edit summary
No edit summary
Line 128: Line 128:


=== Mixed Formulation for Poisson Equation ===
=== Mixed Formulation for Poisson Equation ===
 
A complete description of the problem is avilable on the [http://fenicsproject.org/documentation/dolfin/1.2.0/python/demo/pde/mixed-poisson/python/documentation.html Fenics website.]
<div style="width: 100%;">
<div style="width: 100%;">
   <div style="float:left; width: 48%">
   <div style="float:left; width: 48%">
Line 270: Line 270:
=== Hyperelasticity ===
=== Hyperelasticity ===
This time we compare the code with the c++ version of DOLFIN.
This time we compare the code with the c++ version of DOLFIN.
A complete description of the problem is avilable on the [http://fenicsproject.org/documentation/dolfin/1.2.0/cpp/demo/pde/hyperelasticity/cpp/documentation.html Fenics website.]
{{Code|HyperElasticity Problem: the ufl file|<syntaxhighlight lang="octave" style="font-size:13px">  
{{Code|HyperElasticity Problem: the ufl file|<syntaxhighlight lang="octave" style="font-size:13px">  
# Function spaces
# Function spaces
60

edits