|
xc
|
#include <FiberSets.h>
Public Member Functions | |
| FiberSets (void) | |
| Constructor. | |
| bool | exists (const std::string &) |
| Return true if the set already exists. | |
| FiberSet & | create_fiber_set (const std::string &) |
| Creates a new fiber set. | |
| iterator | get_fiber_set (const std::string &) |
| Creates a fiber set which name is being passed as parameter. | |
| iterator | sel_mat_tag (FiberSet &, const std::string &, const int &) |
| Creates a fiber set which material has the tag being passed as parameter. | |
| 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. More... | |
Fiber sets container.
| XC::FiberSets::iterator XC::FiberSets::resel_mat_tag | ( | const std::string & | set_name, |
| const std::string & | origin_set_name, | ||
| const int & | matTag | ||
| ) |
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.
| set_name | name of the new set. |
| origin_set_name | name of the set that contains the fibers. : material tag. |
1.8.12