Pinned Repositories
Aero-matlab
My matlab homework files
Aero-shock
My Cpp, python and fortran practice files
ApproximateRiemannSolvers
My personal collection of Riemann solvers using MUSCL and WENO schemes written as short Matlab scripts
Euler
The Euler Equations of Compressible Fluid Flow
LG_Vortex_Beams
Matlab implementations of Laguerre-Gaussian Vortex Beams
MUSCL
MUSCL (Monotonic Upstream-Centered Scheme for Conservation Laws) example schemes
openLBMflow
A tiny but powerful open source Lattice Boltzmann solver
ShallowWaterEquations
Conservative discretizations for the Saint Venant (shallow water) equations
WENO
WENO (Weighted Essentially Non-Oscillatory) schemes
WENO5-X
A 1-d comparison of finite difference implementations of fifth-order WENO schemes, namely WENO-JS, WENO-M and WENO-Z.
wme7's Repositories
wme7/MeshPartitioning
This repo contains hello world examples for using METIS & ParMETIS packages to paritition unstructured meshes
wme7/CMAKE_hellow
CMAKE for building projects with C, CXX, MPI, HDF5, EIGEN, GLEW and libigl and combinations of them.
wme7/DRP_schemes
Dispersion-Relation-Preserving Finite Differences
wme7/EulerEquationsNd
Snippets for computing exact solutions of the unsteady-, compressible-Euler equations of gas dynamics, on both: 2- and 3-spatial dimensiones.
wme7/LaTeX_BuildThesisTemplate
This repo constains contains snippets and figures to exemplify the construction of a thesis document with LaTeX
wme7/AcousticSources
Snippets for simulating acoustic sources and capturing their directivity
wme7/cmake-examples
Useful CMake Examples
wme7/dg4py
Pre- and post-processing utilities for hangling simulations with discontinuous Galerkin (DG) methods.
wme7/flexi
Open Source High-Order Unstructured Discontinuous Galerkin Fluid Dynamics Solver
wme7/LaTeX_beamer
LaTex Beamer course templates and sample files
wme7/NavierStokesEqnsNd
Collection of manufactured solutions of compressible Navier-Stokes equations
wme7/Template_Metaprogramming
wme7/WENO_formulations
I'm migrating away from Mathematica, thus I took some time to re-proeduce some of my old WENO formulations with SymPy.
wme7/boost-python-examples
Some examples for the use of boost::python
wme7/compact_filters
Matlab implementation of selective filters as compact operators to be used with finite-difference solvers.
wme7/devLibrary
A sample library to test cross-platform capabilities of `HIP` API and `roc::hipblas` library.
wme7/DGFEM-Acoustic
Discontinuous Galerkin finite element method (DGFEM) for Acoustic Wave Propagation
wme7/Discontinuous-Galerkin-MATLAB
wme7/DUGKS-GPU
Multi-GPU implementation of the DUGKS method.
wme7/GMSHparser
A collection of parsers for reading Gmsh mesh-files in format v2 and v4.
wme7/gprof2dot
Converts profiling output to a dot graph.
wme7/info8010-deep-learning
Lectures for INFO8010 - Deep Learning, ULiège
wme7/meso
2D/3D unstructured grid DUGKS-MPI solver
wme7/MPI-CUDA-hybrid_HelloWorld
MPI+CUDA HelloWorld suing C++17
wme7/nekRS
our next generation code
wme7/opendrop
An open Apple AirDrop implementation written in Python
wme7/OrderOfAccuracy
Basic template to examine the order of accuracy (OOA) on numerical operators and/or solvers of PDEs.
wme7/PINNs
Physics Informed Neural Networks
wme7/solvers
Systematically explore various solvers for 3d simulations
wme7/SPECTER
PDE solver focused on Navier-Stokes (and related) equations with arbitrary boundary conditions, employing Fourier (FC-Gram) expansions. Parallelized using MPI-OpenMP-CUDA.