Mercurial > repos > public > sbplib
view +sbp/InterpOps.m @ 1322:412b8ceafbc6 feature/poroelastic
Add Zt to output args for Elastic2dCurvilinearAnisotropic.interfaceNormalTangential
author | Martin Almquist <malmquist@stanford.edu> |
---|---|
date | Sat, 24 Oct 2020 20:58:26 -0700 |
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