view +grid/equidistantCurvilinearTest.m @ 551:c5a7a13c03dc feature/grids/laplace_refactor

Switch to using spdiag instead of spdiags
author Jonatan Werpers <jonatan@werpers.com>
date Mon, 28 Aug 2017 19:01:40 +0200
parents c5ca9bbfed41
children
line wrap: on
line source

function tests = equdistantCurvilinearTest()
    tests = functiontests(localfunctions);
end

function testNoTests(testCase)
    testCase.verifyFail();
end