mfarthin
mfarthin
running fine grid simulations with `python burgers.py` in `tests/POD` fails due to nonlinear solver failure. The corresponding simulation on `wip_add_deim` branch runs.
@kajiglet (internal erosion) and @tweigand (density dependent flow) have seen some velocity fields that should have been 1d but had some corner effects near the boundary. We need to check...
Aron and I found this when reviewing the code. Looks like the ('df',ci,ci) key is missing https://github.com/erdc-cm/proteus/blob/master/src/SubgridError.py#L76 ``` for ci in range(self.nc): if self.lag: self.tau_last.append(numpy.zeros(cq[('u',ci)].shape,'d')) self.tau.append(numpy.zeros(cq[('u',ci)].shape,'d')) if cq.has_key(('df',ci,ci)): self.df_last =...
need to check if convention on newestNodeBases works for triangleFlag == 1,2