changeset 774:66eb4a2bbb72 feature/grids

Remove default scaling of the system. The scaling doens't seem to help actual solutions. One example that fails in the flexural code. With large timesteps the solutions seems to blow up. One particular example is profilePresentation on the tdb_presentation_figures branch with k = 0.0005
author Jonatan Werpers <jonatan@werpers.com>
date Wed, 18 Jul 2018 15:42:52 -0700
parents edb1d60b0b77
children c596122374df
files +time/SBPInTimeSecondOrderFormImplicit.m
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/+time/SBPInTimeSecondOrderFormImplicit.m	Wed Jul 18 15:26:15 2018 -0700
+++ b/+time/SBPInTimeSecondOrderFormImplicit.m	Wed Jul 18 15:42:52 2018 -0700
@@ -19,7 +19,7 @@
             default_arg('TYPE', []);
             default_arg('order', []);
             default_arg('blockSize',[]);
-            default_arg('do_scaling', true);
+            default_arg('do_scaling', false);
 
             m = length(v0);