Author Archives: JuliaLang - The Julia programming language

GSoC 2017: Efficient Discretizations of PDE Operators

By: JuliaLang - The Julia programming language

Re-posted from: https://julialang.org/blog/2017/09/gsoc-derivative_operators/

GSoC 2017: Efficient Discretizations of PDE Operators | This project is an attempt towards building a PDE solver for JuliaDiffEq using the Finite Difference Method (https://en.wikipedia.org/wiki/Finitedifferencemethod)(FDM) approach. We take up the FDM approach instead of FEM (https://en.wikipedia.org/wiki/Finiteelementmethod) and FVM (https://en.w…

Read more

GSoC 2017 Project: MCMC with flexible numbers of parameters

By: JuliaLang - The Julia programming language

Re-posted from: https://julialang.org/blog/2017/09/GSOC-MCMC-with-flexible-numbers-of-parameters/

GSoC 2017 Project: MCMC with flexible numbers of parameters | My original GSOC proposal (https://docs.google.com/document/d/1yY5VhucSRW4IHSDurvPsoSBeGQQLaqoyKyYKgVW0J8Q/edit) was to implement modify Mamba.jl to enable it to fit Crosscat, a general-purpose Bayesian model which fits tabular data using row-wise Dirichlet cluster models nested inside a column-wise…

Read more

GSoC 2017 : A Wrapper for the FEniCS Finite Element Toolbox

By: JuliaLang - The Julia programming language

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

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…

Read more