Thread Previous • Date Previous • Date Next • Thread Next |
Hello, Given the new Function interface, is it possible to get a reference to the part of the Function vector belonging to a SubFunction? GenericVector* U0 = &U[0].vector(); (this doesn't work) I need to inspect the solution values in a Newton solve and set any negative values to zero. Kristian
Thread Previous • Date Previous • Date Next • Thread Next |