For developers writing C++, Fortran, Java, code who have questions or comments to make.
Moderators: silvia, selimgunay, Moderators
-
fluozhen
- Posts: 23
- Joined: Thu May 07, 2009 7:33 pm
- Location: nuaa
Post
by fluozhen »
I'm a novice, how can I initialize the displacement of a node in the opensees with c++? Please give me an example, Thank you!
-
fmk
- Site Admin
- Posts: 5884
- Joined: Fri Jun 11, 2004 2:33 pm
- Location: UC Berkeley
-
Contact:
Post
by fmk »
if you want to set the displacement at a node look at the interface in Node.h .. hint setTrial?()
-
fluozhen
- Posts: 23
- Joined: Thu May 07, 2009 7:33 pm
- Location: nuaa
Post
by fluozhen »
[quote="fmk"]if you want to set the displacement at a node look at the interface in Node.h .. hint setTrial?()[/quote]
Thank you!