Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
LBM
lbmat
Commits
cb4f687b
Commit
cb4f687b
authored
Apr 24, 2022
by
Jakub Klinkovský
Browse files
updated README
parent
20b37a04
Changes
1
Hide whitespace changes
Inline
Side-by-side
README.md
View file @
cb4f687b
...
...
@@ -40,3 +40,19 @@
GNU General Public License for more details.
https://www.gnu.org/licenses/
## Quickstart
__Prerequisites:__
To use LBMAT, you need to install
[
GNU make
](
https://www.gnu.org/software/make/
)
,
[
GNU GCC
](
https://gcc.gnu.org/
)
,
[
Git
](
https://git-scm.com/
)
,
[
Python 3
](
https://www.python.org/
)
,
[
GiNaC
](
https://ginac.de/
)
,
and
[
TeX Live
](
https://tug.org/texlive/
)
.
LBMAT was tested on Linux systems, but you may have luck using it on other operating systems too.
1.
Clone the repository:
`git clone https://mmg-gitlab.fjfi.cvut.cz/gitlab/lbm/lbmat.git`
2.
Select the model and go to its directory, e.g.
`cd lbmat/d1q3_ade`
3.
Run LBMAT for the model:
`make`
4.
Open the generated PDF file, e.g.
`supp_d1q3_ade.pdf`
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment