improve docs
parent
e4cd16564c
commit
ecaaef4623
|
|
@ -16,7 +16,7 @@ using .Laplacian
|
|||
# Arguments:
|
||||
`U`: activator matrix
|
||||
`V`: inhibitor matrix
|
||||
`param_obs`: used parameters from FHNParams
|
||||
`param_obs`: used parameters from CombinedPDEParams
|
||||
`dx`: dx
|
||||
`dt`: dt
|
||||
"""
|
||||
|
|
|
|||
|
|
@ -14,7 +14,7 @@ using .Laplacian
|
|||
# Arguments:
|
||||
`U`: activator matrix
|
||||
`V`: inhibitor matrix
|
||||
`param_obs`: used parameters from FHNParams
|
||||
`param_obs`: used parameters from CombinedPDEParams
|
||||
`dx`: dx
|
||||
"""
|
||||
function step_gray_scott!(U, V, params_obs::Observable; dx=1)
|
||||
|
|
|
|||
Loading…
Reference in New Issue