Skip to content

Commit

Permalink
SimpleWaveCaKernel.m: Re-enable finite differencing in calc_rhs
Browse files Browse the repository at this point in the history
  • Loading branch information
ianhinder committed Jan 27, 2012
1 parent 21a79c6 commit aaa5eb1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Examples/SimpleWaveCaKernel.m
Expand Up @@ -25,11 +25,11 @@
{
Name -> "calc_rhs",
Schedule -> {"at EVOL"},
Where -> Everywhere,
Where -> Interior,
Equations ->
{
dot[phi] -> pi,
dot[pi] -> phi (* Euc[ui,uj] PD[phi,li,lj] *)
dot[pi] -> Euc[ui,uj] PD[phi,li,lj]
}
};

Expand Down

0 comments on commit aaa5eb1

Please sign in to comment.