Currently most of the constructor methods in QuadraturePoints reallocate the data.
We need to implement some methods which does not reallocate.
For this
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.
Currently most of the constructor methods in QuadraturePoints reallocate the data.
We need to implement some methods which does not reallocate.
For this
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.