MCPcopy Create free account
hub / github.com/AMReX-Astro/Castro / initialTimeStep

Method initialTimeStep

Source/driver/Castro.cpp:1558–1573  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1556}
1557
1558Real
1559Castro::initialTimeStep ()
1560{
1561 Real init_dt = 0.0;
1562
1563 if (initial_dt > 0.0)
1564 {
1565 init_dt = initial_dt;
1566 }
1567 else
1568 {
1569 init_dt = init_shrink*estTimeStep();
1570 }
1571
1572 return init_dt;
1573}
1574
1575Real
1576Castro::estTimeStep (int is_new)

Callers 1

computeInitialDtMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected