embedded3: the flag driver's dt-scale knob (the loads' dt ladder)
CI / Test (ubuntu-latest) (push) Blocked by required conditions
CI / Python Bindings (maturin) (macos-latest) (push) Blocked by required conditions
CI / Python Bindings (maturin) (ubuntu-latest) (push) Blocked by required conditions
CI / WASM Build + Size Check (push) Blocked by required conditions
CI / Distributed Training Tests (push) Blocked by required conditions
CI / Build (macos-latest) (push) Waiting to run
CI / Test (macos-latest) (push) Blocked by required conditions
CI / CI Success (push) Blocked by required conditions
CI / Clippy Check (push) Failing after 3s
CI / Build (ubuntu-latest) (push) Failing after 4s
Performance Benchmarks / Run Benchmarks (push) Failing after 5s
CI / Format Check (push) Failing after 5s
Documentation / Build User Guide (push) Successful in 6s
Documentation / Build API Documentation (push) Failing after 53s
CI / Build CPU-Only (Explicit) (push) Failing after 53s
CI / Test (ubuntu-latest) (push) Blocked by required conditions
CI / Python Bindings (maturin) (macos-latest) (push) Blocked by required conditions
CI / Python Bindings (maturin) (ubuntu-latest) (push) Blocked by required conditions
CI / WASM Build + Size Check (push) Blocked by required conditions
CI / Distributed Training Tests (push) Blocked by required conditions
CI / Build (macos-latest) (push) Waiting to run
CI / Test (macos-latest) (push) Blocked by required conditions
CI / CI Success (push) Blocked by required conditions
CI / Clippy Check (push) Failing after 3s
CI / Build (ubuntu-latest) (push) Failing after 4s
Performance Benchmarks / Run Benchmarks (push) Failing after 5s
CI / Format Check (push) Failing after 5s
Documentation / Build User Guide (push) Successful in 6s
Documentation / Build API Documentation (push) Failing after 53s
CI / Build CPU-Only (Explicit) (push) Failing after 53s
Co-Authored-By: Claude Fable 5.1 <[email protected]>
This commit is contained in:
co-authored by
Claude Fable 5.1
parent
9c58fdf602
commit
680041d63d
@@ -130,7 +130,8 @@ fn flag_wake_on_the_device() {
|
|||||||
let nz = ny;
|
let nz = ny;
|
||||||
let r_edge = h;
|
let r_edge = h;
|
||||||
let dt_cfl = 0.3 * h / (U_M.max(2.0 * std::f64::consts::PI * FREQ * AMP));
|
let dt_cfl = 0.3 * h / (U_M.max(2.0 * std::f64::consts::PI * FREQ * AMP));
|
||||||
let dt = dt_cfl.min(0.5 * h * h / (6.0 * NU));
|
// `RTX_E3_FLAG_DT_SCALE` scales the step (the dt ladder of the loads).
|
||||||
|
let dt = dt_cfl.min(0.5 * h * h / (6.0 * NU)) * env_f("RTX_E3_FLAG_DT_SCALE", 1.0);
|
||||||
let period = 1.0 / FREQ;
|
let period = 1.0 / FREQ;
|
||||||
let t_end = periods * period;
|
let t_end = periods * period;
|
||||||
let mut solver = Solver::new(
|
let mut solver = Solver::new(
|
||||||
|
|||||||
Reference in New Issue
Block a user