We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 886dc59 commit 97f7020Copy full SHA for 97f7020
src/maketype.jl
@@ -28,6 +28,7 @@ function maketype(name,param_dict,origex,funcs,syms,fex;
28
invW::W
29
invW_t::Wt
30
paramjac::PJ
31
+ mass_matrix::LinearAlgebra.UniformScaling{Bool}
32
origex::Expr
33
funcs::Vector{Expr}
34
pfuncs::Vector{Expr}
@@ -70,7 +71,8 @@ function maketype(name,param_dict,origex,funcs,syms,fex;
70
71
constructorex = :($(name)() =
72
$(name)($f_expr,nothing,
73
$jac_expr,$tgrad_expr,$invW_expr,$invW_t_expr,$param_jac_expr,
- $new_ex,$funcs,$pfuncs,$d_pfuncs,$syms,$symjac,$symtgrad,
74
+ $(LinearAlgebra.I),$new_ex,$funcs,$pfuncs,$d_pfuncs,
75
+ $syms,$symjac,$symtgrad,
76
$tgradex_ex,$Jex_ex,$expJex_ex,$param_Jex_ex,
77
$invJex_ex,$invWex_ex,$invWex_t_ex,
78
$Hex_ex,$invHex_ex,$fex_ex,$pex_ex,$vector_ex_ex,
0 commit comments