diff --git a/DG_Approximation.py b/DG_Approximation.py index 61d6741d8b1a757c0361ced33fe26f47ab3a35a2..136445e4113a178e3e9c029359de9ce0ab597b6d 100644 --- a/DG_Approximation.py +++ b/DG_Approximation.py @@ -13,15 +13,6 @@ TODO: Contemplate extracting boundary condition from InitialCondition TODO: Contemplate containing boundary condition in Mesh Urgent: -TODO: Put basis initialization for plots in function -> Done -TODO: Contain cell length in mesh -> Done -TODO: Contain bounds in mesh -> Done -TODO: Contain interval length in mesh -> Done -TODO: Contain number of grid cells in mesh -> Done -TODO: Create data dict for mesh separately -> Done -TODO: Create data dict for basis separately -> Done -TODO: Remove unnecessary instance variables from TCD -> Done -TODO: Replace eval_points with mesh in do_initial_projection() -> Done TODO: Replace getter with property attributes for quadrature TODO: Remove use of DGScheme from ANN_Data_Generator TODO: Find error in centering for ANN training