41 class FiberSets:
public std::map<std::string,DqFibras>,
public EntCmd
49 iterator
resel_mat_tag(
const std::string &nmb_set,
const std::string &nmb_set_org,
const int &matTag);
DqFibras & create_fiber_set(const std::string &nombre)
Creates a new fiber set.
Definition: FiberSets.cc:38
FiberSets(void)
Constructor.
Definition: FiberSets.cc:33
iterator resel_mat_tag(const std::string &nmb_set, const std::string &nmb_set_org, const int &matTag)
Creates a fiber set with the fibers that belongs to the set named nmb_set_org, and have the material ...
Definition: FiberSets.cc:76
Contenedor de fibras.
Definition: DqFibras.h:66
Fiber sets container.
Definition: FiberSets.h:41
iterator get_fiber_set(const std::string &nmb_set)
Creates a fiber set which name is being passed as parameter.
Definition: FiberSets.cc:49
iterator sel_mat_tag(DqFibras &fibras, const std::string &nmb_set, const int &matTag)
Creates a fiber set which material has the tag being passed as parameter.
Definition: FiberSets.cc:64
================================================================================
Definition: ContinuaReprComponent.h:34