moose icon indicating copy to clipboard operation
moose copied to clipboard

ADVectorFunctionNeumannBC

Open maxnezdyur opened this issue 3 years ago • 3 comments

#closes #22327

Reason

Allow users to apply a NeumannBC for LAGRANGE_VEC.

Design

Use ADVectorIntegratedBC to do the heavy lifting. Created function version for added usability.

Impact

New BC for LAGRANGE_VEC.

maxnezdyur avatar Oct 07 '22 17:10 maxnezdyur

Job Documentation on ed1a61d wanted to post the following:

View the site here

This comment will be updated on new commits.

moosebuild avatar Oct 07 '22 18:10 moosebuild

Job Coverage on ed1a61d wanted to post the following:

Framework coverage

No coverage report(s) were found for the head

Modules coverage

Coverage did not change

Full coverage reports

Reports
  • framework (FAILED)
  • chemical_reactions (FAILED)
  • combined (FAILED)
  • contact (FAILED)
  • electromagnetics (FAILED)
  • external_petsc_solver (FAILED)
  • fluid_properties (FAILED)
  • fsi (FAILED)
  • functional_expansion_tools (FAILED)
  • geochemistry (FAILED)
  • heat_conduction
  • level_set (FAILED)
  • misc (FAILED)
  • navier_stokes (FAILED)
  • peridynamics (FAILED)
  • phase_field (FAILED)
  • porous_flow (FAILED)
  • ray_tracing (FAILED)
  • rdg (FAILED)
  • reactor (FAILED)
  • richards (FAILED)
  • solid_properties (FAILED)
  • stochastic_tools (FAILED)
  • tensor_mechanics (FAILED)
  • thermal_hydraulics (FAILED)
  • xfem (FAILED)

This comment will be updated on new commits.

moosebuild avatar Oct 07 '22 19:10 moosebuild

Hello

You ll need to remove these merge commits. You usually should just rebase instead of merge. For right now I d cherry pick your actual commits to moose/devel and push that instead

GiudGiud avatar Oct 11 '22 20:10 GiudGiud

Job Coverage on ed1a61d wanted to post the following:

The following coverage requirement(s) failed:

  • Failed to generate framework coverage rate (required: 81.0%)
  • Failed to generate chemical_reactions coverage rate (required: 92.0%)
  • Failed to generate combined coverage rate (required: 37.0%)
  • Failed to generate contact coverage rate (required: 87.0%)
  • Failed to generate electromagnetics coverage rate (required: 95.0%)
  • Failed to generate external_petsc_solver coverage rate (required: 86.0%)
  • Failed to generate fluid_properties coverage rate (required: 84.0%)
  • Failed to generate fsi coverage rate (required: 90.0%)
  • Failed to generate functional_expansion_tools coverage rate (required: 83.0%)
  • Failed to generate geochemistry coverage rate (required: 96.0%)
  • Failed to generate level_set coverage rate (required: 88.0%)
  • Failed to generate misc coverage rate (required: 55.0%)
  • Failed to generate navier_stokes coverage rate (required: 77.0%)
  • Failed to generate peridynamics coverage rate (required: 78.0%)
  • Failed to generate phase_field coverage rate (required: 89.0%)
  • Failed to generate porous_flow coverage rate (required: 96.0%)
  • Failed to generate ray_tracing coverage rate (required: 94.0%)
  • Failed to generate rdg coverage rate (required: 65.0%)
  • Failed to generate reactor coverage rate (required: 90.0%)
  • Failed to generate richards coverage rate (required: 97.0%)
  • Failed to generate solid_properties coverage rate (required: 84.0%)
  • Failed to generate stochastic_tools coverage rate (required: 88.0%)
  • Failed to generate tensor_mechanics coverage rate (required: 86.0%)
  • Failed to generate thermal_hydraulics coverage rate (required: 90.0%)
  • Failed to generate xfem coverage rate (required: 80.0%)

moosebuild avatar Oct 14 '22 14:10 moosebuild