Giter VIP home page Giter VIP logo

numpde's Introduction

Numerical methods for PDE

Codes for my numerical methods for PDE course, taught at TIFR-CAM. These are based on finite difference and finite volume method.

There are some examples of boundary value problems in my Numerical Analysis codes, under numerical linear algebra.

Codes on finite element method are available here.

  • fd: finite difference approximation
  • bvp1d: 1D boundary value problems
  • bvp2d: 2D boundary value problems
  • linhyp1d: Linear hyperbolic pde in 1D
  • linadv2d: linear hyperbolic pde in 2D
  • claw1d: non-linear conservations laws in 1D
  • heat1d: Heat equation in 1D
  • euler1d: compressible Euler eqns in 1D
  • euler2d: compressible Euler eqns in 2D
  • multigrid: Multigrid method for BVP
  • vte2d: vorticity-streamfunction form of Navier-Stokes
  • matlab: older matlab examples

Jupyter notebooks

You can copy and paste the python code into a jupyter notebook, e.g., on colab. Add following lines at the top of each notebook to get better images

%config InlineBackend.figure_format = 'svg'

Finite Element Method

See these other repositories for FEM code

numpde's People

Contributors

ashishbhole avatar cpraveen avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.