Pinned Repositories
Euler2D-KFVS
2D solver for Euler equations in quadrilateral grid, using kinetic flux vector splitting scheme, written in OOP F2003
Unstruct2D
Source code for an unstructured 2D Euler/Navier Stokes equation (triangle grid), Fortran 90 version, with some personal improvements, http://booksite.elsevier.com/9780080999951/examplecodes.php
FortMeshConverter
Convert .msh mesh file (Quadrilateral) of gmsh to .vtk file and/or .dat tecplot file
1D-Shallow-Water-equations
My MATLAB code and report of final practical test of the course "Natural Flow Model".
CppMeshConverter
C++ 11 version of my Fortran code gmsh-to-vtk-and-tecplot
JAlgoData
Classical algorithms and data structures, such as searching and sorting algorithms, linked list, binary tree, stack, with my implementation in Java utilizing Generics. Test programs are written as junit test cases.
euler-2D-kfvs
Euler equations unstructured solver using kinetic flux vector splitting (KFVS) scheme
Numerical-Analysis
Some Fortran codes to practice programming in Fortran.
gmsh-to-vtk-and-tecplot-Fortran-2003
Object-oriented Fortran 2003 version of my Fortran 95 code gmsh-to-vtk-and-tecplot
Unstruct2D-Cpp-version
Source code for an unstructured 2D Euler/Navier Stokes equation, C++ version, with some personal improvements, http://booksite.elsevier.com/9780080999951/examplecodes.php
truongdangqe's Repositories
truongdangqe/gatling-gradle-plugin-demo
Showcase of the Gatling Plugin for Gradle
truongdangqe/pdf-to-word
pdf to word using kotlin
truongdangqe/IntelFortranOneApiPlayground
Miscellaneous code to practice oop in Fortran
truongdangqe/GenericLinkedList
Reference: http://fortranwiki.org/fortran/show/gen_list
truongdangqe/ClassicalDataStructuresF95
A fork of my repo DataStructuresF95, with Intel Fortran (part of Intel OneAPI HPC toolkit), and Visual Studio 2019 integration
truongdangqe/GenericLinkedListF95
Singly linked list which is strictly conformant to Fortran 95 standard. In fact this repo is a refactoring of https://github.com/truongd8593/GenericLinkedList
truongdangqe/Tree-sort
truongdangqe/VF4-and-DDFV-for-anisotropic-diffusion-problem
My implementation in MATLAB of the SCILAB code by Prof. Stella Krell: https://math.unice.fr/~krell/index.php?page=CodeScilab
truongdangqe/BlackJack
Blackjack in Java (in Vietnamese: kéo dì zách)
truongdangqe/flo2d
Automatically exported from code.google.com/p/flo2d
truongdangqe/Euler2dCpp11_Deprecated
C++ 11 version of https://github.com/truongd8593/euler2D-kfvs-Fortran2003
truongdangqe/FVM_AdvectionDiffusion_1D
Finite volume code for 1D advection-diffusion equation with periodic BCs.
truongdangqe/FDM_AdvectionDiffusion_1D
Finite difference scheme for 1D advection diffusion equation with periodic BCs
truongdangqe/adaptive-mesh-refinement
An adaptive mesh refinement algorithm for MATLAB
truongdangqe/Euler2D_Positive_Scheme
Code in the paper PETER D. LAX AND XU-DONG LIU, SOLUTION OF TWO-DIMENSIONAL RIEMANN PROBLEMS OF GAS DYNAMICS BY POSITIVE SCHEMES, SIAM J. SCI. COMPUT. , Vol. 19, No. 2, pp. 319–340, March 1998
truongdangqe/Euler2D_Nozzle
Solve the two dimensional Euler equations by Roe scheme in conjuction with structured grids
truongdangqe/Convergent_Divergent_Nozzle_Meshing
Grid generation for a convergent-divergent nozzle, with personal improvement. Ref: https://www.grc.nasa.gov/WWW/wind/valid/cdv/cdv01/cdv01.html
truongdangqe/Numerical-Analysis
Some Fortran codes to practice programming in Fortran.
truongdangqe/HashTableF2003
Testing Fortran 2003 support of PGI compiler, code is taken from http://fortranwiki.org/fortran/show/hash+table+example
truongdangqe/uit-framework
UI Test Framework
truongdangqe/appium-read-qrcode
truongdangqe/StokesP1FEM
Solving Stokes equations using P1 Finite Element Method. http://fc.isima.fr/~jkoko/Codes/StokesP1BubbleP1.pdf
truongdangqe/gmsh-to-vtk-and-tecplot-Fortran-2003
Object-oriented Fortran 2003 version of my Fortran 95 code gmsh-to-vtk-and-tecplot
truongdangqe/euler-2D-kfvs
Euler equations unstructured solver using kinetic flux vector splitting (KFVS) scheme
truongdangqe/EllipticPDEsSolvers
Implement some finite volume schemes for elliptic PDEs.
truongdangqe/FVM_LaplaceEq2D
Implement finite volume scheme to solve the Laplace equation (3.4), page 33 of "Finite Volume Methods", by Robert Eymard, Thierry Gallouet, and Raphaele Herbin. The link of the book: https://www.cmi.univ-mrs.fr/~herbin/PUBLI/bookevol.pdf
truongdangqe/https-multipart-purejava
A java client which implements multipart form submit over https and authentication implemented with only jdk classes and no external dependencies.
truongdangqe/LES-of-turbulent-flow-in-a-duct
Added VTK post-processing compared to the original code: http://coffeecfd.blogspot.com/2014/03/some-compressible-cfd-codes-for.html
truongdangqe/Fortran2003_OOP_LinkedList
Code in this disscussion: https://software.intel.com/en-us/forums/intel-visual-fortran-compiler-for-windows/topic/518263
truongdangqe/hello
Some Fortran codes to practice programming in Fortran.