From e4e7848c0d4ac658f1f04287b1624bef88bd1103 Mon Sep 17 00:00:00 2001
From: jstark <jstark@mpi-cbg.de>
Date: Thu, 10 Jun 2021 11:13:32 +0200
Subject: [PATCH] Changed gradient type from double[dims] to Point<dims,
 double> because preferred by Paraview and because Point has already a
 function norm, s.t. getting the gradient magnitude doesn't require an extra
 function.

---
 openfpm_numerics | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/openfpm_numerics b/openfpm_numerics
index d2fe7f0b9..e234c0281 160000
--- a/openfpm_numerics
+++ b/openfpm_numerics
@@ -1 +1 @@
-Subproject commit d2fe7f0b9818476e414a549a28b721b3833588d8
+Subproject commit e234c0281f2b2ff1474306c77a62462f8d0971da
-- 
GitLab