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

Current interests:

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

GitHub stats

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

    Boilerplate Modern CMake project with Fortran and Intel MKL SpBLAS. Optional unit testing and arbitrary dependency fftpack included for illustrative purposes.

    CMake

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

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

    Python