Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save precise-simulation/1ffd3e71ea509f10b3369b7fa0f301b7 to your computer and use it in GitHub Desktop.
Save precise-simulation/1ffd3e71ea509f10b3369b7fa0f301b7 to your computer and use it in GitHub Desktop.
Julia Matlab Fortran Benchmark - Finite Element FEM Matrix Assembly
| 1/h | FEAT2D | FEATool | FEniCS | |
|------|---------|---------------|------------|-------|
| | Fortran | Matlab/Octave | Python/C++ | Julia |
| 128 | 0.05 | 0.05 | 0.05 | 0.24 |
| 256 | 0.13 | 0.14 | 0.12 | 0.57 |
| 512 | 0.42 | 0.43 | 0.31 | 1.7 |
| 1024 | 1.5 | 1.7 | 1.1 | 6.5 |
| 2048 | 6 | 7 | 5 | 26 |
| 4096 | 24 | | | 105 |
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment