view +grid/equidistantCurvilinearTest.m @ 694:1157375c678a feature/quantumTriangles

Add oposit jacobian to penalty term
author Ylva Rydin <ylva.rydin@telia.com>
date Tue, 19 Sep 2017 09:47:14 +0200
parents c5ca9bbfed41
children
line wrap: on
line source

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

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