Chris Green

Results 14 comments of Chris Green

Hmm, gcc doesn't like this. It looks like I need lots of `this->template`'s in the code.

> Hmm, gcc doesn't like this. It looks like I need lots of `this->template`'s in the code. Luckily not too many `this->templates` were required!

I've just realised that it doesn't seem like there is any way to find the documentation (https://mooseframework.inl.gov/docs/PRs/21172/site/automatic_differentiation/templated_objects.html) I wrote. It follows on from https://mooseframework.inl.gov/docs/PRs/21172/site/automatic_differentiation/ but I can't find out where...

> @cpgr the AD page is linked to from some of the systems using AD > https://mooseframework.inl.gov/syntax/Kernels/ or https://mooseframework.inl.gov/syntax/Materials/ for example Thanks! I was wondering how anyone would find this.

> @cpgr I was wondering if you looked at our porous Navier-Stokes slides at https://mooseframework.inl.gov/slides/index.html#/ whether you could tell me what the difference between that and the equations solved by...

I've been using this for a little while now and it all seems to be working. The only part I'm not certain on is in `Coupleable.C`. I needed to template...

I couldn't find an `adCoupledDofValues` method - before I try and make one can I check that I'm not missing anything?

> Hi @cpgr , would you mind reviewing the documentation for this PR? Will do it today sometime

> @cpgr are you waiting for a review on this? Yeah, but no rush. This was to check that what I have done so far is ok. I know that...