瀏覽代碼

Updated readme

Snow 8 年之前
父節點
當前提交
56edc650d1
共有 2 個文件被更改,包括 1 次插入87 次删除
  1. 0 86
      .gitignore
  2. 1 1
      README.md

+ 0 - 86
.gitignore

@@ -1,86 +0,0 @@
-# Byte-compiled / optimized / DLL files
-__pycache__/
-*.py[cod]
-MANIFEST
-# C extensions
-*.so
-
-# Distribution / packaging
-.Python
-env/
-bin/
-build/
-develop-eggs/
-dist/
-eggs/
-lib/
-lib64/
-parts/
-sdist/
-var/
-*.egg-info/
-.installed.cfg
-*.egg
-
-# Installer logs
-pip-log.txt
-pip-delete-this-directory.txt
-
-# Unit test / coverage reports
-htmlcov/
-.tox/
-.coverage
-.cache
-nosetests.xml
-coverage.xml
-
-# Translations
-*.mo
-
-# Mr Developer
-.mr.developer.cfg
-.project
-.pydevproject
-
-# Rope
-.ropeproject
-
-# Django stuff:
-*.log
-*.pot
-
-# Sphinx documentation
-docs/_build/
-
-# ctags
-tags
-
-src/.idea/*
-.idea/*
-
-# ignore mac file
-.DS_Store
-src/.DS_Store
-
-# ignore demo
-out.gif
-
-# ignore swp files
-NEMbox/*.swp
-
-# ignore TEST files
-TEST
-
-# virtualenv
-venv
-
-# org mode
-.org
-
-# temporary file
-.\#*
-\#*
-
-# Org-mode
-.org-id-locations
-*_archive

+ 1 - 1
README.md

@@ -18,7 +18,7 @@ This is a python package that solves 1-Dimensional PDEs using hybridizable disco
 Notice that the oscillations near the shock are well controlled even without any artificial stablization mechanism.
 
 <p align="center">
-<a href="http://imgur.com/HrWIi4s"><img align="centre" img src="http://i.imgur.com/HrWIi4s.png" width="50%" height="50%" title="source: imgur.com" /></a>
+<img align="centre" img src="http://i.imgur.com/HrWIi4s.png" width="50%" height="50%" title="source: imgur.com" />
 </p>
 
 The main task of this project is to build an automated CFD framework based on HPDG discretization and robust adaptive mesh refinement. The solver is currently capable of solving 1D convection-diffusion equations and is being actively developed.