34 #include "utility/actor/actor/MovableObject.h" 49 boost::python::list
getKeys(
void)
const;
50 bool exists(
const std::string &);
54 iterator
resel_mat_tag(
const std::string &,
const std::string &,
const int &);
iterator sel_mat_tag(FiberSet &, const std::string &, const int &)
Creates a fiber set which material has the tag being passed as parameter.
Definition: FiberSets.cc:89
Communication parameters between processes.
Definition: Communicator.h:66
Object that can move between processes.
Definition: MovableObject.h:100
iterator get_fiber_set(const std::string &)
Creates a fiber set which name is being passed as parameter.
Definition: FiberSets.cc:74
Fiber sets container.
Definition: FiberSets.h:41
Fiber double ended queue.
Definition: FiberSet.h:40
Objet that can execute python scripts.
Definition: CommandEntity.h:40
boost::python::list getKeys(void) const
Return a Python list containing the set names on this container.
Definition: FiberSets.cc:48
bool exists(const std::string &)
Return true if the set already exists.
Definition: FiberSets.cc:39
iterator resel_mat_tag(const std::string &, const std::string &, const int &)
Creates a fiber set with the fibers that belongs to the set named origin_set_name, and have the material identified with the tag being passed as parameter.
Definition: FiberSets.cc:101
FiberSet & create_fiber_set(const std::string &)
Creates a new fiber set.
Definition: FiberSets.cc:60
Open source finite element program for structural analysis.
Definition: ContinuaReprComponent.h:35
FiberSets(void)
Constructor.
Definition: FiberSets.cc:34
int recvSelf(const Communicator &)
Receives object through the communicator argument.
Definition: FiberSets.cc:180
int sendData(Communicator &)
Send object members through the communicator argument.
Definition: FiberSets.cc:120
int sendSelf(Communicator &)
Sends object through the communicator argument.
Definition: FiberSets.cc:167
int recvData(const Communicator &)
Receives object through the communicator argument.
Definition: FiberSets.cc:144