RESEARCH differential equations – Is there a FreeFEM++ code for the Modified Weak Galerkin Finite Element Method to solve the Poisson Problem? September 22, 2023admin I wrote a FreeFEM++ code to solve the Poisson Problem -∆u=f in Ω u=g on ∂Ω using the Modified Weak Galerkin Finite Element Method based on the paper: [1] “A…Read moredifferential equations – Is there a FreeFEM++ code for the Modified Weak Galerkin Finite Element Method to solve the Poisson Problem?
RESEARCH Is there a FreeFEM++ code for the Modified Weak Galerkin Finite Element Method to solve the Poisson Problem? September 14, 2023admin I want to write a FreeFEM++ code to solve the Poisson Problem -∆u=f in Ω u=g on ∂Ω using the Modified Weak Galerkin Finite Element Method based on the paper:…Read moreIs there a FreeFEM++ code for the Modified Weak Galerkin Finite Element Method to solve the Poisson Problem?
3D PRINTING ACOUSTICS & DSP FFT & WAVELETS RESEARCH 1D FFT MATLAB results are different from FFTW in C++ June 27, 2022admin I have the MATLAB code: Nx = 10; Ny = 10; Lx = 2*pi; ygl = -cos(pi*(0:Ny)/Ny)’; %Gauss-Lobatto chebyshev points x = (0:Nx-1)/Nx*2*pi; %make mesh [X,Y] = meshgrid(x,ygl); A =…Read more1D FFT MATLAB results are different from FFTW in C++