• Stars
    star
    11
  • Rank 1,689,337 (Top 34 %)
  • Language
    C#
  • License
    MIT License
  • Created about 2 years ago
  • Updated about 1 year ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Program to create 2D triangle mesh for any surface domain.

More Repositories

1

Fast_Fourier_Transform

C# implementation of Cooley–Tukey's FFT algorithm.
C#
38
star
2

Constrained_Delaunay_Triangulation

Constrained Delaunay Triangulation (CDT) of a random surface domain.
C#
36
star
3

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
C#
20
star
4

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.
C#
18
star
5

continuous_beam_analysis

Continuous beam analyzer is simple tool to analysis statistically indeterminate beams for shear force, bending moment and member forces.
Visual Basic .NET
15
star
6

Draw2D_geometry

An application to create 2D geometry. A flexible user-friendly application to create 2D objects (points, curves and surfaces).
C#
9
star
7

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.
C
9
star
8

Lloyds_relaxation

Voronoi tessellation from Divide and conquer Delaunay triangulation and Lloyds smoothing
C#
7
star
9

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.
C#
6
star
10

Incremental_delaunay

Bowyer Watson incremental delaunay triangulation
C#
5
star
11

bezier_intersection_openTK

OpenTK (modern openGL) implementation for displaying heatmaps. This application provides a general framework to implement openTK graphics in C#.
C#
2
star
12

Truss_static_analysis_cpp

This repository contains a C++ project that implements a Finite Element Method (FEM) solver for plane truss structures.
C++
2
star
13

line_integral

Code to visualize function F(x,y) in 3D space, heat map, contour lines along with line integral visualization
Visual Basic .NET
2
star
14

Heat2D_solver_cpp

Finite element analysis of 2D heat transfer problems. This is a new version to previous solver
C++
2
star
15

EM_Propogation_simulation

Visualizing Electromagnetic Propagation using C++, OpenGL: Explore the fascinating classical world of electromagnetic waves through 2D simulations and visualizations powered by larmour delayed potential in C++ with OpenGL graphics.
C++
2
star
16

random_domain_generator

C# implementation of random closed domain generator
C#
1
star