8000 GitHub - g13/PDEclass
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

g13/PDEclass

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 

Repository files navigation

PDE solver

install python3 (through miniconda, recommended)

miniconda: https://docs.conda.io/en/latest/miniconda.html, this is a slim version of anaconda

In windows:

run Anaconda Prompt and create a new environment(optional)

install packages: numpy, matplotlib and their depenencies

In the Anaconda Prompt, go to the newly created environment if you have created one

activate *new_environment* 

and install by:

conda install *package_name*

Jupyter Lab is a recommended environment to present python code, to install:

conda install -c conda-forge jupyterlab

to run Jupyter Lab:

jupyter lab

to run examples:

In terminal/cmd

python PDE2.py

In Jupyter lab, IPython or Jupyter Notebook

run PDE2

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

0