Skip to content
View jfdev001's full-sized avatar

Block or report jfdev001

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
jfdev001/README.md

Jared Frazier

Scientific Programmer at the Leibniz Institute for Atmospheric Physics.

Current interests:

  • High Performance Computing
  • Finite Element Methods
  • Domain Decomposition
  • Computational Fluid Dynamics

Pinned Loading

  1. Ferrite.jl Ferrite.jl Public

    Forked from Ferrite-FEM/Ferrite.jl

    Finite element toolbox for Julia

    Julia

  2. PlasmaCellDiff PlasmaCellDiff Public

    Julia implementation of "Quantitative modeling of the terminal differentiation of B cells and mechanisms of lymphomagenesis" by Martinez2012 (https://doi.org/10.1073/pnas.1113019109)

    Julia

  3. algebraic-multigrid algebraic-multigrid Public

    Cross platform algebraic multigrid implementation using C++, Eigen3, and Catch2. For autodidactic purposes.

    C++ 3 1

  4. parallel-nbody parallel-nbody Public

    C MPI + OpenMP implementation of n-body simulation.

    C

  5. hello-sparse-blas hello-sparse-blas Public

    (Intel MKL) Sparse BLAS CMake project with Fortran. Structure based on Modern CMake practices. Dependencies on optional unit tests as well as required external package FFTPACK for didactic purposes.

    Fortran

  6. mlp-from-scratch mlp-from-scratch Public

    Implementation and extensive report on the multilayer perceptron to elucidate fundamental concepts in deep learning.

    Python