Skip to content

Ljon4ik4/FEMRefinements.jl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This code is the result of a project supervised by Dennis Ogiermann and Maximilian Köhler and carried out by Esther Koch and Leonid Ryvkin.

This projects implements an adaptive grid subtype of the abstract type JuAFEM.AbstractGrid, making it possible to carry out certain Adaptive Finite Element computations in the JuAFEM framework.

Currently linear quadrilateral elements in 2D and linear hexahedral elements in 3D are supported, with the possibility to refine elements isotropically into quadrants (octants) or anisotropically (halves and quarters).

Installation

Install the JuAFEM version with support for more general grids from the Pkg REPL in julia:

pkg> add https://github.com/koehlerson/JuAFEM.jl.git#fe/dofhandler

Then install FEMRefinements.jl

pkg> add https://github.com/Ljon4ik4/FEMRefinements.jl.git

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages