What is Under the Hood - Detailed: Difference between revisions
Jump to navigation
Jump to search
(New page: * c++ Code Organization - * Geometry - List of all geometries supported for mesh generation and a brief discussion of the FEM implementation * Physics -) |
No edit summary |
||
(3 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
* [[ | * [[C++ Code Organization]] - Explanation of directory structure | ||
* [[Geometry]] - List of all geometries supported for mesh generation and a brief discussion of the FEM implementation | * [[Geometry]] - List of all geometries supported for mesh generation and a brief discussion of the FEM implementation | ||
* [[Physics]] - | * [[Physics]] - Discusses coding of partial differential equations | ||
* [[Plotting]] - overview of plplot |
Latest revision as of 12:52, 9 October 2023
- C++ Code Organization - Explanation of directory structure
- Geometry - List of all geometries supported for mesh generation and a brief discussion of the FEM implementation
- Physics - Discusses coding of partial differential equations
- Plotting - overview of plplot