Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

hit formatting of gradient regularization input file #150

Merged
merged 1 commit into from
Jul 18, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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