MCPcopy Create free account
hub / github.com/Cantera/cantera / convertVector

Method convertVector

src/base/AnyMap.cpp:1615–1619  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1613}
1614
1615vector<double> AnyMap::convertVector(const string& key, const string& dest,
1616 size_t nMin, size_t nMax) const
1617{
1618 return units().convert(at(key).asVector<AnyValue>(nMin, nMax), dest);
1619}
1620
1621AnyMap::Iterator::Iterator(
1622 const std::unordered_map<string, AnyValue>::const_iterator& start,

Callers 9

TESTFunction · 0.80
initThermoMethod · 0.80
initThermoMethod · 0.80
setupNasaPolyFunction · 0.80
setupShomatePolyFunction · 0.80
setupNasa9PolyFunction · 0.80
initThermoMethod · 0.80
PolynomialDependencyMethod · 0.80

Calls 2

unitsFunction · 0.85
convertMethod · 0.45

Tested by 4

TESTFunction · 0.64
setupNasaPolyFunction · 0.64
setupShomatePolyFunction · 0.64
setupNasa9PolyFunction · 0.64