From c4a5771777acd011845d23c15d29e591a7c01f9c 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, 25 Nov 2022 14:01:01 +0100 Subject: [PATCH] Removed completed TODOs. --- Snakefile | 5 ----- 1 file changed, 5 deletions(-) diff --git a/Snakefile b/Snakefile index 8252eea..07ec455 100644 --- a/Snakefile +++ b/Snakefile @@ -38,11 +38,6 @@ TODO: Discuss extracting all objects from UpdateScheme and giving equation as input instead Urgent: -TODO: Check whether 'projection' is always a ndarray -> Done -TODO: Add property attribute for num_ghost_cells -> Done -TODO: Ensure compatibility with arbitrary number of ghost cells -> Done -TODO: Move 'do_initial_projection()' to 'projection_utils.py' -> Done -TODO: Extract equation-related functionality into LinearAdvection class -> Done TODO: Enforce num_ghost_cells to be positive integer for DG (not training) TODO: Add Burger class TODO: Use cfl_number for updating, not just time (equation-related?) -- GitLab