Skip to content
View dklyuchinskiy's full-sized avatar
  • Novosibirsk State University
  • Novosibirsk, Russia
Block or Report

Block or report dklyuchinskiy

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. Iterative-Helmholtz-solver-with-PARDISO Iterative-Helmholtz-solver-with-PARDISO Public

    Iterative solver for 3D Helmholtz problem using FFT's to reduce dimension and PARDISO to solve arising set of 2D Helmholtz problems

    C++ 1

  2. Laplace-solver-with-compressed-matrices Laplace-solver-with-compressed-matrices Public

    Sparse solver for Laplace equation using technology of data compression (HSS) based on singular value decomposition

    C++ 2 1

  3. Godunov_1d_omp Godunov_1d_omp Public

    The parallel OpenMP implementation of linearized Godunov scheme (2017) for one-dimensional equations of fluid dynamics. The solution of few model problems, including Riemann problem, is presented.

    C++ 1

  4. Heat-equation-solver Heat-equation-solver Public

    Numerical solution of direct and continuation problems for one-dimensional parabolic equation. The three numerical methods has been applied: gradient method, finite-difference scheme inversion and …

    C++

  5. Hospital-Queue Hospital-Queue Public

    This project is computer simulation of electronic queue in hospital

    C++

  6. Solving-IP-for-ODE-using-linearization-and-SVD Solving-IP-for-ODE-using-linearization-and-SVD Public

    In this project we solve direct problem (DP) and inverse problem (IP) for ODE using linearization algorithm for representing the problem in Aq=f view in order to use SVD algorithm to get the final …

    C++