APSIS-ANALYSIS/PERIGEE

clean a std vector with a VEC_T function

ju-liu opened this issue · 1 comments

We need a helper function that truely empty a std vector with its size and capacity to zero.

For example, Solid_Prestress needs this function to free the memory in a fluid element.

VEC_T::clean do this job. We need to call this clean function whenever needed.