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.
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:The
gold_compute_boundary.m,gold_boundary_condition_vector.m,gold_transformations.m, andgold_time_advance.mscripts also seem to have an issue.