Skip to content

No allocattion in QuadraturePoint #327

@vickysharma0812

Description

@vickysharma0812

Currently most of the constructor methods in QuadraturePoints reallocate the data.

We need to implement some methods which does not reallocate.

For this

  • Add txi to QuadraturePoint
  • Add nrow, and ncol to QuadraturePoint

nrow and ncol denotes the extent of valid data in quadraturePoint. This means we need to check places where obj%points is directly accessed. This is a little difficult task but it is very important to finish.

Metadata

Metadata

Labels

No fields configured for Feature.

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions