Closed keiyamamo closed 7 months ago
When using solid_properties from config file, I noticed that dx_s_id (domain ID for solid) was converted from int to float. This can cause minor problem inside VaSP for computing stress/strain. This PR should fix the issue.
solid_properties
dx_s_id
int
float
VaSP
When using
solid_properties
from config file, I noticed thatdx_s_id
(domain ID for solid) was converted fromint
tofloat
. This can cause minor problem insideVaSP
for computing stress/strain. This PR should fix the issue.