sandialabs/optimism

Fix crashing bug in pressure projection for dynamics

btalamini opened this issue · 0 comments

def define_pressure_projection_gradient_tranformation(pressureProjectionDegree, modify_element_gradient):

This function uses an undefined variable and so clearly won't work. Looks like we tried to refactor the pressure projection into a separate function but never tested it.