started performance plot

This commit is contained in:
2025-11-16 17:46:36 -08:00
parent db20f11ea8
commit e53b721f34
13 changed files with 83 additions and 22 deletions

View File

@@ -37,4 +37,7 @@ function obj = plot(obj)
ylim(obj.f.Children(1).Children(obj.spatialPlotIndices(ii)), [obj.domain.minCorner(2), obj.domain.maxCorner(2)]);
zlim(obj.f.Children(1).Children(obj.spatialPlotIndices(ii)), [obj.domain.minCorner(3), obj.domain.maxCorner(3)]);
end
% Plot performance
obj = obj.plotPerformance();
end