Using FailingProblem from the MooseTestApp in my test app
#32232
Unanswered
mattfalcone1997
asked this question in
Q&A General
Replies: 1 comment 1 reply
-
|
Hello FailingProblem is a test object. Did you remember to add
This should have worked
also should have worked,
|
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Check these boxes if you have followed the posting rules.
Question
I am writing tests for my MOOSE application Hippo. As part of these tests, I am checking that the cut-back works correctly when using fixed-point iteration. To do this, I am trying to use the
FailingProblemclass from theMooseTestApp, but have been unable to get it to work properly without simply copying the source files. I have triedMooseTestAppas an application in my MakeFile and callingMooseTestApp::registerAllfrom my test app, similarly to how Cardinal uses other MOOSE apps.FailingProblemis found, but it cannot then find theHeatConductionkernelMooseTestAppis not built with theHeatTransfermodule, although I am not sure about this.FailingProblemobject was not found.I am wondering if there is something I am missing.
Beta Was this translation helpful? Give feedback.
All reactions