pencil.read.dims
Contains the classes and methods to read the simulation dimensions.
Classes
Dim -- holds pencil code dimension data. |
Functions
|
Wrapper for |
Module Contents
- class pencil.read.dims.Dim
Bases:
objectDim – holds pencil code dimension data.
Fill members with default values.
- mvar = 0
- maux = 0
- mglobal = 0
- precision = 'S'
- iprocz_slowest = 0
- mw = 0
- keys()
- read(datadir='data', proc=-1, ogrid=False, down=False, param=None)
dim(datadir=’data’, proc=-1)
Read the dim.dat file.
- Parameters:
- Return type:
Class containing the domain dimension information.
- pencil.read.dims.dim(*args, **kwargs)
Wrapper for
Dim.read()