view +sbp/OpSet.m @ 440:0ef8965dd745

Improve inteface and functionality of plotConvergence()
author Jonatan Werpers <jonatan@werpers.com>
date Mon, 13 Mar 2017 14:40:14 +0100
parents 21a180acbd49
children 25b01643e438
line wrap: on
line source

classdef (Abstract) OpSet
    properties (Abstract)
        borrowing % Struct with borrowing limits for different norm matrices
        m % Number of grid points.
        h % Step size
        x % Grid
    end

end