xc
|
#include <FiberData.h>
Public Member Functions | |
FiberData (const int &sz) | |
Constructor. | |
FiberData (const SectionGeometry &) | |
Constructor. | |
void | setPtrMaterial (const int &i, Material *mat) |
size_t | size (void) const |
size_t | PutCells (const size_t &, const RegionContainer &) |
Put the cells of the regions being passed as parameters. | |
size_t | putReinforcementLayers (const size_t &, const ListReinfLayer &) |
Coloca las barras de la lista being passed as parameter. | |
void | get2DFibers (fiber_list &) const |
Populates the fiber container with UniaxialFiber2d objects. | |
void | get3DFibers (fiber_list &) const |
Populates the fiber container with UniaxialFiber3d objects. | |
Fiber data.