Reason
~/projects/malamute/examples/laser_welding_problems/physics/no-surface-tension/cold-no-surface-tension.i
~/projects/malamute/examples/laser_welding_problems/physics/no-surface-tension/hot-no-surface-tension.i
These 2 input files fail with a similar error message:
/Users/me/projects/malamute/examples/laser_welding_problems/physics/no-surface-tension/cold-no-surface-tension.i:80.1: section '[ADKernels]' does not have an associated "Action".
Common causes:
- you misspelled the Action/section name
- the app you are running does not support this Action/syntax
/Users/me/projects/malamute/examples/laser_welding_problems/physics/no-surface-tension/cold-no-surface-tension.i:241.1: section '[ADBCs]' does not have an associated "Action".
Common causes:
- you misspelled the Action/section name
- the app you are running does not support this Action/syntax
/Users/me/projects/malamute/examples/laser_welding_problems/physics/no-surface-tension/cold-no-surface-tension.i:309.1: section '[ADMaterials]' does not have an associated "Action".
Common causes:
- you misspelled the Action/section name
- the app you are running does not support this Action/syntax
Design
Modify input file to address error with missing associated Action.
Impact
Better running examples
Reason
~/projects/malamute/examples/laser_welding_problems/physics/no-surface-tension/cold-no-surface-tension.i~/projects/malamute/examples/laser_welding_problems/physics/no-surface-tension/hot-no-surface-tension.iThese 2 input files fail with a similar error message:
Design
Modify input file to address error with missing associated Action.
Impact
Better running examples