Skip to content

Instantly share code, notes, and snippets.

View rowanc1's full-sized avatar
🚀
Working on the future

Rowan Cockett rowanc1

🚀
Working on the future
View GitHub Profile
@rowanc1
rowanc1 / weakform-dc.md
Last active August 29, 2015 14:14
Using finite volume

:uid: weakform-dc :title: Discretizing DC Resistivity :description: Using finite volume :tooltip: None :tag: :group: :license: CC-BY-4.0 :source: https://api.github.com/gists/fe7b1d8a3b905bab158d

We will start with the formulation of the Direct Current (DC) resistivity problem in geophysics.

@rowanc1
rowanc1 / Exploring_julia_with_simpeg.md
Last active July 31, 2016 21:29
A first attempt at translating some of the SimPEG library into Julia.

:uid: exploring_julia_with_simpeg :title: Exploring Julia with SimPEG :description: A first attempt at translating some of the SimPEG library into Julia. :tooltip: /img/julia-logo.png :tag: julia :group: simpeg :license: CC-BY-4.0 :source: https://api.github.com/gists/23a83f05b5612388f9b4

I have been meaning to checkout Julia for a while, an open source (and real) alternative to Matlab for doing scientific computing.

Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@rowanc1
rowanc1 / SimPEG Tutorial - Creating a Mesh.ipynb
Last active August 29, 2015 14:13
Creating a simpeg mesh
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@rowanc1
rowanc1 / Korean Flag.ipynb
Created August 12, 2014 04:49
Korean Flag in Python
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@rowanc1
rowanc1 / index.html
Last active August 29, 2015 14:02
Visible Geology in Python
<div class="cell border-box-sizing code_cell rendered">
<div class="input">
<div class="prompt input_prompt">
In&nbsp;[10]:
</div>
<div class="inner_cell">
<div class="input_area">
<div class="highlight"><pre><span class="kn">import</span> <span class="nn">visiblegeology</span> <span class="kn">as</span> <span class="nn">VG</span>
<span class="n">GH</span> <span class="o">=</span> <span class="p">(</span>
<span class="n">VG</span><span class="o">.</span><span class="n">Erosion</span><span class="p">()</span> <span class="o">+</span>
@rowanc1
rowanc1 / cc.m
Created June 3, 2014 19:31
Clear, close all, clc, quit: cc.m
clear;
clear CLASSES;
clc;
close all;
try
dbquit('all');
clear;
end;
@rowanc1
rowanc1 / description.md
Last active January 3, 2016 14:59
SimPEG Play - DC Resistivity Inversion

Working to incorporate DC resistivity inversions in the new SimPEG framework.

@rowanc1
rowanc1 / description.md
Last active January 2, 2016 18:48
SimPEG Tutorial - Creating a Mesh

In this tutorial we will go over creating a mesh, and the basics of numbering, counting, and naming conventions. With these skills you can move faster, and move between different meshes (hopefully) with ease!

@rowanc1
rowanc1 / description.md
Last active January 2, 2016 17:59
SimPEG Play - Anisotropic Block

Playing with anisotropy in SimPEG.