view +grid/equidistantCurvilinearTest.m @ 588:42124009f940 feature/better_multiblock_defs

Add domain definition for circle.
author Jonatan Werpers <jonatan@werpers.com>
date Mon, 11 Sep 2017 13:50:29 +0200
parents c5ca9bbfed41
children
line wrap: on
line source

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

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