libflame  revision_anchor
Functions | Variables
FLA_Apply_QUD_UT.c File Reference

(r)

Functions

FLA_Error FLA_Apply_QUD_UT (FLA_Side side, FLA_Trans trans, FLA_Direct direct, FLA_Store storev, FLA_Obj T, FLA_Obj W, FLA_Obj R, FLA_Obj U, FLA_Obj C, FLA_Obj V, FLA_Obj D)

Variables

fla_apqudut_tfla_apqudut_cntl_leaf
fla_apqudut_tfla_apqudut_cntl

Function Documentation

FLA_Error FLA_Apply_QUD_UT ( FLA_Side  side,
FLA_Trans  trans,
FLA_Direct  direct,
FLA_Store  storev,
FLA_Obj  T,
FLA_Obj  W,
FLA_Obj  R,
FLA_Obj  U,
FLA_Obj  C,
FLA_Obj  V,
FLA_Obj  D 
)

References FLA_Apply_QUD_UT_check(), FLA_Apply_QUD_UT_internal(), and FLA_Check_error_level().

Referenced by FLA_UDdate_UT_update_rhs().

{
  FLA_Error r_val;

  // Check parameters.
  if ( FLA_Check_error_level() >= FLA_MIN_ERROR_CHECKING )
    FLA_Apply_QUD_UT_check( side, trans, direct, storev, T, W, R, U, C, V, D );

  // Invoke _internal() back-end with the standard control tree.
  r_val = FLA_Apply_QUD_UT_internal( side, trans, direct, storev,
                                     T, W, R, U, C, V, D, fla_apqudut_cntl_leaf );

  return r_val;
}

Variable Documentation