-
Notifications
You must be signed in to change notification settings - Fork 73
Open
Description
- The specific implementation of the
Legendremethod withinMultiVariatePolyis not provided. - Is
$u(x, 0) = u_0(x) = - \sin(\pi x)$ supposed to be$u(0, x) = u_0(x) = - \sin(\pi x)$ ? - The
...domain (t,x) in [0,0.1]x[-1,1]should be[0, 0.6]. - The code snippet
grad_u_sq_x = torch.autograd.grad(u_sq.sum(), input_int, create_graph=True)[0][:,1]was not completely removed.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels