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

Method fixFloatingFiberOutput

SRC/recorder/MPCORecorder.cpp:2968–2974  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2966 }
2967
2968 void fixFloatingFiberOutput() {
2969 /*
2970 for some reason, some fiber-based cross section do not write the SectionOutput-tag before the FiberOutput-tag.
2971 this make things complicated and not robust. this is a workaround to fix this problem.
2972 */
2973 fixFloatingFiberOutputInternal();
2974 }
2975
2976 void fixSectionAfterFiberDueToFiberOutputFail() {
2977 /*

Callers 1

finalizeSetResponseMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected