34 #include "utility/actor/actor/MovableObject.h" 49 bool exists(
const std::string &);
53 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:77
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:62
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
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:89
FiberSet & create_fiber_set(const std::string &)
Creates a new fiber set.
Definition: FiberSets.cc:48
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:168
int sendData(Communicator &)
Send object members through the communicator argument.
Definition: FiberSets.cc:108
int sendSelf(Communicator &)
Sends object through the communicator argument.
Definition: FiberSets.cc:155
int recvData(const Communicator &)
Receives object through the communicator argument.
Definition: FiberSets.cc:132