Skip to content

Gridue converter does not produce the expected corner variables #150

Description

@mrhardman

The gridue converter from #146 could be improved by outputting the corner variables that are written by Hypnotoad. These variables are important for plotting and for other meshing applications.

The expected variables related to corners are

        double Rxy_corners(x, y) ;
                Rxy_corners:bout_type = "Field2D" ;
        double Rxy_lower_right_corners(x, y) ;
                Rxy_lower_right_corners:bout_type = "Field2D" ;
        double Rxy_upper_right_corners(x, y) ;
                Rxy_upper_right_corners:bout_type = "Field2D" ;
        double Rxy_upper_left_corners(x, y) ;
                Rxy_upper_left_corners:bout_type = "Field2D" ;
        double Zxy_corners(x, y) ;
                Zxy_corners:bout_type = "Field2D" ;
        double Zxy_lower_right_corners(x, y) ;
                Zxy_lower_right_corners:bout_type = "Field2D" ;
        double Zxy_upper_right_corners(x, y) ;
                Zxy_upper_right_corners:bout_type = "Field2D" ;
        double Zxy_upper_left_corners(x, y) ;
                Zxy_upper_left_corners:bout_type = "Field2D" ;

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions