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/487becdb74cfa7c7870e813fff70f412 to your computer and use it in GitHub Desktop.
Save precise-simulation/487becdb74cfa7c7870e813fff70f412 to your computer and use it in GitHub Desktop.
Julia Matlab Fortran Benchmark - Finite Element FEM Poisson Equation
| 1/h | FEAT2D | FEATool | FEniCS | | SFEA |
|------|---------|---------------|------------|----------|---------|
| | Fortran | Matlab/Octave | Python/C++ | Julia | Fortran |
| | GMG | UMFPACK | PETSc | CHOLMOD? | GMG |
| 128 | 0.025 | 0.368 | 0.19 | 0.18 | 0.049 |
| 256 | 0.05 | 1.718 | 0.79 | 0.322 | 0.064 |
| 512 | 0.21 | 7.406 | 4.65 | 0.9 | 0.11 |
| 1024 | 1.1 | 47.646 | 34.1 | 3.4 | 0.16 |
| 2048 | 6 | 338.14 | - | 14.6 | 0.49 |
| 4096 | 63 | | | 83 | 2.9 |
| 8192 | | | | | 20 |
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment