photo

Manuel A. Diaz


Institut Pprime / ENSMA

Last seen: 6 jours il y a Actif depuis 2013

Followers: 0   Following: 0

Message

Professional Interests: Computational Fluid Dynamics (CFD), High-resolution methods, 2D/3D CFD simulations with Finite Element (FE) and Discontinuous Galerkin (DG) Methods.

Statistiques

  • 5-Star Galaxy Level 5
  • Personal Best Downloads Level 3
  • First Review
  • GitHub Submissions Level 3
  • First Submission

Afficher les badges

Feeds

Afficher par

A soumis


Newton's Divided Differences and its associated Polynomial
Computes Newton's table for Divided Differences and the coefficients of the associated polynomial function for a given dataset (...

plus d'un an il y a | 3 téléchargements |

Thumbnail

A soumis


Order of accuracy & Stability
This snippet shows how I examine the order of accuracy (OOA) and the numerical stability for a given numerical scheme.

presque 2 ans il y a | 3 téléchargements |

Thumbnail

A soumis


Compact Filters with Holes
Matlab implementation of selective filters as compact operators to be used with finite-difference solvers.

presque 2 ans il y a | 1 téléchargement |

Thumbnail

A soumis


KRON
The pseudo-kronecker product function. A special generalization of the Kronecker product aimed to build FD-schemes with obstacle...

plus de 2 ans il y a | 1 téléchargement |

Thumbnail

A soumis


Interpolating a vector field
A short script that exemplifies how to produce the interpolation of a vector field.

plus de 2 ans il y a | 1 téléchargement |

Thumbnail

A soumis


Fit 2D polynomial surface to scattered data
A minimalistic implementation of a 2d polynomial Least Squares problem.

presque 3 ans il y a | 1 téléchargement |

Thumbnail

A soumis


Acoustic pulse evolution over a constant mean flow
Implementation of the analytical solution of a Gaussian pulse governed by the 2D & 3D Linearized Euler Equations (LEE)

environ 3 ans il y a | 1 téléchargement |

Thumbnail

A soumis


Compact Filters
A multidimensional implementation of a high-order compact finite-difference filter

environ 3 ans il y a | 1 téléchargement |

Thumbnail

A soumis


Pulse reflection over a cylinder
An analytical solution of the reflection of a Gaussian pulse over an infinitely long cylinder.

environ 3 ans il y a | 1 téléchargement |

Thumbnail

A soumis


Analytic solution of the 1d Wave Equation
Computing the exact solution for a Gaussian profile governed by 1-d wave equation with free flow BCs or with perfectly reflectin...

environ 3 ans il y a | 9 téléchargements |

Thumbnail

A soumis


Least Squares Polynomial Fitting for Noisy Data
This snippet exemplifies the use of a custom LU decomposition method to produce a k-order polynomial fit to noisy data.

environ 3 ans il y a | 1 téléchargement |

Thumbnail

A soumis


A vectorized cubic spline
A vectorized, parallel capable, cubic spline interpolation/extrapolation function for non-uniformly distributed 1d data

environ 3 ans il y a | 1 téléchargement |

Thumbnail

A soumis


compact schemes
A collection of snippets that exemplify the proper implementation of conservative high-order compact-schemes.

plus de 3 ans il y a | 3 téléchargements |

Thumbnail

A soumis


Easy build finite-difference operators
This snippet shows how to build any central/biased (explicit) finite-difference schemes and their associated 2D and 3D discrete ...

plus de 3 ans il y a | 3 téléchargements |

Thumbnail

A soumis


Easy build compact schemes
A Taylor-Table-Algorithm is presented to automate the computation of weights for centered/biased compact FDM schemes.

plus de 3 ans il y a | 3 téléchargements |

Thumbnail

A soumis


BDF
Backward Differentiation Formulas

plus de 3 ans il y a | 1 téléchargement |

Thumbnail

A soumis


Finite difference coefficients generator
A simple generator for coefficients of central finite-difference (FD) stencils

plus de 3 ans il y a | 4 téléchargements |

Thumbnail

A soumis


Matlab 3D array to ParaView (via HDF5 + XDMF)
We exemplify how to export a large 3D array for visualization into ParaView using HPC's classical approach: using HDF5 with XDMF...

plus de 3 ans il y a | 2 téléchargements |

Thumbnail

A soumis


LaguerreL
Vectorized function for computing the associated Laguerre polynomials

presque 6 ans il y a | 4 téléchargements |

Thumbnail

A soumis


Plot Gaussian Vortex Beams
Matlab visualizations of analytical descriptions of Hermite-Gaussian and Laguerre-Gaussian Vortex Beams

presque 6 ans il y a | 8 téléchargements |

Thumbnail

A soumis


Weighted Essentially Non-Oscillatory (WENO) Scheme for Euler
A Fifth order WENO solver for the Euler system of equations

presque 6 ans il y a | 15 téléchargements |

Thumbnail

A soumis


Flux Reconstruction (FR/CPR)
Advect Information using Correction Via Reconstruction Method

presque 6 ans il y a | 3 téléchargements |

Thumbnail

A soumis


1-d MUSCL Solver for the Shallow Water Equations
A conservative finite-volume (FV) implementation of the Saint Venant equations, also known as the shallow water equations (SWE)....

presque 6 ans il y a | 12 téléchargements |

Thumbnail

A soumis


Quasi-analytical solver for scalar conservation laws
Couluovrat's quasi-analitical solver for the Buckley-Leverett and inviscid Burgers' equations

presque 6 ans il y a | 1 téléchargement |

Thumbnail

A soumis


MUSCL-THINC-BVD and WENO5-THINC-BVD solvers
Comparison two hybrid solvers based on the THINC reconstruction and BVD algorithm.

environ 6 ans il y a | 2 téléchargements |

Thumbnail

A soumis


wme7/ApproximateRiemannSolvers
MUSCL and WENO Approximate Riemann Solvers

environ 6 ans il y a | 5 téléchargements |

Thumbnail

A soumis


Compare WENO7-BS and WENO7-Z
A comparison between FD implementations of seventh-order WENO-JS and the WENO-Z scheme.

environ 7 ans il y a | 2 téléchargements |

Thumbnail

A soumis


Compare WENO5-JS, WENO5-M and WENO5-Z
Comparison of three most popular implementations of 5th-order WENO schemes.

environ 7 ans il y a | 3 téléchargements |

Thumbnail

A soumis


Write 2D and 3D Arrays into VTK
A function to export either 2D/3D Matlab arrays as a binary *.vtk file for Paraview.

presque 8 ans il y a | 3 téléchargements |

Thumbnail

A soumis


Jacobi Solver for the Unsteady Heat Equation
1, 2, and 3-dimensional solver for the heat equation using Jacobi Method

environ 8 ans il y a | 4 téléchargements |

Thumbnail

Charger plus