Skip to content
Snippets Groups Projects
  • Alexandru Fikl's avatar
    7ccdba27
    another attempt at making 1D work nicely · 7ccdba27
    Alexandru Fikl authored
    The problem is that in 1D faces are 0D and so carry exactly no
    useful information about which side of the element they may be
    on.
    
    To hack around that, this commit introduces a hacky operator
    that hacks it. Less ambiguously, we just use the connection to
    figure out which face we're on on set the normal to `+1` or `-1`
    based on that
    7ccdba27
    History
    another attempt at making 1D work nicely
    Alexandru Fikl authored
    The problem is that in 1D faces are 0D and so carry exactly no
    useful information about which side of the element they may be
    on.
    
    To hack around that, this commit introduces a hacky operator
    that hacks it. Less ambiguously, we just use the connection to
    figure out which face we're on on set the normal to `+1` or `-1`
    based on that