Skip to content

olegyablokov/pde-numeric-solver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Getting started

The program is being developed for numerical solving of some pde equations. Right now it supports:

Build

The only external library the program depends on is Qt5. The project is configured with QMake. If you encounter problems with linking please modify the .pro file.

This is an example of how to build the program:

cd gui_app; mkdir build; cd build                 # Make a build directory.
qmake ../pde_numeric_solver.pro    		  # Generate a Makefile.
make                                              # Build the program.

If all goes right, an application binary file will appear in debug or release directory (depending on your configuration settings).

Docs

The project supports auto-documentation by Doxygen. You will need to generate docs to use them:

cd docs/ 
doxygen Doxyfile

html and latex directories will appear. The default page for html files is html/index.html.

Images

screenshot screenshot

About

A numerical GUI solver of some pde equations.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published