Element-based-Galerkin-Methods
Galerkin solver library
Provides educational materials and source code for implementing element-based Galerkin methods on tensor-product bases
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
60 stars
4 watching
27 forks
Language: MATLAB
last commit: about 1 month ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
terenceyuyue/varfem | A software framework that provides a process-oriented, variational formulation based programming approach for solving various finite element methods in MATLAB. | 51 |
lyc102/ifem | A MATLAB software package providing efficient algorithms and data structures for adaptive finite element methods on unstructured simplicial grids in 2D and 3D. | 225 |
flexcompute/tidy3d | Solves extremely large electrodynamics problems using the FDTD method | 197 |
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 finite volume solver toolbox for Matlab, capable of solving transient convection-diffusion equations with various boundary conditions and discretization schemes. | 100 |
gregmoille/pylle | A software package for numerically solving the Lugiato-Lefever Equation | 67 |
philmain28/philsol | A Python library for calculating the modes of electromagnetic waveguides using finite difference frequency domain method. | 36 |
miniufo/xinvert | A Python library for numerically solving elliptic partial differential equations using the SOR iteration method. | 44 |
ddemidov/amgcl | A C++ library that uses the algebraic multigrid method to solve large sparse linear systems in scientific computing | 751 |
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 | 105 |
nickabattista/ib2d | An implementation of the immersed boundary method for 2D simulations | 168 |
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. | 258 |
wsshin/maxwellfdfd | Solves Maxwell's equations using the FDFD method in MATLAB | 107 |