From 785d14d7d111a1120b9595385c38dde6267ade95 Mon Sep 17 00:00:00 2001 From: diener Date: Mon, 11 Oct 2004 20:16:00 +0000 Subject: Added 4-3 Full restricted norm operators. Added parameter to choose the type of differences (diagonal, full restricted). Added routine to return the coefficient of the norm at the boundary. Added routine to return the mask for the norm calculation. git-svn-id: https://svn.cct.lsu.edu/repos/numrel/LSUThorns/SummationByParts/trunk@10 f69c4107-0314-4c4f-9ad4-17e986b73f4a --- param.ccl | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'param.ccl') diff --git a/param.ccl b/param.ccl index 4881ebf..285f928 100644 --- a/param.ccl +++ b/param.ccl @@ -1,6 +1,12 @@ # Parameter definitions for thorn SummationByParts # $Header$ +KEYWORD norm_type "Type of norm" +{ + "Diagonal" :: "Diagonal norm" + "Full restricted" :: "Full resricted norm" +} "Diagonal" + INT order "Order of accuracy" STEERABLE=always { 2:8:2 :: "" -- cgit v1.2.3