Open SA8416 opened 3 years ago
Hi @SA8416 ,
Thanks for reporting this issue. One quick solution is to replace full
, which is deprecated in Julia 1.0, with Matrix
. Now it should be fixed with the new commit. Please let me know if it does not work.
Attempts to use
reshapeCell
orreshapeInternalCell
result in an error of:my temporary (and quite poor) workaround to this is:
So that I may use the cellvariable T (which is a solution from solving a PDE) in functions that are dependant on T, but return errors when operating on the ghost values of T.
I will look into a better fix & branch it later this week.
Thanks.