From 6c00c243f986467f3a80ab6a1a5177e7577e7680 Mon Sep 17 00:00:00 2001 From: Lorenzo Giacomel <47607756+lgiacome@users.noreply.github.com> Date: Tue, 14 Dec 2021 08:52:09 +0100 Subject: Adding EB multifabs to the Python interface (#2647) * Adding edge_lengths and face_areas to the Python interface * Added wrappers for the two new arrays of data * Adding a CI test * Fixed test name * Added customRunCmd * Added mpi in test --- Examples/Modules/embedded_boundary_python_API/analysis.py | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 Examples/Modules/embedded_boundary_python_API/analysis.py (limited to 'Examples/Modules/embedded_boundary_python_API/analysis.py') diff --git a/Examples/Modules/embedded_boundary_python_API/analysis.py b/Examples/Modules/embedded_boundary_python_API/analysis.py new file mode 100644 index 000000000..b6b2955cf --- /dev/null +++ b/Examples/Modules/embedded_boundary_python_API/analysis.py @@ -0,0 +1,10 @@ +#! /usr/bin/env python + +# This script just checks that the PICMI file executed successfully. +# If it did there will be a plotfile for the final step. + +import sys + +step = int(sys.argv[1][-5:]) + +assert step == 2 -- cgit v1.2.3