Skip to content

Commit

Permalink
notes
Browse files Browse the repository at this point in the history
  • Loading branch information
s-m-e committed Feb 2, 2024
1 parent 81957b9 commit 5b1ea67
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions src/hapsira/core/math/ivp/_solve.py
Original file line number Diff line number Diff line change
Expand Up @@ -184,6 +184,20 @@ def solve_ivp(
ts = [t0]
interpolants = []

_ = """
Event:
- impl_hf (callable) -> compiled tuple
- impl_dense_hf (callable) -> compiled tuple
- terminal (const) -> input array
- direction (const) -> input array
- is_active
- g_old
- g_new
- last_t -> output array
N events -> compiled const int?
for-loop???
"""

terminals = np.array([event.terminal for event in events])

if len(events) > 0:
Expand Down

0 comments on commit 5b1ea67

Please sign in to comment.