Author Archives: n JuliaLang - The Julia programming language n

GSoC 2017 : A Wrapper for the FEniCS Finite Element Toolbox

By: n JuliaLang - The Julia programming language n

Re-posted from: https://julialang.org/blog/2017/09/gsoc-fenics/index.html

GSoC 2017 : A Wrapper for the FEniCS Finite Element Toolbox | Throughout this Google Summer of Code project I, along with my mentors, aimed to create a Wrapper for the FEniCS Finite Element Toolbox in the Julia Language. Our work done can be found at FEniCS.jl (https://github.com/SciML/FEniCS.jl) . This would allow users to perform FEM calculations direc…

GSoC 2017: Implementing iterative solvers for numerical linear algebra

By: n JuliaLang - The Julia programming language n

Re-posted from: https://julialang.org/blog/2017/08/native-julia-implementations-of-iterative-solvers-for-numerical-linear-algebra/index.html

GSoC 2017: Implementing iterative solvers for numerical linear algebra | The central part of my GSoC project is about implementing the Jacobi-Davidson method natively in Julia, available in JacobiDavidson.jl (https://github.com/haampie/JacobiDavidson.jl). This method computes a few approximate solutions of the eigenvalue problem Ax = lambda Bx for large and sparse mat…