Skip to content

Gold data generation error #72

@ckendrick

Description

@ckendrick

With the latest changes to the code, some of the gold data generation scripts for the C++ version are no longer working.

I am getting the following error when running gold_coefficients.m:

>> gold_coefficients
Unrecognized method, property, or field 'type' for class 'SD_TERM'.

Error in coeff_matrix (line 46)
type    = pterm.type;

Error in gold_coefficients>generate_data (line 79)
        coeff_matrix(opts.deg,time,pde.dimensions{d},sd_term,pde.params, ...

Error in gold_coefficients (line 4)
generate_data( @fokkerplanck2_complete, levels, 'fokkerplanck2_complete', 'case', 4, 'deg', 3 );

The gold_compute_boundary.m, gold_boundary_condition_vector.m, gold_transformations.m, and gold_time_advance.m scripts also seem to have an issue.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions