Difference between revisions of "Contrib:Projectionist"
From CAELinuxWiki
Line 2: | Line 2: | ||
I am a student at Johannes Kepler University at Linz in Austria. In the course of some work I do during the summer at the university I came across CAELinux for I was told to look for open source finite element software. I want to share my newly gained experience with SALOME and CodeAster. Maybe somedays it will be helpful to some beginners. | I am a student at Johannes Kepler University at Linz in Austria. In the course of some work I do during the summer at the university I came across CAELinux for I was told to look for open source finite element software. I want to share my newly gained experience with SALOME and CodeAster. Maybe somedays it will be helpful to some beginners. | ||
+ | |||
+ | |||
+ | == Code Snippets == | ||
+ | |||
+ | import os | ||
+ | import sys | ||
+ | from subprocess import * |
Revision as of 20:32, 7 September 2009
Hello, this is my page.
I am a student at Johannes Kepler University at Linz in Austria. In the course of some work I do during the summer at the university I came across CAELinux for I was told to look for open source finite element software. I want to share my newly gained experience with SALOME and CodeAster. Maybe somedays it will be helpful to some beginners.
Code Snippets
import os import sys from subprocess import *