Element-based-Galerkin-Methods
Galerkin solver
Provides Matlab and Julia implementations of methods for solving partial differential equations using the element-based Galerkin method
This directory contains the Lecture files and Project codes in both Julia and Matlab for a course based on the Springer textbook "An Introduction to Element-based Galerkin Methods on Tensor-Product Bases" by F.X. Giraldo
57 stars
4 watching
27 forks
Language: MATLAB
last commit: 3 months ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
terenceyuyue/varfem | Provides a software framework for solving partial differential equations using finite element methods in MATLAB. | 50 |
lyc102/ifem | A MATLAB package implementing efficient adaptive finite element methods on unstructured simplicial grids in 2D and 3D. | 218 |
flexcompute/tidy3d | Solves extremely large electrodynamics problems using the FDTD method | 189 |
chtld/finite_element_method_matlab | An implementation of the finite element method in MATLAB, aiming for clarity and universality at the cost of efficiency. | 50 |
simulkade/fvtool | A toolbox for solving finite volume problems in computational fluid dynamics and transport phenomena | 99 |
gregmoille/pylle | A software package for numerically solving the Lugiato-Lefever Equation | 66 |
philmain28/philsol | A Python library for calculating the modes of electromagnetic waveguides using finite difference frequency domain method. | 33 |
miniufo/xinvert | A Python library for numerically solving elliptic partial differential equations using the SOR iteration method. | 43 |
ddemidov/amgcl | A C++ library that uses the algebraic multigrid method to solve large sparse linear systems in scientific computing | 736 |
giuse/simple_ga | A demonstration of a simple genetic algorithm in Ruby for solving optimization problems | 9 |
rafavzqz/geopdes | Software package for implementing and testing isogeometric methods for solving partial differential equations | 103 |
nickabattista/ib2d | An implementation of the immersed boundary method for 2D simulations | 167 |
dftlibs/numgrid | Generates numerical integration grids for molecules based on atom coordinates and basis set information. | 47 |
pbrod/numdifftools | A Python library for automatic numerical differentiation of scalar and vector-valued functions. | 256 |
wsshin/maxwellfdfd | Solves Maxwell's equations using the FDFD method in MATLAB | 107 |