Skip to content

Instantly share code, notes, and snippets.

View julesghub's full-sized avatar

Julian Giordani julesghub

View GitHub Profile
@julesghub
julesghub / gist:ab03139704b967e33f7917c38d7e98c8
Last active February 7, 2020 05:00
CodeClinic 10Aug2018
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@julesghub
julesghub / Dockerfile
Created September 14, 2017 05:16
uw2 docker dev with petsc-3.7.6
# get the development version
FROM underworldcode/underworld2_untested:dev
MAINTAINER [email protected]
# modify original underworldcode/underworld2 images
RUN apt-get update -qq && DEBIAN_FRONTEND=noninteractive \
apt-get remove petsc-dev -yq && \
apt-get autoremove -yq && \
apt-get install -yq \
{
"cells": [
{
"cell_type": "markdown",
"metadata": {},
"source": [
"### Complex shapes in Underworld: Voxels, binvox and the Cow\n",
"\n",
"This notebook describes a possible method for importing complex geometries onto Underworld particles\n",
"\n",