![]() |
XC Open source finite element analysis program
|
#include <FiberSets.h>
Public Member Functions | |
| FiberSets (void) | |
| Constructor. | |
| DqFibras & | create_fiber_set (const std::string &nombre) |
| Creates a new fiber set. | |
| iterator | get_fiber_set (const std::string &nmb_set) |
| Creates a fiber set which name is being passed as parameter. | |
| 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. | |
| 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 identified with the tag being passed as parameter. More... | |
Fiber sets container.
| XC::FiberSets::iterator XC::FiberSets::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 identified with the tag being passed as parameter.
| nmb_set | name of the new set. |
| nmb_set_org | name of the set that contains the fibers. : material tag. |
1.8.11