Home
last modified time | relevance | path

Searched refs:HoneeBCAddIFunctionOp (Results 1 – 11 of 11) sorted by relevance

/honee/problems/
H A Deulervortex.c171 …efinitionSetIFunction(bc_def, EulerVortexOutflowBCSetup_CreateIFunctionQF, HoneeBCAddIFunctionOp)); in NS_EULER_VORTEX()
182 …DefinitionSetIFunction(bc_def, EulerVortexInflowBCSetup_CreateIFunctionQF, HoneeBCAddIFunctionOp)); in NS_EULER_VORTEX()
H A Dchannel.c127 …(BCDefinitionSetIFunction(bc_def, ChannelOutflowBCSetup_CreateIFunctionQF, HoneeBCAddIFunctionOp)); in NS_CHANNEL()
139 …l(BCDefinitionSetIFunction(bc_def, ChannelInflowBCSetup_CreateIFunctionQF, HoneeBCAddIFunctionOp)); in NS_CHANNEL()
H A Dbc_slip.c71 PetscCall(BCDefinitionSetIFunction(bc_def, SlipBCSetup_CreateIFunctionQF, HoneeBCAddIFunctionOp)); in SlipBCSetup()
H A Dbc_outflow.c167 …tscCall(BCDefinitionSetIFunction(bc_def, OutflowBCSetup_CreateIFunctionQF, HoneeBCAddIFunctionOp)); in OutflowBCSetup()
H A Dblasius.c241 …l(BCDefinitionSetIFunction(bc_def, BlasiusInflowBCSetup_CreateIFunctionQF, HoneeBCAddIFunctionOp)); in NS_BLASIUS()
H A Dstg_shur14.c324 …l(BCDefinitionSetIFunction(bc_def, STGWeakInflowBCSetup_CreateIFunctionQF, HoneeBCAddIFunctionOp)); in SetupStg()
H A Dbc_freestream.c165 …Call(BCDefinitionSetIFunction(bc_def, FreestreamBCSetup_CreateIFunctionQF, HoneeBCAddIFunctionOp)); in FreestreamBCSetup()
H A Dadvection.c611 …BCDefinitionSetIFunction(bc_def, AdvectionInflowBCSetup_CreateIFunctionQF, HoneeBCAddIFunctionOp)); in NS_ADVECTION()
H A Dnewtonian.c631 …CDefinitionSetIFunction(bc_def, BoundaryIntegralBCSetup_CreateIFunctionQF, HoneeBCAddIFunctionOp)); in NS_NEWTONIAN_IG()
/honee/include/
H A Dnavierstokes.h221 PetscErrorCode HoneeBCAddIFunctionOp(BCDefinition bc_def, DMLabel domain_label, PetscInt label_valu…
/honee/src/
H A Dboundary_condition.c219 PetscErrorCode HoneeBCAddIFunctionOp(BCDefinition bc_def, DMLabel domain_label, PetscInt label_valu… in HoneeBCAddIFunctionOp() function