Skip to content

ahazra/fembook

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

115 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Codes on finite element method

These codes are prepared as material for teaching finite element method.

  • deal.II: Examples using deal.II library in C++
  • deal.II/ex00: An introduction to C++ using PDE problem
  • fenics: Examples using Fenics in Python
  • dg1d: A simple 1-D DG code in Python for scalar conservation law

How to get the code ?

(1) The easiest way is by using git which will download the code in directory fembook

git clone https://github.com/cpraveen/fembook.git

(2) Download a zip file by clicking on the green button called "Clone or download" and then "Download ZIP".

(3) Or use wget

wget https://github.com/cpraveen/fembook/archive/master.zip

and unzip it

unzip master.zip

which creates the directory fembook-master.

About

Notes on finite element method

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • C++ 48.4%
  • Python 29.0%
  • Jupyter Notebook 15.2%
  • CMake 4.8%
  • GLSL 0.7%
  • Shell 0.7%
  • Other 1.2%