Go to the source code of this file.
|
| registerADMooseObject ("ContactApp", NormalMortarLMMechanicalContact) |
|
| defineADValidParams (NormalMortarLMMechanicalContact, ADMortarConstraint, params.addParam< NonlinearVariableName >("slave_disp_y", "The y displacement variable on the slave face");params.addParam< NonlinearVariableName >("master_disp_y", "The y displacement variable on the master face");MooseEnum ncp_type("min fb", "min");params.addParam< MooseEnum >("ncp_function_type", ncp_type, "The type of the nonlinear complimentarity function; options are " "min or fb where fb stands for Fischer-Burmeister");) |
|
◆ defineADValidParams()
defineADValidParams |
( |
NormalMortarLMMechanicalContact |
, |
|
|
ADMortarConstraint |
, |
|
|
params.addParam< NonlinearVariableName >("slave_disp_y", "The y displacement variable on the slave face");params.addParam< NonlinearVariableName >("master_disp_y", "The y displacement variable on the master face");MooseEnum ncp_type("min fb", "min");params.addParam< MooseEnum >("ncp_function_type", ncp_type, "The type of the nonlinear complimentarity function; options are " "min or fb where fb stands for Fischer-Burmeister"); |
|
|
) |
| |
◆ registerADMooseObject()