We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
感谢作者的开源程序
main.m 程序中通过对角置一的方式施加了位移边界条件 61 - [GK,force] = boundary_chang_one(GK_u,GK_v,GK_a,fixNode,nodeForce,sumNode,ndim); 但在 ‘NewMark.m’ 中计算加速度时,没有考虑位移约束结点的加速度约束条件
main.m
61 - [GK,force] = boundary_chang_one(GK_u,GK_v,GK_a,fixNode,nodeForce,sumNode,ndim);
在计算的位移结果中,结果未严格满足位移边界条件
The text was updated successfully, but these errors were encountered:
No branches or pull requests
感谢作者的开源程序
main.m
程序中通过对角置一的方式施加了位移边界条件61 - [GK,force] = boundary_chang_one(GK_u,GK_v,GK_a,fixNode,nodeForce,sumNode,ndim);
但在 ‘NewMark.m’ 中计算加速度时,没有考虑位移约束结点的加速度约束条件
在计算的位移结果中,结果未严格满足位移边界条件
The text was updated successfully, but these errors were encountered: