Skip to content

Instantly share code, notes, and snippets.

View ketch's full-sized avatar

David Ketcheson ketch

View GitHub Profile
@ketch
ketch / asv.conf.json
Last active August 29, 2015 14:09
Airspeed velocity configuration for clawpack.
{
// The version of the config file format. Do not change, unless
// you know what you are doing.
"version": 1,
// The name of the project being benchmarked
"project": "clawpack",
// The project's homepage
"project_url": "http://www.clawpack.org/",
@ketch
ketch / yt_animation.ipynb
Last active August 29, 2015 14:09
Using yt and mplot3d to visualize the 3D shock-bubble interaction problem with PyClaw.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@ketch
ketch / MapMyFitness_data_viewer.py
Last active August 29, 2015 14:10
Code to download and plot my MapMyFitness data
from mapmyfitness import MapMyFitness
import matplotlib.pyplot as plt
import matplotlib
import numpy as np
def get_workouts():
# Log in
mmf = MapMyFitness(api_key='6du8934wfvrdqnbtzd9h9kxbstdqrn2x', \
access_token='237eee8b8f8bc541841d902ea9a533fa07b748b4')
@ketch
ketch / pyclaw_geometry.ipynb
Last active May 31, 2018 06:56
A short introduction to geometry objects used in PyClaw: Dimensions, Grids, Patches.#PyClaw
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@ketch
ketch / griddle_plotting_examples.ipynb
Last active August 29, 2015 14:13
Examples of usage of `griddle.plot`; see https://github.com/ketch/griddle.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@ketch
ketch / polo_demo.ipynb
Last active August 29, 2015 14:14
Examples of what you can do with https://github.com/ketch/polo, a tool for comparing datasets across multiple dimensions. #PyClaw #plotting
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.