XC Open source finite element analysis program
Public Member Functions | List of all members

Fiber sets container. More...

#include <FiberSets.h>

Inheritance diagram for XC::FiberSets:

Public Member Functions

 FiberSets (void)
 Constructor.
 
DqFibrascreate_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...
 

Detailed Description

Fiber sets container.

Member Function Documentation

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.

Parameters
nmb_setname of the new set.
nmb_set_orgname of the set that contains the fibers. : material tag.

The documentation for this class was generated from the following files: