what is getB()?

For developers writing C++, Fortran, Java, code who have questions or comments to make.

Moderators: silvia, selimgunay, Moderators

Post Reply
Ben

what is getB()?

Post by Ben » Tue Feb 01, 2005 4:03 am

CTestStructureUnbalance.cpp

const Vector &x = theSOE->getB();

What is getB() ?
->Nodal Unbalance 、 Element Unbalance or other ?

fmk
Site Admin
Posts: 5883
Joined: Fri Jun 11, 2004 2:33 pm
Location: UC Berkeley
Contact:

Post by fmk » Tue Feb 01, 2005 12:13 pm

the right hand side of the matrix equation .. Ax=b .. what it is depends
on the integrator & constraint handler.

Post Reply