Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/CoolProp/CoolProp
/ get_initial_array
Method
get_initial_array
src/ODEIntegrators.cpp:179–181 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
177
std::vector<double> t, h, y;
178
179
std::vector<double> get_initial_array() const override {
180
return std::vector<double>(1, 1);
181
}
182
183
void pre_step_callback() override {};
184
Callers
1
AdaptiveRK54
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected