49 #define max(a,b) ( (a) > (b) ? (a) : (b) )
50 #define min(a,b) ( (a) < (b) ? (a) : (b) )
91 if( num_vecs != 4 || ( num_vecs && vecs == NULL ) )
93 if( num_targ_vecs != 0 || ( num_targ_vecs && targ_vecs == NULL ) )
96 vecs[1].sub_dim != vecs[0].sub_dim
97 || vecs[2].sub_dim != vecs[0].sub_dim
98 || vecs[3].sub_dim != vecs[0].sub_dim
127 for( k = 0; k < sub_dim; ++k, v0_val += v0_val_s, v1_val += v1_val_s, v2_val += v2_val_s, v3_val += v3_val_s )
130 (*comp_err) =
max( *comp_err, (*v0_val) * ((*v3_val) - (*v1_val)));
131 (*comp_err) =
max( *comp_err, -(*v0_val) * ((*v1_val) - (*v2_val)));
142 ,
"ROp_combined_nu_comp_err"
209 if( num_vecs != 3 || ( num_vecs && vecs == NULL ) )
211 if( num_targ_vecs != 0 || ( num_targ_vecs && targ_vecs == NULL ) )
214 vecs[1].sub_dim != vecs[0].sub_dim
215 || vecs[2].sub_dim != vecs[0].sub_dim
241 for( k = 0; k < sub_dim; ++k, v0_val += v0_val_s, v1_val += v1_val_s, v2_val += v2_val_s )
244 (*comp_err) =
max((*comp_err), (*v0_val)*((*v1_val)-(*v2_val)));
255 ,
"ROp_combined_nu_comp_err_one_only"
const struct RTOp_RTOp_vtbl_t RTOp_ROp_combined_nu_comp_err_one_only_vtbl
RTOp_value_type RTOp_ROp_combined_nu_comp_err_val(RTOp_ReductTarget reduct_obj)
RTOp_value_type RTOp_ROp_combined_nu_comp_err_one_only_val(RTOp_ReductTarget reduct_obj)
int(* obj_create)(const struct RTOp_obj_type_vtbl_t *vtbl, const void *instance_data, void **obj)
const struct RTOp_obj_type_vtbl_t * obj_data_vtbl
#define RTOp_ERR_INCOMPATIBLE_VECS
int RTOp_ROp_combined_nu_comp_err_destroy(struct RTOp_RTOp *op)
const RTOp_value_type * values
int RTOp_ROp_combined_nu_comp_err_construct(struct RTOp_RTOp *op)
int RTOp_get_reduct_max_value_op(const struct RTOp_RTOp_vtbl_t *vtbl, const void *obj_data, RTOp_reduct_op_func_ptr_t *reduct_op_func_ptr)
const struct RTOp_RTOp_vtbl_t RTOp_ROp_combined_nu_comp_err_vtbl
int RTOp_ROp_combined_nu_comp_err_one_only_construct(struct RTOp_RTOp *op)
#define RTOp_ERR_INVALID_NUM_VECS
int(* obj_free)(const struct RTOp_obj_type_vtbl_t *vtbl, const void *instance_data, void **obj)
const struct RTOp_obj_type_vtbl_t RTOp_obj_null_vtbl
static int RTOp_ROp_combined_nu_comp_err_apply_op(const struct RTOp_RTOp_vtbl_t *vtbl, const void *obj_data, const int num_vecs, const struct RTOp_SubVector vecs[], const int num_targ_vecs, const struct RTOp_MutableSubVector targ_vecs[], RTOp_ReductTarget reduct_obj)
const struct RTOp_RTOp_vtbl_t * vtbl
int RTOp_reduct_max_value(const struct RTOp_RTOp_vtbl_t *vtbl, const void *obj_data, RTOp_ReductTarget in_targ_obj, RTOp_ReductTarget inout_targ_obj)
int RTOp_ROp_combined_nu_comp_err_one_only_destroy(struct RTOp_RTOp *op)
static int RTOp_ROp_combined_nu_comp_err_one_only_apply_op(const struct RTOp_RTOp_vtbl_t *vtbl, const void *obj_data, const int num_vecs, const struct RTOp_SubVector vecs[], const int num_targ_vecs, const struct RTOp_MutableSubVector targ_vecs[], RTOp_ReductTarget reduct_obj)
#define RTOp_ERR_INVALID_NUM_TARG_VECS
const struct RTOp_obj_type_vtbl_t RTOp_obj_value_vtbl
Teuchos_Ordinal RTOp_index_type