Home
last modified time | relevance | path

Searched refs:PetscRealPartComplex (Results 1 – 5 of 5) sorted by relevance

/petsc/include/
H A Dpetscmath.h214 #define PetscRealPartComplex(a) (static_cast<PetscComplex>(a)).real() macro
310 #define PetscRealPartComplex(a) crealf(a) macro
333 #define PetscRealPartComplex(a) creal(a) macro
356 #define PetscRealPartComplex(a) crealq(a) macro
492 #define PetscRealPart(a) PetscRealPartComplex(a)
/petsc/src/sys/tests/
H A Dex15.cxx34 res = PetscRealPartComplex(z); in TestComplexOperators()
/petsc/src/sys/objects/
H A Dpinit.c334 …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()
/petsc/src/vec/is/section/interface/
H A Dsection.c2651 …(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()
/petsc/src/ts/impls/implicit/theta/
H A Dtheta.c1158 *yr = PetscRealPartComplex(f); in TSComputeLinearStability_Theta()