MCPcopy Create free account
hub / github.com/boutproject/BOUT-dev / getShape

Method getShape

src/sys/options.cxx:964–969  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

962} // namespace
963
964std::vector<int> Options::getShape() const {
965 if (is_loaded()) {
966 return bout::utils::visit(GetDimensions{}, value);
967 }
968 return lazy_shape;
969}
970
971fmt::format_parse_context::iterator
972bout::details::OptionsFormatterBase::parse(fmt::format_parse_context& ctx) {

Callers 6

getFieldMethod · 0.80
hasXBoundaryGuardsMethod · 0.80
readgrid_3dvar_fftMethod · 0.80
readgrid_3dvar_realMethod · 0.80
readgrid_perpvar_fftMethod · 0.80
readgrid_perpvar_realMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected