Skip to content

Supg mixed#23

Closed
timovanopstal wants to merge 2 commits intoOPM:masterfrom
timovanopstal:supg_mixed
Closed

Supg mixed#23
timovanopstal wants to merge 2 commits intoOPM:masterfrom
timovanopstal:supg_mixed

Conversation

@timovanopstal
Copy link

a few things needed in the NavierStokes app (shortly)

@timovanopstal
Copy link
Author

jenkins build this please

return C;
}


Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Since we already have the *= operator defined, this can be done better(?) just like this:
{
Tensor C(T);
return C *= c;
}

and use Real instead of double to be consistent with the rest of this class.

@akva2
Copy link
Member

akva2 commented May 23, 2016

hessian change probably need a 3D analogue.

@timovanopstal
Copy link
Author

have been tied down and unable to redo this properly, was thinking that the commented changes should actually enter IFEM in #16 though?

@kmokstad
Copy link
Contributor

OK, I can put it into #16 before that one is merged, before the end of the day.

@kmokstad
Copy link
Contributor

The items have now been merged through #16.
The commit message was misleading, as it as G-matrix and not the Hessian that was added.

@kmokstad kmokstad closed this May 24, 2016
@timovanopstal timovanopstal deleted the supg_mixed branch June 28, 2016 08:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants