eneswitwit / Sumfactorization

1 stars 0 forks source link

Rewrite Laplacian in weak from #20

Closed masterleinad closed 7 years ago

masterleinad commented 7 years ago

For the cases we are interested in, the laplacian is defined via

(\nabla u, \nabla v) 

and not

-(\Delta u, v)
eneswitwit commented 7 years ago

vmult_gradient equals the first case and vmult_laplacian is the 2nd case. So we implemented already both!