39 class FiberSets:
public std::map<std::string,FiberSet>,
public CommandEntity
44 bool exists(
const std::string &);
48 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:76
iterator get_fiber_set(const std::string &)
Creates a fiber set which name is being passed as parameter.
Definition: FiberSets.cc:61
Fiber sets container.
Definition: FiberSets.h:39
Fiber double ended queue.
Definition: FiberSet.h:39
bool exists(const std::string &)
Return true if the set already exists.
Definition: FiberSets.cc:38
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:88
FiberSet & create_fiber_set(const std::string &)
Creates a new fiber set.
Definition: FiberSets.cc:47
Open source finite element program for structural analysis.
Definition: ContinuaReprComponent.h:34
FiberSets(void)
Constructor.
Definition: FiberSets.cc:33