Hi,
is it possible to change the opensess source and add a new algorithm command in opensees?
Thank you.
add a new algorithm
Moderators: silvia, selimgunay, Moderators
it is .. for versions of OpenSees up to and inclusing 2.2.1, you need to:
1) create a new subclass of EquiSolnAlgo (found in OpenSees/SRC/analysis/algorithm/equiSolnAlgo)
2) then modify the file OpenSees/SRC/commands.cpp to create an object of the new type when the algorithm command is called .. there are many algorithms in this file that can be used as templates.
1) create a new subclass of EquiSolnAlgo (found in OpenSees/SRC/analysis/algorithm/equiSolnAlgo)
2) then modify the file OpenSees/SRC/commands.cpp to create an object of the new type when the algorithm command is called .. there are many algorithms in this file that can be used as templates.