Home
last modified time | relevance | path

Searched refs:HoneeBCAddIJacobianOp (Results 1 – 8 of 8) sorted by relevance

/honee/problems/
H A Dbc_slip.c72 PetscCall(BCDefinitionSetIJacobian(bc_def, SlipBCSetup_CreateIJacobianQF, HoneeBCAddIJacobianOp)); in SlipBCSetup()
H A Dbc_outflow.c168 …tscCall(BCDefinitionSetIJacobian(bc_def, OutflowBCSetup_CreateIJacobianQF, HoneeBCAddIJacobianOp)); in OutflowBCSetup()
H A Dblasius.c242 …l(BCDefinitionSetIJacobian(bc_def, BlasiusInflowBCSetup_CreateIJacobianQF, HoneeBCAddIJacobianOp)); in NS_BLASIUS()
H A Dstg_shur14.c325 …l(BCDefinitionSetIJacobian(bc_def, STGWeakInflowBCSetup_CreateIJacobianQF, HoneeBCAddIJacobianOp)); in SetupStg()
H A Dbc_freestream.c166 …Call(BCDefinitionSetIJacobian(bc_def, FreestreamBCSetup_CreateIJacobianQF, HoneeBCAddIJacobianOp)); in FreestreamBCSetup()
H A Dnewtonian.c632 …CDefinitionSetIJacobian(bc_def, BoundaryIntegralBCSetup_CreateIJacobianQF, HoneeBCAddIJacobianOp)); in NS_NEWTONIAN_IG()
/honee/include/
H A Dnavierstokes.h223 PetscErrorCode HoneeBCAddIJacobianOp(BCDefinition bc_def, CeedOperator sub_op_ifunc, DMLabel domain…
/honee/src/
H A Dboundary_condition.c288 PetscErrorCode HoneeBCAddIJacobianOp(BCDefinition bc_def, CeedOperator sub_op_ifunc, DMLabel domain… in HoneeBCAddIJacobianOp() function