Skip to content

prototype virtual element method (based on ExtendableGrids and ExtendableSparse)

License

Notifications You must be signed in to change notification settings

chmerdon/ExtendableVEM.jl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ExtendableVEM.jl

Lowest order virtual Element Method on polygons for the 2D Poisson problem based on the grid manager ExtendableGrids and the sparse matrix manager ExtendableSparse.

The main assembly loop is inspired by:
Sutton, O.J. The virtual element method in 50 lines of MATLAB. Numer Algor 75, 1141–1159 (2017). https://doi.org/10.1007/s11075-016-0235-3

There is an example that can be run in the julia REPL by:

julia> using PyPlot
julia> include("examples/Example200_PoissonVEM.jl")
julia> Example200_PoissonVEM.main(; Plotter = PyPlot)

About

prototype virtual element method (based on ExtendableGrids and ExtendableSparse)

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages