Searched refs:PetscRealPartComplex (Results 1 – 5 of 5) sorted by relevance
214 #define PetscRealPartComplex(a) (static_cast<PetscComplex>(a)).real() macro310 #define PetscRealPartComplex(a) crealf(a) macro333 #define PetscRealPartComplex(a) creal(a) macro356 #define PetscRealPartComplex(a) crealq(a) macro492 #define PetscRealPart(a) PetscRealPartComplex(a)
34 res = PetscRealPartComplex(z); in TestComplexOperators()
334 …for (i = 0; i < count; i++) xout[i] = PetscRealPartComplex(xout[i]) < PetscRealPartComplex(xin[i])… in PetscMax_Local()356 …for (i = 0; i < count; i++) xout[i] = PetscRealPartComplex(xout[i]) > PetscRealPartComplex(xin[i])… in PetscMin_Local()
2651 …(PetscViewerASCIISynchronizedPrintf(viewer, " %g + %g i", (double)PetscRealPartComplex(v), (double… in PrintArrayElement()2653 …(PetscViewerASCIISynchronizedPrintf(viewer, " %g - %g i", (double)PetscRealPartComplex(v), (double… in PrintArrayElement()2655 PetscCall(PetscViewerASCIISynchronizedPrintf(viewer, " %g", (double)PetscRealPartComplex(v))); in PrintArrayElement()
1158 *yr = PetscRealPartComplex(f); in TSComputeLinearStability_Theta()