You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A FEM loss is defined as
$\parallel z_\Theta \parallel_M=\sqrt{z_\Theta^\top Mz_\Theta}$ where $z$ is a vector, $\Theta$ is a set of model parameters, and $M$ is the mass matrix of a discretized partial differential equation.
Fast batch calculation using torch.sparse
Availability of reconstruction loss $L_\Theta=\parallel \tilde v(\Theta)-v \parallel_M=\sqrt{(\tilde v(\Theta)-v)^\top M(\tilde v(\Theta)-v)}$