Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenFOAM/OpenFOAM-dev
/ solve
Function
solve
src/ODE/ODESolvers/ODESolver/ODESolver.C:115–125 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
113
114
115
void Foam::ODESolver::solve
116
(
117
scalar& x,
118
scalarField& y,
119
scalar& dxTry
120
) const
121
{
122
stepState step(dxTry);
123
solve(x, y, step);
124
dxTry = step.dxTry;
125
}
126
127
128
void Foam::ODESolver::solve
Callers
nothing calls this directly
Calls
1
exit
Function · 0.50
Tested by
no test coverage detected