view +grid/equidistantCurvilinearTest.m @ 656:38446922c32a feature/grids

Add function for easily creating a convergence plot
author Jonatan Werpers <jonatan@werpers.com>
date Tue, 24 Oct 2017 11:36:53 +0200
parents c5ca9bbfed41
children
line wrap: on
line source

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

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