Mercurial > repos > public > sbplib
view sbplibLocation.m @ 1268:af9e52e97154 feature/poroelastic
Add Elastic2dVariableAnisotropicMixedStencil
author | Martin Almquist <malmquist@stanford.edu> |
---|---|
date | Wed, 27 May 2020 16:44:19 -0700 |
parents | 77db2ef14191 |
children |
line wrap: on
line source
function location = sbplibLocation() scriptname = mfilename('fullpath'); [location, ~, ~] = fileparts(scriptname); end