RobinHankin / stokes

methods for exterior calculus
https://robinhankin.github.io/stokes/
3 stars 0 forks source link

possible bug in ```kform_general(n,0)``` #8

Closed RobinHankin closed 5 years ago

RobinHankin commented 5 years ago

Related to #7

         val
 1 2  =    1
 1 3  =    1
 2 3  =    1
 kform_general(3,1)
       val
 1  =    1
 2  =    1
 3  =    1
 kform_general(3,0)
     val
  =    1
 dput(kform_general(3,0))
structure(list(index = structure(integer(0), .Dim = 1:0), value = 1), class = c("kform", 
"spray"))

but I am not sure what the desired behaviour is

RobinHankin commented 5 years ago

fixed in 0form branch, now merged