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

Method makeHeader

SRC/recorder/MPCORecorder.cpp:2960–2966  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2958 }
2959
2960 mpco::element::OutputDescriptorHeader makeHeader()const {
2961 mpco::element::OutputDescriptorHeader header;
2962 std::list<int> temp_path;
2963 int temp_gp_id(-1);
2964 makeHeaderInternal(header, temp_path, temp_gp_id);
2965 return header;
2966 }
2967
2968 void fixFloatingFiberOutput() {
2969 /*

Callers 1

initElementRecordersMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected