https://github.com/ngsolve/mylittlengsolve
https://github.com/ngsolve/mylittlengsolve
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/ngsolve/mylittlengsolve
- Owner: NGSolve
- Created: 2017-07-20T10:05:13.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2024-02-12T08:50:14.000Z (over 2 years ago)
- Last Synced: 2024-02-12T09:56:40.434Z (over 2 years ago)
- Language: C++
- Size: 22.9 MB
- Stars: 11
- Watchers: 6
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
Awesome Lists containing this project
README
MyLittleNGSolve - An Introduction into C++ Programming with NGSolve
======================================================================
This project is divided into 3 sections:
The `basic section`_ should provide you with knowledge about NGSolve's classes and
how to overload them or provide C++ utility functions, as well as export all that to python.
The `advanced section`_ gives some more useful examples to browse through.
The legacy section contains old code, it may be useful mainly for people working already for some
time with NGSolve and looking something up. Please keep in mind, that these things are not
maintained and may contain code that does not work (efficiently) any more.
.. _basic section: 1_Basic/README.rst
.. _advanced section: 2_Advanced/README.rst