From 3864693d82158a977bb6f73c9bf2b4fc7d00cf38 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?K=C3=BChle=2C=20Laura=20Christine=20=28lakue103=29?= <laura.kuehle@uni-duesseldorf.de> Date: Fri, 31 Mar 2023 12:50:12 +0200 Subject: [PATCH] Removed completed TODOs. --- Snakefile | 2 -- 1 file changed, 2 deletions(-) diff --git a/Snakefile b/Snakefile index 6af5e2c..ff61b17 100644 --- a/Snakefile +++ b/Snakefile @@ -34,9 +34,7 @@ TODO: Ask whether Burgers has compatible ICs other than Sine and Urgent: TODO: Add Burgers class completely -TODO: Clean up exact solution for Burgers -> Done TODO: Enabale choice of equation -TODO: Adapt code to accommodate boundary decorator -> Done TODO: Add subclasses of Burgers TODO: Ignore ghost domains by flagging all cells with it for extreme outlier TODO: Add functions to create each object from dict -- GitLab