-
Notifications
You must be signed in to change notification settings - Fork 7
Hybrid basis specification in interp #141
Copy link
Copy link
Open
Description
I thought we replaced the pkpmhyb and gkhyb with just hybrid? However, I get the following:
gandalf@valinor ~/r/g/g/m/gkylzero> pgkyl interp -h (pgkyl)
Usage: pgkyl interp [OPTIONS]
Interpolate DG data onto a uniform mesh.
Options:
-b, --basis_type [ms|ns|mo|mt|gkhyb|pkpmhyb]
Specify DG basis.
-p, --poly_order INTEGER Specify polynomial order.
-i, --interp INTEGER Interpolation onto a general mesh of
specified amount.
-u, --use TEXT Specify a 'tag' to apply to (default all
tags).
-t, --tag TEXT Optional tag for the resulting array
-l, --label TEXT Custom label for the result
-r, --read BOOLEAN Read from general interpolation file.
-h, --help Show this message and exit.
Reactions are currently unavailable