Mercurial > repos > public > sbplib
view +sbp/InterpOps.m @ 1073:95113a592421 feature/grids/LaplaceSquared
Fix bug in d3 boundary condition
author | Jonatan Werpers <jonatan@werpers.com> |
---|---|
date | Wed, 13 Feb 2019 10:24:06 +0100 |
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