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

Method addYS_EvolutionModel

SRC/modelbuilder/tcl/TclModelBuilder.cpp:857–867  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

855}
856
857int
858TclModelBuilder::addYS_EvolutionModel(YS_Evolution &theModel)
859{
860 bool result = theYS_EvolutionModels->addComponent(&theModel);
861 if (result == true)
862 return 0;
863 else {
864 opserr << "TclModelBuilder::addYS_EvolutionModel() - failed to add model " << theModel;
865 return -1;
866 }
867}
868
869
870YS_Evolution *

Callers 1

addTclYS_EvolutionFunction · 0.80

Calls 1

addComponentMethod · 0.45

Tested by

no test coverage detected