Go to the source code of this file.
|
| registerADMooseObject ("LevelSetApp", LevelSetOlssonReinitialization) |
|
| defineADValidParams (LevelSetOlssonReinitialization, ADKernelGrad, params.addClassDescription("The re-initialization equation defined by Olsson et. al. (2007).");params.addRequiredCoupledVar("phi_0", "The level set variable to be reinitialized as signed distance function.");params.addRequiredParam< PostprocessorName >("epsilon", "The epsilon coefficient to be used in the reinitialization calculation.");) |
|
◆ defineADValidParams()
defineADValidParams |
( |
LevelSetOlssonReinitialization |
, |
|
|
ADKernelGrad |
, |
|
|
params.addClassDescription("The re-initialization equation defined by Olsson et. al. (2007).");params.addRequiredCoupledVar("phi_0", "The level set variable to be reinitialized as signed distance function.");params.addRequiredParam< PostprocessorName >("epsilon", "The epsilon coefficient to be used in the reinitialization calculation."); |
|
|
) |
| |
◆ registerADMooseObject()