From 179bad3caad4d3f50355a10d0eceafd7165462d2 Mon Sep 17 00:00:00 2001 From: Felix Koehler Date: Wed, 10 Apr 2024 10:10:26 +0200 Subject: [PATCH] Add placeholder notebook --- examples/edtrk_from_the_ground_up.ipynb | 26 +++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 examples/edtrk_from_the_ground_up.ipynb diff --git a/examples/edtrk_from_the_ground_up.ipynb b/examples/edtrk_from_the_ground_up.ipynb new file mode 100644 index 0000000..be1921e --- /dev/null +++ b/examples/edtrk_from_the_ground_up.ipynb @@ -0,0 +1,26 @@ +{ + "cells": [ + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "Placeholder for a tutorial I want to write, explaining Fourier pseudo-spectral\n", + "ETDRK methods from the ground up." + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [] + } + ], + "metadata": { + "language_info": { + "name": "python" + } + }, + "nbformat": 4, + "nbformat_minor": 2 +}