View Issue Details

IDProjectCategoryView StatusLast Update
0002740OpenFOAMBugpublic2017-10-26 15:55
ReporterThalenberghen Assigned Tohenry  
PriorityhighSeveritycrashReproducibilityalways
Status resolvedResolutionfixed 
PlatformIndependentOSOtherOS Version(please specify)
Product Versiondev 
Summary0002740: Basic Matrix-Field Multiplication broken for Rectangular matrices
DescriptionIn Matrix.C the basic Matrix-Field Multiplication reserves Memory for the result of length f.size(), whereas it then procedes to (correctly) write M.m() entries into it.

This breaks if the two are not the same.
Steps To ReproduceObvious from code level.
TagsNo tags attached.

Activities

henry

2017-10-26 15:55

manager   ~0008944

Thanks for the report

Resolved in OpenFOAM-5.x by commit effd8186ab9ed30aaa47962417f56f97aafa0671

Resolved in OpenFOAM-dev by commit daee51f762cacedaf2073061fc2c5086563a2e1b

Issue History

Date Modified Username Field Change
2017-10-26 11:53 Thalenberghen New Issue
2017-10-26 15:55 henry Assigned To => henry
2017-10-26 15:55 henry Status new => resolved
2017-10-26 15:55 henry Resolution open => fixed
2017-10-26 15:55 henry Fixed in Version => 5.x
2017-10-26 15:55 henry Note Added: 0008944