aboutsummaryrefslogtreecommitdiff
path: root/transfer.h
diff options
context:
space:
mode:
authorAnton Khirnov <anton@khirnov.net>2019-03-23 19:34:48 +0100
committerAnton Khirnov <anton@khirnov.net>2019-03-25 08:27:15 +0100
commite1d1bdc0d20cc379f2cf31fca84f6179eba0cb36 (patch)
tree93380722784295565802ad37b118b8bb007c446d /transfer.h
parent71ad1d672f3724426184e799252b87c1d54cb115 (diff)
mg2d: use appropriate full-weighted restriction for 3rd order FDs
Diffstat (limited to 'transfer.h')
-rw-r--r--transfer.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/transfer.h b/transfer.h
index f9d0870..424ca64 100644
--- a/transfer.h
+++ b/transfer.h
@@ -28,6 +28,7 @@ enum GridTransferOperator {
GRID_TRANSFER_LAGRANGE_1,
GRID_TRANSFER_LAGRANGE_3,
GRID_TRANSFER_FW_1,
+ GRID_TRANSFER_FW_3,
};
typedef struct RegularGrid2D {