52 #ifndef Bidirectional_h 53 #define Bidirectional_h 65 #include <material/section/SectionForceDeformation.h> 82 mutable double eP_n1[2];
85 mutable double q_n1[2];
88 mutable double alpha_n1;
96 Bidirectional(
int tag,
double E,
double sigY,
double Hiso,
double Hkin);
107 virtual double getStrain(
const double &,
const double &)
const;
109 int commitState(
void);
120 void Print(std::ostream &s,
int flag = 0);
const Vector & getInitialSectionDeformation(void) const
Returns the initial generalized strains.
Definition: Bidirectional.cpp:253
int revertToStart(void)
Revert to the last commited state.
Definition: Bidirectional.cpp:296
int revertToLastCommit(void)
Revert to the last commited state.
Definition: Bidirectional.cpp:292
Float vector abstraction.
Definition: Vector.h:93
const Matrix & getSectionTangent(void) const
Returns the tangent stiffness matrix.
Definition: Bidirectional.cpp:106
void zeroInitialSectionDeformation(void)
Returns the initial generalized strains.
Definition: Bidirectional.cpp:245
int sendData(CommParameters &)
Send object members through the channel being passed as parameter.
Definition: Bidirectional.cpp:338
const Vector & getSectionDeformation(void) const
Returns material's trial generalized deformation.
Definition: Bidirectional.cpp:262
int setInitialSectionDeformation(const Vector &v)
Set the value of the initial deformation.
Definition: Bidirectional.cpp:90
Bidirectional(int tag, double E, double sigY, double Hiso, double Hkin)
Constructor.
Definition: Bidirectional.cpp:60
int sendSelf(CommParameters &)
Send object through the communicator argument.
Definition: Bidirectional.cpp:360
int recvSelf(const CommParameters &)
Receive object through the communicator argument.
Definition: Bidirectional.cpp:375
const Matrix & getInitialTangent(void) const
Returns the initial tangent stiffness matrix.
Definition: Bidirectional.cpp:179
const ResponseId & getType(void) const
Get material type.
Definition: Bidirectional.cpp:331
void Print(std::ostream &s, int flag=0)
Print stuff.
Definition: Bidirectional.cpp:395
SectionForceDeformation * getCopy(void) const
Virtual constructor.
Definition: Bidirectional.cpp:312
Stiffness material contribution response identifiers.
Definition: ResponseId.h:60
const Vector & getStressResultant(void) const
Returns the cross-section stress resultant.
Definition: Bidirectional.cpp:187
int getOrder(void) const
Return the number of response quantities provided by the section.
Definition: Bidirectional.cpp:334
??
Definition: Bidirectional.h:71
Open source finite element program for structural analysis.
Definition: ContinuaReprComponent.h:34
int recvData(const CommParameters &)
Receives object members through the channel being passed as parameter.
Definition: Bidirectional.cpp:349
Communication parameters between processes.
Definition: CommParameters.h:65
Matrix of floats.
Definition: Matrix.h:108
int setTrialSectionDeformation(const Vector &v)
Set the value of the trial deformation.
Definition: Bidirectional.cpp:98
virtual double getStrain(const double &, const double &) const
Returns strain at the position being passed as parameter.
Definition: Bidirectional.cpp:271