OpenCMISS / iron

Source code repository for OpenCMISS-Iron
9 stars 62 forks source link

Setting data projection locations #176

Open chrispbradley opened 5 years ago

chrispbradley commented 5 years ago

The ability to set the projection location of a data point directly doesn't work. The ResultXiSet call sets the data projection result xi array but the fitting uses the data projection result elementXi array.

chrispbradley commented 5 years ago

Add new routines to set the result xi via ResultElementNumber, ResultElementFaceNumberSet and ResultElementLineNumberSet calls. These calls together with ResultXiSet will specify the data projection location. A DataProjectionEvaluate call is still required and any data points that do not have their result projection location set will still be projected.

chrispbradley commented 5 years ago

Fixed in https://github.com/OpenCMISS/iron/pull/177