Skip to content
View ktrinh20's full-sized avatar
🥑
🥑

Block or report ktrinh20

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.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

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

Report abuse

Popular repositories Loading

  1. numerical-methods-demos numerical-methods-demos Public

    I wrote code to demonstrate various numerical methods.

    Python 1

  2. ThermalEvolution1D ThermalEvolution1D Public

    This code (ThermalEvolution1D.cpp) models the thermal evolution of small planetary bodies, particularly icy moons. I solve the 1-D heat diffusion equation assuming only conduction. Heat sources inc…

    C++ 1

  3. ktrinh20.github.io ktrinh20.github.io Public

    Kevin's personal academic profile.

    JavaScript 1

  4. MoonInteriorStructure MoonInteriorStructure Public

    Simple models of a moon's interior structure assuming layers of constant density. Constraints include mass, radius, and normalized moment of inertia (MoI).

    Python 1

  5. MeteoriteCompositions MeteoriteCompositions Public

    I will use this repository to store scripts used to handle meteorite compositions. Feel free to let me know if you want to contribute and share ownership of this repository!

    Python 1

  6. EvolvingMoons1D EvolvingMoons1D Public

    This repository is a faster and more advanced version of ThermalEvolution1D, written in Python. I use the Cython library to achieve C-level performance in computationally heavy parts of my code. I …

    Python