Skip to content

Commit

Permalink
Rename CVODE subblocks with more apt names
Browse files Browse the repository at this point in the history
  • Loading branch information
JCGoran committed Oct 16, 2024
1 parent 8bc7d18 commit 40cb10b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/language/codegen.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -96,11 +96,11 @@
type: Name
node_name: true
suffix: {value: " "}
- function_block:
brief: "Block with statements of the form Dvar = f(var)"
- nonstiff_block:
brief: "Block with statements of the form Dvar = f(var), used for updating non-stiff systems"
type: StatementBlock
- diagonal_jacobian_block:
brief: "Block with statements of the form Dvar = Dvar / (1 - dt * J(f))"
- stiff_block:
brief: "Block with statements of the form Dvar = Dvar / (1 - dt * J(f)), used for updating stiff systems"
type: StatementBlock
brief: "Represents a block used for variable timestep integration (CVODE) of DERIVATIVE blocks"
- LongitudinalDiffusionBlock:
Expand Down

0 comments on commit 40cb10b

Please sign in to comment.