Pinned Repositories
2D_Heat_transfer
Finite element analysis of steady state 2D heat transfer problems. Heat transfer occurs when there is a temperature difference within a body or within a body and its surrounding medium. Conduction and convection problems are solved using this software
2DTriangle_Mesh_Generator
Program to create 2D triangle mesh for any surface domain.
Constrained_Delaunay_Triangulation
Constrained Delaunay Triangulation (CDT) of a random surface domain.
continuous_beam_analysis
Continuous beam analyzer is simple tool to analysis statistically indeterminate beams for shear force, bending moment and member forces.
Delaunay-triangulation
This is a C# implementation of Divide and conquer Delaunay triangulation. The implementation follows Guibas and Stolfi’s paper. This is the vertical cut implementation of divide and conquer.
Draw2D_geometry
An application to create 2D geometry. A flexible user-friendly application to create 2D objects (points, curves and surfaces).
Fast_Fourier_Transform
C# implementation of Cooley–Tukey's FFT algorithm.
Incremental_delaunay
Bowyer Watson incremental delaunay triangulation
Lloyds_relaxation
Voronoi tessellation from Divide and conquer Delaunay triangulation and Lloyds smoothing
opengl_textrendering
The OpenGL_Text_Rendering repository offers a highly optimized method for rendering text in OpenGL. By utilizing a font atlas and binding textures only once for an entire group of text, this approach significantly improves efficiency compared to rendering characters individually.
Samson-Mano's Repositories
Samson-Mano/Lloyds_relaxation
Voronoi tessellation from Divide and conquer Delaunay triangulation and Lloyds smoothing
Samson-Mano/Incremental_delaunay
Bowyer Watson incremental delaunay triangulation
Samson-Mano/lagrange_points
Numerical solution of Circular restricted three-body problem in which the mass of one of the bodies is negligible, as well as the interaction forces between it and the other two bodies.
Samson-Mano/line_integral
Code to visualize function F(x,y) in 3D space, heat map, contour lines along with line integral visualization
Samson-Mano/random_domain_generator
C# implementation of random closed domain generator
Samson-Mano/Ant_colony_optimization
Impelementation of Ant colony optimization to solve Travelling salesman problem