Skip to content

Commit

Permalink
Merge pull request #150 from apb13/hit_grad_regular_regres_tests_128
Browse files Browse the repository at this point in the history
hit formatting of gradient regularization input file
  • Loading branch information
sapitts authored Jul 18, 2024
2 parents 5f1ec53 + 596576d commit d8f8a0b
Showing 1 changed file with 26 additions and 16 deletions.
42 changes: 26 additions & 16 deletions test/tests/gradient_regularization/gradient_regularization.i
Original file line number Diff line number Diff line change
Expand Up @@ -20,30 +20,40 @@
[]
[]

[AuxVariables/ls]
[AuxVariables]
[ls]
[]
[]

[AuxKernels/ls_aux]
type = FunctionAux
variable = ls
function = ls_func
execute_on = initial
[AuxKernels]
[ls_aux]
type = FunctionAux
variable = ls
function = ls_func
execute_on = initial
[]
[]

[Variables/grad_ls]
family = LAGRANGE_VEC
[Variables]
[grad_ls]
family = LAGRANGE_VEC
[]
[]

[Kernels/grad_ls]
type = VariableGradientRegularization
regularized_var = ls
variable = grad_ls
[Kernels]
[grad_ls]
type = VariableGradientRegularization
regularized_var = ls
variable = grad_ls
[]
[]

[Functions/ls_func]
type = LevelSetOlssonBubble
center = '0.5 0.5 0'
radius = 0.15
[Functions]
[ls_func]
type = LevelSetOlssonBubble
center = '0.5 0.5 0'
radius = 0.15
[]
[]

[Preconditioning]
Expand Down

0 comments on commit d8f8a0b

Please sign in to comment.