47 #ifndef J2PlaneStress_h 48 #define J2PlaneStress_h 82 #include "J2Plasticity.h" 95 static Matrix tangent_matrix;
101 void index_map(
int matrix_index,
int &i,
int &j );
126 const std::string &
getType(
void)
const;
Float vector abstraction.
Definition: Vector.h:94
Base class for J2 isotropic hardening materials.The von Mises theory is often called “J2 plasticityâ€...
Definition: J2Plasticity.h:97
int sendSelf(Communicator &)
Sends object through the communicator argument.
Definition: J2PlaneStress.cpp:342
const Matrix & getTangent(void) const
send back the tangent
Definition: J2PlaneStress.cpp:243
Communication parameters between processes.
Definition: Communicator.h:66
NDMaterial * getCopy(void) const
make a clone of this material
Definition: J2PlaneStress.cpp:122
int recvData(const Communicator &)
Receives object members through the communicator argument.
Definition: J2PlaneStress.cpp:334
int sendData(Communicator &)
!
Definition: J2PlaneStress.cpp:326
const Matrix & getInitialTangent(void) const
Return the material initial stiffness.
Definition: J2PlaneStress.cpp:271
const Vector & getStress(void) const
send back the stress
Definition: J2PlaneStress.cpp:233
int revertToLastCommit()
Revert to the last committed state.
Definition: J2PlaneStress.cpp:310
int commitState()
Commit the state of the material.
Definition: J2PlaneStress.cpp:300
Base class for 2D and 3D materials.
Definition: NDMaterial.h:101
const std::string & getType(void) const
send back type of material
Definition: J2PlaneStress.cpp:127
int revertToStart()
Revert the material to its initial state.
Definition: J2PlaneStress.cpp:317
const Vector & getStrain(void) const
send back the strain
Definition: J2PlaneStress.cpp:222
J2PlaneStress(int tag=0)
Default constructor.
Definition: J2PlaneStress.cpp:91
int recvSelf(const Communicator &)
Receives object through the communicator argument.
Definition: J2PlaneStress.cpp:356
Open source finite element program for structural analysis.
Definition: ContinuaReprComponent.h:35
int setTrialStrainIncr(const Vector &v)
Set trial strain increment.
Definition: J2PlaneStress.cpp:205
Matrix of floats.
Definition: Matrix.h:111
int setTrialStrain(const Vector &strain_from_element)
get the strain and integrate plasticity equations
Definition: J2PlaneStress.cpp:136
int getOrder() const
send back order of strain in vector form
Definition: J2PlaneStress.cpp:132
J2 Isotropic hardening material class for plane stress problems.
Definition: J2PlaneStress.h:89