Skip to content
Snippets Groups Projects
Commit 5151b80b authored by narindra.rajohnso's avatar narindra.rajohnso
Browse files

finish rapport

parent ceee46ee
No related branches found
No related tags found
No related merge requests found
# Ressources
- [What is a mesh?](https://www.simscale.com/docs/simwiki/preprocessing/what-is-a-mesh/)
- [Mesh quality](https://www.simscale.com/docs/simulation-setup/meshing/mesh-quality/)
- [Determining mesh quality](https://resources.system-analysis.cadence.com/blog/msa2022-determining-mesh-quality-and-accuracy-parameters)
- Mesh Generation: Application to Finite Elements, by Pascal Jean Frey, Paul L. George
- [Aspect Ratio](https://docs.salome-platform.org/8/gui/SMESH/aspect_ratio.html)
- [Element Quality Check](https://www.youtube.com/embed/_No2IKmMSXM)
- [Mesh quality parameters](https://www.engmorph.com/mesh-quality-parameters)
- [ANSYS Mesh Metrics Explained](https://featips.com/2022/11/21/ansys-mesh-metrics-explained/)
...@@ -40,6 +40,7 @@ theme: ...@@ -40,6 +40,7 @@ theme:
features: features:
- navigation.indexes - navigation.indexes
- navigation.tabs - navigation.tabs
- navigation.tabs.sticky
- navigation.sections - navigation.sections
- navigation.top - navigation.top
- navigation.footer - navigation.footer
...@@ -47,10 +48,8 @@ theme: ...@@ -47,10 +48,8 @@ theme:
- content.code.copy - content.code.copy
- content.code.annotate - content.code.annotate
nav: nav:
- But: index.md - Présentation de l'API: index.md
- API: - API:
- Introduction:
- api/index.md
- Invités: - Invités:
- POST /api/v1/guests/users: 'api/user_create.md' - POST /api/v1/guests/users: 'api/user_create.md'
- POST /api/v1/guests/users/:username: 'api/user_connect.md' - POST /api/v1/guests/users/:username: 'api/user_connect.md'
...@@ -69,51 +68,14 @@ nav: ...@@ -69,51 +68,14 @@ nav:
- PUT /api/v1/admins/:admin/questions/:question_id: api/update_question.md - PUT /api/v1/admins/:admin/questions/:question_id: api/update_question.md
- DELETE /api/v1/admins/:admin/questions/:question_id: api/delete_question.md - DELETE /api/v1/admins/:admin/questions/:question_id: api/delete_question.md
- Explication de l'implémentation: - Explication de l'implémentation:
- Introduction: - Frontend: explication/frontend.md
- frontend/index.md - Backend: explication/backend.md
- Framework: - Répartition du travail: repartition_travail.md
- frontend/ionic.md
- frontend/angular.md
- frontend/tailwindcss.md
- frontend/babylonjs.md
- Base de données:
- frontend/firebase.md
- Application:
- frontend/functionning.md
- Répartition du travail:
- Cours:
- Algorithmes avancés: theory/advanced_algorithms.md
- Géométrie algorithmique: theory/algorithmic_geometry.md
- Optimisation:
- Indicateurs de qualité: theory/indicators-and-others.md
- Autre mesures: theory/other.md
- Optimisation: theory/optimization.md
- Quality Threshold: theory/quality_threshold.md
- Références: theory/references.md
- Informations supplémentaires: - Informations supplémentaires:
- Problèmes éventuels: - Problèmes éventuels: infos/problemes.md
- Algorithmes avancés: theory/advanced_algorithms.md - Code provenant d'internet: infos/code_internet.md
- Géométrie algorithmique: theory/algorithmic_geometry.md - Procédure d'installation / d'utilisation: procedure.md
- Code provenant d'internet: copyright: Copyright © 2023 RAJOHNSON JAQUET
- Indicateurs de qualité: theory/indicators-and-others.md
- Autre mesures: theory/other.md
- Optimisation: theory/optimization.md
- Quality Threshold: theory/quality_threshold.md
- Références: theory/references.md
- Implémentation du projet:
- Algorithmes avancés: theory/advanced_algorithms.md
- Géométrie algorithmique: theory/algorithmic_geometry.md
- Procédure d'installation / d'utilisation:
- Problèmes éventuels:
- Algorithmes avancés: theory/advanced_algorithms.md
- Géométrie algorithmique: theory/algorithmic_geometry.md
- Code provenant d'internet:
- Indicateurs de qualité: theory/indicators-and-others.md
- Autre mesures: theory/other.md
- Optimisation: theory/optimization.md
- Quality Threshold: theory/quality_threshold.md
- Références: theory/references.md
copyright: Copyright © 2023 In Code We Trust
markdown_extensions: markdown_extensions:
- toc: - toc:
permalink: true permalink: true
...@@ -151,3 +113,4 @@ extra_javascript: ...@@ -151,3 +113,4 @@ extra_javascript:
- https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-chtml.js - https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-chtml.js
- https://cdn.tailwindcss.com - https://cdn.tailwindcss.com
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment