This repository contains code for benchmarking the performance of Ferrite.jl,
and to compare the performance with other frameworks. The repository is originally created
to support the Ferrite.jl-paper - "Ferrite.jl: A modular and efficient finite element toolbox",
currently submitted for publication. A link will be added here upon publication.
In the current state, this repository has two parts
single-core: Benchmark comparison betweenFerrite.jland other FE frameworks for assembling a linear elasticity problem.multithreaded: Benchmark the scaling when usingFerrite.jlto assemble a linear elasticity problem on multiple threads (shared memory parallelism).