53 #ifndef OneRowMFreedom_Constraint_h 54 #define OneRowMFreedom_Constraint_h 67 #include "domain/constraints/MFreedom_Constraint.h" 138 boost::python::dict
getPyDict(
void)
const;
139 void setPyDict(
const boost::python::dict &);
141 virtual void Print(std::ostream &s,
int flag =0)
const;
int sendData(Communicator &comm)
Sends data through the communicator argument.
Definition: OneRowMFreedom_Constraint.cc:123
virtual int sendSelf(Communicator &)
Sends object through the communicator argument.
Definition: OneRowMFreedom_Constraint.cc:153
virtual void Print(std::ostream &s, int flag=0) const
Printing.
Definition: OneRowMFreedom_Constraint.cc:181
Communication parameters between processes.
Definition: Communicator.h:66
virtual int recvSelf(const Communicator &)
Receives object through the communicator argument.
Definition: OneRowMFreedom_Constraint.cc:167
Multi-freedom constraint.
Definition: OneRowMFreedom_Constraint.h:112
OneRowMFreedom_Constraint(int tag, int classTag)
!
Definition: OneRowMFreedom_Constraint.cc:80
boost::python::dict getPyDict(void) const
Return a Python dictionary with the object members values.
Definition: OneRowMFreedom_Constraint.cc:139
Vector of integers.
Definition: ID.h:95
virtual const int & getNodeRetained(void) const
Returns the tag of the retained (or primary) node.
Definition: OneRowMFreedom_Constraint.h:132
int recvData(const Communicator &comm)
Receives data through the communicator argument.
Definition: OneRowMFreedom_Constraint.cc:131
Open source finite element program for structural analysis.
Definition: ContinuaReprComponent.h:35
Matrix of floats.
Definition: Matrix.h:111
Multi-freedom constraint.
Definition: MFreedom_Constraint.h:113
void setPyDict(const boost::python::dict &)
Set the values of the object members from a Python dictionary.
Definition: OneRowMFreedom_Constraint.cc:146
int retainedNodeTag
Tag of the retained node.
Definition: OneRowMFreedom_Constraint.h:115