MCPcopy Create free account
hub / github.com/OpenSees/OpenSees / getInputParameters

Method getInputParameters

SRC/material/nD/FSAM.cpp:2720–2736  ·  view source on GitHub ↗

Function that returns input parameters - added for SFI_MVLEM_3D

Source from the content-addressed store, hash-verified

2718
2719// Function that returns input parameters - added for SFI_MVLEM_3D
2720Vector FSAM::getInputParameters(void)
2721{
2722 Vector input_par(12); // size = max number of parameters (assigned + default)
2723
2724 input_par.Zero();
2725
2726 input_par(0) = this->getTag();
2727 input_par(1) = rho;
2728 input_par(2) = fpc;
2729 input_par(3) = roux;
2730 input_par(4) = rouy;
2731 input_par(5) = nu;
2732 input_par(6) = alfadow;
2733 input_par(9) = Ec; // added for quadWall element
2734
2735 return input_par;
2736}

Callers 1

getResponseMethod · 0.95

Calls 2

ZeroMethod · 0.45
getTagMethod · 0.45

Tested by

no test coverage detected