Thanks to visit codestin.com
Credit goes to github.com

Skip to content

evaluate_volume_integral issue with subgrid integration and huygens renormalization #59

@wortiz

Description

@wortiz

The line if( subgrid_integration_active ) start_tree = create_shape_fcn_tree( ls->Integration_Depth );

Tries to create a shape fcn tree (still unsure on how this tree structure is meant to behave). but in some cases the ei structure is not set correctly which the create_shape_fcn_tree uses to malloc structures inside the tree.

When the ei is not set correctly then the arrays in the tree are not malloc'd and then goma tries to read and write to the unmalloc'd space causing segfaults.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions