59 #ifndef FiberSectionGJ_h 60 #define FiberSectionGJ_h 62 #include <material/section/fiber_section/FiberSection3dBase.h> 63 #include <utility/matrix/Matrix.h> 67 class FiberSectionRepr;
89 virtual void setupFibers(
void);
91 inline const double &getGJ(
void)
const 100 int getOrder (
void)
const;
104 void Print(std::ostream &s,
int flag = 0);
std::list< Fiber * > contenedor_fibras
Contenedor de fibras.
Definition: contenedor_fibras.h:36
Base class for fiber sections on three-dimensional problems.
Definition: FiberSection3dBase.h:73
int setInitialSectionDeformation(const Vector &deforms)
Establece los valores de las initial strains.
Definition: FiberSectionGJ.cpp:97
Fiber section with torsional stiffness.
Definition: FiberSectionGJ.h:72
Stiffness material contribution response identifiers.
Definition: ResponseId.h:60
SectionForceDeformation * getCopy(void) const
Virtual constructor.
Definition: FiberSectionGJ.cpp:114
Fiber section representation.
Definition: FiberSectionRepr.h:78
void Print(std::ostream &s, int flag=0)
Imprime el objeto.
Definition: FiberSectionGJ.cpp:146
int setTrialSectionDeformation(const Vector &deforms)
Sets trial generalized strains values.
Definition: FiberSectionGJ.cpp:104
Fiber * addFiber(Fiber &theFiber)
Adds a fiber to the section.
Definition: FiberSectionGJ.cpp:93
Contenedor de fibras.
Definition: DqFibras.h:66
const Matrix & getInitialTangent(void) const
Return the initial tangent stiffness matrix.
Definition: FiberSectionGJ.cpp:111
Material handler (definition, searching,...).
Definition: MaterialLoader.h:45
Section fiber.
Definition: Fiber.h:89
Communication parameters between processes.
Definition: CommParameters.h:65
================================================================================
Definition: ContinuaReprComponent.h:34
int revertToStart(void)
Return to the initial state.
Definition: FiberSectionGJ.cpp:131
int revertToLastCommit(void)
Returns to last commited state.
Definition: FiberSectionGJ.cpp:124