From 856b70facec8956d2d9b172065c6981aac80df3c 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, 24 Feb 2023 15:40:43 +0100 Subject: [PATCH] Removed completed TODOs. --- Snakefile | 23 ----------------------- 1 file changed, 23 deletions(-) diff --git a/Snakefile b/Snakefile index 5cda134..7a11ef2 100644 --- a/Snakefile +++ b/Snakefile @@ -22,29 +22,6 @@ TODO: Contemplate using lambdify for basis TODO: Contemplate allowing vector input for ICs TODO: Discuss how wavelet details should be plotted -TODO: Ask after reasoning behind plotting approx for this specific Burgers case - -> Done (maybe related to final time being after shock occurs, check what - happens) -TODO: Ask what derivative basis represents -> Done (derivative of basis used - for stiffness matrix calculation; just derive from basis vector) -TODO: Ask after Dirichlet boundary setup -> Done (fixed value for all cells - outside boundary in both directions; should NOT affect real cells at all) -TODO: Ask after exact solution for different equations -> Done (in equation - class, then let's see) -TODO: Ask where Euler 1D exact solution comes from -> Done (known reference - solution calculated by Thea) -TODO: Discuss first calculating plotting data and then plotting in separate - step -> Done (no, because evaluation points might change) -TODO: Ask whether the option of multiple ghost cells has any potential use - cases -> Done (no) -TODO: Discuss necessary object dependencies -> Done (extract as many as - possible) -TODO: Contemplate extracting boundary condition from InitialCondition - -> Done (yes) -TODO: Contemplate containing boundary condition in Mesh -> Done (yes) -TODO: Discuss extracting all objects from UpdateScheme and giving equation as - input instead -> Done (yes, do it) - Urgent: TODO: Rename stiffness matrix to volume integral matrix TODO: Rename boundary matrix to flux matrix -- GitLab