An open API service indexing awesome lists of open source software.

https://github.com/volpatto/quick-ipython-notebooks

Repo of some personal notes about things I face myself on the way out of my Scientific and Python journeys
https://github.com/volpatto/quick-ipython-notebooks

computational-fluid-dynamics computational-science numerical-integration numerical-methods numerical-simulations scientific scientific-computations scientific-computing

Last synced: about 2 months ago
JSON representation

Repo of some personal notes about things I face myself on the way out of my Scientific and Python journeys

Awesome Lists containing this project

README

        

# Quick ipython notebooks

The description below is more like a reminder note to myself.

## What is it about?

Repo of some personal notes about things I face myself on the way out my Scientific and Python journeys. Mainly interesting things related to some personal research, others for pure fun. Never related to my job (just saying).

By this time, I provide notebooks in the following subjects:

* Finite Elements in Python:
- FEniCS Examples:
- 1D Poisson Problem
- 1D Advection-Diffusion scalar problem:
- Galerkin formulation
- SUPG
- GLS
- 1D Reaction-Diffusion scalar problem:
- Classical Galerkin approximation
- GGLS stabilization

## Anyone can use it?

Well, if there is something you get yourself interested, go ahead. Probably you could find better stuff around.

Just in case, I appended a MIT license, but don't care about it, just formality.

## How to use it?

The notes will be separated in directories. Instructions about how to configure and what packages are required to run within the ipynb are intended to be provided in each dir case.

By the time, I prefer to use [Conda](https://conda.io/docs/) environments. It's a quite general and good environment manager. And it is cross-platform.