Hello,
I'm using the Matlab LiveLink. The code below is used to obtain the total degrees of freedom of the model:
info = mphxmeshinfo(model);
info.ndofs
Is it possible to list the number of DOF present in a specific geometric domain, instead of the total number of DOF in the whole model?
Any help would be appreciated!
Martijn
I'm using the Matlab LiveLink. The code below is used to obtain the total degrees of freedom of the model:
info = mphxmeshinfo(model);
info.ndofs
Is it possible to list the number of DOF present in a specific geometric domain, instead of the total number of DOF in the whole model?
Any help would be appreciated!
Martijn