-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
shows a negative mapping jacobian for node 1 of element 1, which seems weird because the elements are not inside out.
The mesh is 0 to 1 in both directions, with perturbation
double nwaves = 1; //5 // number of waves over the domain (periods of sin)
double amplitude = 0.25; //0.5 // fraction of hx used as perturbation magnitude
double pertx = amplitude*hx*sin( M_PI*coords[0]*2*nwaves);
double perty = amplitude*hy*sin( M_PI*coords[1]*2*nwaves);
Metadata
Metadata
Assignees
Labels
No labels
