diff +scheme/Elastic2dVariableAnisotropic.m @ 1338:da61892884a4 feature/D2_boundary_opt

Add support for using periodic grids.
author Vidar Stiernström <vidar.stiernstrom@it.uu.se>
date Fri, 13 May 2022 13:29:05 +0200
parents 8d9fc7981796
children
line wrap: on
line diff
--- a/+scheme/Elastic2dVariableAnisotropic.m	Fri May 13 13:28:10 2022 +0200
+++ b/+scheme/Elastic2dVariableAnisotropic.m	Fri May 13 13:29:05 2022 +0200
@@ -98,6 +98,7 @@
             m_tot = g.N();
             lim = g.lim;
             if isempty(lim)
+                % TODO: Work for periodic grids (last gp not included)!
                 x = g.x;
                 lim = cell(length(x),1);
                 for i = 1:length(x)