• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

bin/H03-May-2022-14,07613,822

docu/H03-May-2022-

examples/H17-Jul-2017-1,400,8251,400,658

make/H17-Jul-2017-2,7071,802

perl/H17-Jul-2017-3,4522,461

src/H17-Jul-2017-88,43355,024

.gitignoreH A D17-Jul-201736 65

LICENSEH A D17-Jul-201717.6 KiB341281

readme.mdH A D17-Jul-20171.9 KiB4637

readme.md

1Z88 is a compact finite element program for Linux, Windows and Mac OS X.
2Open Source Version 15
3
4#### About
5
6Z88 is a compact, cross-platform finite element program including several submodules (converter, mapped mesher, solver ...) by Prof. Frank Rieg. This repository is not used for development but for distribution, it just gets updated on major releases. It is distributed under GNU GPL, so feel free to fork, modify and redistribute.
7For further information please see the included readme PDF-file or our website [www.z88.de](http://www.z88.de) where you also find our other free finite element software products.
8
9Z88 currently supports the following platforms:
10- Windows (tested on Windows XP - Windows 10)
11- MacOS (tested on Sierra 10.12.3)
12- Linux (tested on openSUSE 13.1 and Ubuntu 16.04)
13
14#### What's included
15
16The Git repository includes:
17```
18Z88OS/             - root directory
19├── bin/           - binaries for supported platforms
20├── docu/          - detailed documentation both in English and German
21├── examples/      - example projects
22├── make/          - makefiles for supported platforms
23├── perl/          - useful Perl scripts (such as converters and file-checkers)
24├── src/           - source directory
25│   ├── z88com/    - z88-commander
26│   ├── z88g/      - 3D-converter for NASTRAN- and COSMOS- files
27│   ├── z88n/      - mapped mesher
28│   ├── z88o/      - plot program
29│   ├── z88r/      - linear solver
30│   └── z88x/      - DXF converter
31├── LICENSE        - license
32├── liesmich.pdf   - readme in German
33├── readme.pdf     - readme in Englisch
34└── readme.md      - brief markdown readme
35```
36
37#### Support
38
39If you have problems building or using z88 you get help by developers and other user at the [z88-board](http://forum.z88.de/).
40
41---
42Author:
43Prof. Dr.-Ing. Frank Rieg
44Department for engineering design and CAD
45University Bayreuth - Germany
46