Search found 5 matches
- Wed Apr 28, 2021 12:13 pm
- Forum: Framework
- Topic: save/restore commands with OpenSeesSP
- Replies: 1
- Views: 12384
save/restore commands with OpenSeesSP
When using OpenSeesSP, I am unable to use the save/restore commands. I am getting: ShadowSubdomain::sendSelf() - NOT YET IMPLEMENTED Domain::send - element with tag 2 failed in sendSelf FE_Datastore::commitState - domain failed to sendSelf WARNING - database failed to commitState When running the ex...
- Mon Apr 12, 2021 3:05 pm
- Forum: Parallel Processing
- Topic: MPI_Channel::recvVector() - incorrect number of entries for Vector received
- Replies: 4
- Views: 15226
Re: MPI_Channel::recvVector() - incorrect number of entries for Vector received
I believe it is related to the NormUnbalance convergence test. If I change to NormDispIncr, the issue goes away.
- Mon Apr 12, 2021 1:57 pm
- Forum: Parallel Processing
- Topic: MPI_Channel::recvVector() - incorrect number of entries for Vector received
- Replies: 4
- Views: 15226
Re: MPI_Channel::recvVector() - incorrect number of entries for Vector received
vectX.size() - 24 vectX[0] = -4.43559e-06 -0.000700246 1.16597e-06 -2.14741e-06 -0.00130121 9.16138e-07 2.14741e-06 -0.00130121 -9.16138e-07 4.43559e-06 -0.000700246 -1.16597e-06 3.62509e-06 -0.00051289 3.78252e-07 1.75734e-06 -0.000940812 3.64984e-07 -1.75734e-06 -0.000940812 -3.64984e-07 -3.62509...
- Mon Apr 12, 2021 12:59 pm
- Forum: Parallel Processing
- Topic: MPI_Channel::recvVector() - incorrect number of entries for Vector received
- Replies: 4
- Views: 15226
MPI_Channel::recvVector() - incorrect number of entries for Vector received
Howdy, When using the Mumps system, I am receiving the following error: MPI_Channel::recvVector() - incorrect number of entries for Vector received: -32766 expected: 24 The call stack leading up to this failure is: OpenSeesSP.exe!MPI_Channel::recvVector(int dbTag, int commitTag, Vector & theVect...
- Sun Apr 04, 2021 9:28 am
- Forum: Framework
- Topic: Accessing Section and Fiber data from material
- Replies: 1
- Views: 12563
Accessing Section and Fiber data from material
Is it possible to access the information related to section type or fiber area from within a derived UniaxialMaterial? For example, I have a macro-mechanical material model that requires the cross-sectional area of the bar - I can input that parameter no problem. Within this model, I also include a ...