Skip to content
Snippets Groups Projects
Commit 2a7f8162 authored by Martin Bauer's avatar Martin Bauer
Browse files

Phasefield 2D angle testcase

parent 15b45891
No related branches found
No related tags found
No related merge requests found
...@@ -378,3 +378,6 @@ class SerialDataHandling(DataHandling): ...@@ -378,3 +378,6 @@ class SerialDataHandling(DataHandling):
@property @property
def world_rank(self): def world_rank(self):
return 0 return 0
def save_all(self, file):
np.savez_compressed(file, **self.cpu_arrays)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment