MODULE ConvergenceFactor CATEGORY Transformation DESCRIPTION Calculation of the convergence factor LOADABLE ConvergenceFactor; INPUT function_1; field; (none); field 1 INPUT function_2; field; (none); field 2 INPUT function_3; field; (none); field 3 INPUT delta_1; scalar; (none); delta 1 INPUT delta_2; scalar; (none); delta 2 INPUT delta_3; scalar; (none); delta 33 OUTPUT Value_of_n; field; MODULE ImportHDF5 CATEGORY Import and Export DESCRIPTION Imports datasets from an HDF5 file FLAGS ASYNC LOADABLE ImportHDF5 INPUT filename; string; (none); filename or URL of the HDF5 file to import datasets from INPUT origin; integer list or vector; NULL; lower-left corner grid point of the slab to read INPUT thickness; integer list or vector; NULL; thickness in grid points of the slab to read INPUT stride; integer list or vector; NULL; include every -th grid point in the slab to read INPUT index; integer; 0; index of the dataset to import INPUT reopen [visible:0]; flag; false; reopen file on each execution (for non-persistent files such as streamed data) INPUT single_precision [visible:0]; flag; true; import double precision floating-point datasets as single precision INPUT user [visible:0]; string; (none); user name for standard Ftp authentification during remote file access INPUT password [visible:0]; string; (none); password for standard Ftp authentification during remote file access INPUT subject [visible:0]; string; (none); subject name for GSI authentification during remote file access INPUT num_streams [visible:0]; integer; 1; number of parallel streams to use during remote file access OUTPUT result; field; the imported dataset OUTPUT max_index; integer; largest possible dataset index (total number of datasets in the HDF5 file, minus 1) MODULE ImportCactusHDF5 CATEGORY Import and Export DESCRIPTION Imports datasets from a Cactus HDF5 file FLAGS ASYNC LOADABLE ImportHDF5 INPUT filename; string; (none); filename or URL of the Cactus HDF5 file to import datasets from INPUT origin; integer list or vector; NULL; lower-left corner grid point of the slab to read INPUT thickness; integer list or vector; NULL; thickness in grid points of the slab to read INPUT stride; integer list or vector; NULL; include every -th grid point in the slab to read INPUT index; integer; 0; index of the dataset to import INPUT reopen [visible:0]; flag; false; reopen file on each execution (for non-persistent files such as streamed data) INPUT single_precision [visible:0]; flag; true; import double precision floating-point datasets as single precision INPUT user [visible:0]; string; (none); user name for standard Ftp authentification during remote file access INPUT password [visible:0]; string; (none); password for standard Ftp authentification during remote file access INPUT subject [visible:0]; string; (none); subject name for GSI authentification during remote file access INPUT num_streams [visible:0]; integer; 1; number of parallel streams to use during remote file access OUTPUT result; field; the imported dataset OUTPUT max_index; integer; largest possible dataset index (total number of datasets in the Cactus HDF5 file, minus 1) MODULE ImportCarpetHDF5 CATEGORY Import and Export DESCRIPTION Imports time-dependent fixed mesh refinement data from a Carpet HDF5 file FLAGS ASYNC LOADABLE ImportHDF5 INPUT filename; string; (none); filename or URL of the HDF5 file to import data from INPUT origin; integer list or vector; NULL; lower-left corner grid point of the slab to read INPUT thickness; integer list or vector; NULL; thickness in grid points of the slab to read INPUT stride; integer list or vector; NULL; include every -th grid point in the slab to read INPUT levels; integer list or vector; NULL; refinement levels to include in the imported timestep INPUT timestep; integer; 0; timestep to import INPUT reopen [visible:0]; flag; false; reopen file on each execution (for non-persistent files such as streamed data) INPUT single_precision [visible:0]; flag; true; import double precision floating-point datasets as single precision INPUT user [visible:0]; string; (none); user name for standard Ftp authentification during remote file access INPUT password [visible:0]; string; (none); password for standard Ftp authentification during remote file access INPUT subject [visible:0]; string; (none); subject name for GSI authentification during remote file access INPUT num_streams [visible:0]; integer; 1; number of parallel streams to use during remote file access OUTPUT result; group; the imported timestep OUTPUT bboxes; group; bounding boxes of all active levels of the imported timestep OUTPUT max_timestep; integer; largest possible timestep (total number of timesteps in the HDF5 file, minus 1) MODULE ImportAHFinderFile CATEGORY Import and Export DESCRIPTION Imports AHFinder data from an HDF5 file LOADABLE ImportHDF5 INPUT name; string; (none); file name OUTPUT result; field; imported field