Skip to content
View AndreyKoudr's full-sized avatar
:octocat:
No permanent job
:octocat:
No permanent job
  • Cambridge, UK
Block or Report

Block or report AndreyKoudr

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned

  1. FiniteElements FiniteElements Public

    Full finite-element code from scratch with SIMD-accelerated equation solver based on conforming finite elements with tests and example solution to Laplace equation.

    C++ 1 1

  2. OnlineRadarSimulator OnlineRadarSimulator Public

    Simplified online radar simulator in Javascript/WebGL

    JavaScript 7 2

  3. EarthSurface EarthSurface Public

    Interesting C++ (not C) console application to generate geometry for any (from 60S to 60N) area of Earth surface from SRTM data and save it in STL files

    C

  4. ThreadedGaussElimination ThreadedGaussElimination Public

    Fast Gauss elimination based on SIMD and multiple threads

    C++ 1

  5. 3DTriangles 3DTriangles Public

    Class to load/save STL files

    C++

  6. FittingWithOrthoPoly FittingWithOrthoPoly Public

    Fitting y(x) points with Jacobi orthogonal polynomials

    C++