Mercurial > repos > public > sbplib
view sbplibLocation.m @ 1323:3f4e011193f0 feature/laplace1d_variable
First implementation of Laplace1dVariable. Passes symmetry and definiteness tests.
author | Martin Almquist <malmquist@stanford.edu> |
---|---|
date | Sun, 11 Apr 2021 21:10:23 +0200 |
parents | 77db2ef14191 |
children |
line wrap: on
line source
function location = sbplibLocation() scriptname = mfilename('fullpath'); [location, ~, ~] = fileparts(scriptname); end