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

Method adjacent

include/cantera/base/Solution.h:102–104  ·  view source on GitHub ↗

Get the Solution object for an adjacent phase by index

Source from the content-addressed store, hash-verified

100
101 //! Get the Solution object for an adjacent phase by index
102 shared_ptr<Solution> adjacent(size_t i) {
103 return m_adjacent.at(i);
104 }
105
106 //! Get the Solution object for an adjacent phase by name
107 shared_ptr<Solution> adjacent(const string& name) {

Callers 10

TESTFunction · 0.80
TESTFunction · 0.80
TESTFunction · 0.80
TEST_FFunction · 0.80
testProblemFunction · 0.80
mainFunction · 0.80
newSolutionFunction · 0.80
addPhaseMethod · 0.80
toYamlStringMethod · 0.80
soln_adjacentFunction · 0.80

Calls

no outgoing calls

Tested by 2

TESTFunction · 0.64
TESTFunction · 0.64