Lines Matching refs:is_active
124 bool is_active = false, is_strided = false, skip_e_vec = false; in CeedOperatorSetupFields_Cuda() local
137 is_active = l_vec == CEED_VECTOR_ACTIVE; in CeedOperatorSetupFields_Cuda()
141 …skip_e_vec = (is_input && is_active) || (is_active && eval_mode != CEED_EVAL_NONE) || (eval_mode =… in CeedOperatorSetupFields_Cuda()
142 if (!skip_e_vec && is_input && !is_active && eval_mode == CEED_EVAL_NONE) { in CeedOperatorSetupFields_Cuda()
377 bool is_active = false; in CeedOperatorInputRestrict_Cuda() local
382 is_active = l_vec == CEED_VECTOR_ACTIVE; in CeedOperatorInputRestrict_Cuda()
383 if (is_active && skip_active) return CEED_ERROR_SUCCESS; in CeedOperatorInputRestrict_Cuda()
384 if (is_active) { in CeedOperatorInputRestrict_Cuda()
396 if (is_active || state != impl->input_states[input_field]) { in CeedOperatorInputRestrict_Cuda()
406 if (!is_active) CeedCallBackend(CeedVectorDestroy(&l_vec)); in CeedOperatorInputRestrict_Cuda()
416 bool is_active = false; in CeedOperatorInputBasis_Cuda() local
422 is_active = l_vec == CEED_VECTOR_ACTIVE; in CeedOperatorInputBasis_Cuda()
423 if (is_active && skip_active) return CEED_ERROR_SUCCESS; in CeedOperatorInputBasis_Cuda()
424 if (is_active) { in CeedOperatorInputBasis_Cuda()
457 if (!is_active) CeedCallBackend(CeedVectorDestroy(&l_vec)); in CeedOperatorInputBasis_Cuda()
466 bool is_active = false; in CeedOperatorInputRestore_Cuda() local
472 is_active = l_vec == CEED_VECTOR_ACTIVE; in CeedOperatorInputRestore_Cuda()
473 if (is_active && skip_active) return CEED_ERROR_SUCCESS; in CeedOperatorInputRestore_Cuda()
474 if (is_active) { in CeedOperatorInputRestore_Cuda()
491 if (!is_active) CeedCallBackend(CeedVectorDestroy(&l_vec)); in CeedOperatorInputRestore_Cuda()
553 bool is_active = false; in CeedOperatorApplyAdd_Cuda() local
560 is_active = l_vec == CEED_VECTOR_ACTIVE; in CeedOperatorApplyAdd_Cuda()
561 if (is_active) { in CeedOperatorApplyAdd_Cuda()
609 if (!is_active) CeedCallBackend(CeedVectorDestroy(&l_vec)); in CeedOperatorApplyAdd_Cuda()
774 bool is_active = false; in CeedOperatorInputBasisAtPoints_Cuda() local
780 is_active = l_vec == CEED_VECTOR_ACTIVE; in CeedOperatorInputBasisAtPoints_Cuda()
781 if (skip_active && is_active) return CEED_ERROR_SUCCESS; in CeedOperatorInputBasisAtPoints_Cuda()
782 if (skip_passive && !is_active) { in CeedOperatorInputBasisAtPoints_Cuda()
786 if (is_active) { in CeedOperatorInputBasisAtPoints_Cuda()
819 if (!is_active) CeedCallBackend(CeedVectorDestroy(&l_vec)); in CeedOperatorInputBasisAtPoints_Cuda()
901 bool is_active = false; in CeedOperatorApplyAddAtPoints_Cuda() local
908 is_active = l_vec == CEED_VECTOR_ACTIVE; in CeedOperatorApplyAddAtPoints_Cuda()
909 if (is_active) { in CeedOperatorApplyAddAtPoints_Cuda()
957 if (!is_active) CeedCallBackend(CeedVectorDestroy(&l_vec)); in CeedOperatorApplyAddAtPoints_Cuda()
1903 bool is_active = false, is_active_at_points = true; in CeedOperatorLinearAssembleAddDiagonalAtPoints_Cuda() local
1911 is_active = l_vec == CEED_VECTOR_ACTIVE; in CeedOperatorLinearAssembleAddDiagonalAtPoints_Cuda()
1913 if (!is_active || impl->skip_rstr_in[field_in]) continue; in CeedOperatorLinearAssembleAddDiagonalAtPoints_Cuda()
1957 bool is_active = false; in CeedOperatorLinearAssembleAddDiagonalAtPoints_Cuda() local
1967 is_active = l_vec == CEED_VECTOR_ACTIVE; in CeedOperatorLinearAssembleAddDiagonalAtPoints_Cuda()
1969 if (!is_active) continue; in CeedOperatorLinearAssembleAddDiagonalAtPoints_Cuda()