Mercurial > repos > public > sbplib
view +sbp/InterpOps.m @ 1113:47e86b5270ad feature/timesteppers
Change name of property k to dt in time.Timestepper
author | Jonatan Werpers <jonatan@werpers.com> |
---|---|
date | Wed, 10 Apr 2019 22:40:55 +0200 |
parents | 4291731570bb |
children |
line wrap: on
line source
classdef (Abstract) InterpOps properties (Abstract) Iu2v % Interpolation operator(s) from "u" to "v" Iv2u % Interpolation operator(s) from "v" to "u" end methods (Abstract) % Returns a string representation of the type of operator. str = string(obj) end end