Skip to content

Unexpected Negative Mapping Jacobian #9

@JaredCrean2

Description

@JaredCrean2

This mesh
mesh

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions