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.
 Notice that the oscillations near the shock are well controlled even without any artificial stablization mechanism.
 
 
 <p align="center">
 <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>
 </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.
 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.