All Projects → nschloe → meshgen-comparison

nschloe / meshgen-comparison

Licence: GPL-3.0 license
🕸️ A comparison of mesh generators.

Programming Languages

python
139335 projects - #7 most used programming language
Makefile
30231 projects

Projects that are alternatives of or similar to meshgen-comparison

Optimesh
Mesh optimization, mesh smoothing.
Stars: ✭ 261 (+944%)
Mutual labels:  engineering, mathematics, fem
featool-multiphysics
FEATool - "Physics Simulation Made Easy" (Fully Integrated FEA, FEniCS, OpenFOAM, SU2 Solver GUI & Multi-Physics Simulation Platform)
Stars: ✭ 190 (+660%)
Mutual labels:  engineering, fem
Quadpy
Numerical integration (quadrature, cubature) in Python
Stars: ✭ 471 (+1784%)
Mutual labels:  engineering, mathematics
Pygmsh
Gmsh for Python
Stars: ✭ 418 (+1572%)
Mutual labels:  engineering, mathematics
Freecad
This is the official source code of FreeCAD, a free and opensource multiplatform 3D parametric modeler. Issues are managed on our own bug tracker at https://www.freecadweb.org/tracker
Stars: ✭ 10,366 (+41364%)
Mutual labels:  engineering, fem
Accupy
Accurate sums and dot products for Python.
Stars: ✭ 65 (+160%)
Mutual labels:  engineering, mathematics
Learn Something Every Day
📝 A compilation of everything that I learn; Computer Science, Software Development, Engineering, Math, and Coding in General. Read the rendered results here ->
Stars: ✭ 362 (+1348%)
Mutual labels:  engineering, mathematics
Awesome Scientific Computing
😎 Curated list of awesome software for numerical analysis and scientific computing
Stars: ✭ 476 (+1804%)
Mutual labels:  engineering, mathematics
Meshio
input/output for many mesh formats
Stars: ✭ 814 (+3156%)
Mutual labels:  engineering, mathematics
Orthopy
Orthogonal polynomials in all shapes and sizes.
Stars: ✭ 75 (+200%)
Mutual labels:  engineering, mathematics
Pygalmesh
A Python frontend to CGAL's mesh generators.
Stars: ✭ 245 (+880%)
Mutual labels:  engineering, mathematics
discrete-math-python-scripts
Python code snippets from Discrete Mathematics for Computer Science specialization at Coursera
Stars: ✭ 98 (+292%)
Mutual labels:  mathematics
matematicaelementar
Matemática Elementar para Computação
Stars: ✭ 29 (+16%)
Mutual labels:  mathematics
engineering-management
A list of resources about Software Engineering Management
Stars: ✭ 31 (+24%)
Mutual labels:  engineering
redd.one
Software engineering blog.
Stars: ✭ 31 (+24%)
Mutual labels:  engineering
pacopy
📐 Numerical parameter continuation in Python.
Stars: ✭ 33 (+32%)
Mutual labels:  mathematics
muparserx
A C++ Library for Parsing Expressions with Strings, Complex Numbers, Vectors, Matrices and more.
Stars: ✭ 102 (+308%)
Mutual labels:  mathematics
cs-sakaryauniversity
Sakarya Üniversitesi'nde okuduğum süre boyunca karşıma çıkan tüm ödevler, ders notları ve çıkmış sınav soruları (All the assignments, lecture notes and exams)
Stars: ✭ 133 (+432%)
Mutual labels:  engineering
socrata-py
socrata data-pipeline python library
Stars: ✭ 55 (+120%)
Mutual labels:  engineering
GOS-Book.github.io
📙 Пособие для подготовки ГОСу по математике для студентов МФТИ
Stars: ✭ 49 (+96%)
Mutual labels:  mathematics

Mesh Generator Comparison

This repository creates meshes of the same domains with multiple mesh generators and compares the results. The used mesh generators are

For each domain and mesh generator (if applicable), the repostory shows the following data:

  • the mesh generation time
  • the average and minimum cell quality
  • the nummber of CG iterations for the FEM-Poisson-problem on the mesh.

If you'd like to see other mesh generators, domains, or quality measures: Let me know!

Disk

alt text
alt text alt text

L-shape

alt text
alt text alt text

Rectangle with refinement

alt text
alt text alt text

Quarter annulus

alt text
alt text alt text

Sphere (surface)

alt text
alt text (Poisson problem not applicable.)

Ball

alt text
alt text alt text

Cylinder

alt text
alt text alt text

L-shape in 3D

alt text
alt text alt text

Box with refinement

alt text
alt text alt text

License

This software is published under the GPLv3 license.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].