Home
last modified time | relevance | path

Searched refs:o (Results 1 – 25 of 136) sorted by relevance

123456

/petsc/src/benchmarks/
H A Dmakefile10 PetscTime: PetscTime.o
11 -${CLINKER} -o PetscTime PetscTime.o ${PETSC_LIB}
12 ${RM} -f PetscTime.o
14 PetscGetTime: PetscGetTime.o
15 -${CLINKER} -o PetscGetTime PetscGetTime.o ${PETSC_LIB}
16 ${RM} -f PetscGetTime.o
18 PetscGetCPUTime: PetscGetCPUTime.o
19 -${CLINKER} -o PetscGetCPUTime PetscGetCPUTime.o ${PETSC_LIB}
20 ${RM} -f PetscGetCPUTime.o
22 MPI_Wtime: MPI_Wtime.o
[all …]
/petsc/src/benchmarks/streams/
H A Dmakefile10 BasicVersion: BasicVersion.o
11 -@${CLINKER} -o BasicVersion BasicVersion.o ${PETSC_LIB}
12 @${RM} -f BasicVersion.o
14 MPIVersion: MPIVersion.o
15 -@${CLINKER} -o MPIVersion MPIVersion.o ${PETSC_LIB}
16 @${RM} -f MPIVersion.o
18 CUDAVersion: CUDAVersion.o
19 -@${CLINKER} -o CUDAVersion CUDAVersion.o ${PETSC_LIB}
20 @${RM} -f CUDAVersion.o
22 OpenMPVersion: OpenMPVersion.o
[all …]
/petsc/share/petsc/datafiles/meshes/
H A Dsurfacesphere_bin.msh7 …��������������������������������������?�����������������������������+^Do�?۰/7���?�����������…
8 ����07���?NDo�?�������� ���۰/7��ӿ+^Do�?�������� ����,u#�⿨��w��?��������
9o07���?�����������+^Do�۰/7��ӿ��������������w���,u#���������������u#��֗�w��������������…
H A Dgmsh-3d-binary-32.msh44 ���n���o���p���q���r���s���t���u���v���w���x���y���z���������?@������?�������?������?������?����…
60o������k���g���p���k������m���q���a���b���e���r���b���a���f���s���b���d���e���t���d���b���h���u�…
H A Dmesh-3d-box-innersphere_bin.msh9 (g�������w�ɿ ���UDo�?�Q��ɐ�5�/7�Ƴ�
10 ����TDo�?�Q��ɐ�Z�/7�Ƴ?���fZu#��?�J
11 …�?%����������?VUUUUUſ�������&����������?TUUUUU�?�������'�����j���οb6�3C �<[oԚ��?(���;IJa�ο|�uʻ��…
17o��ww��?Z�9�����Q��������������������������R�����������}��}��?�}��}��?S�����������b���̿�b���̿T��…
54 …������V������ ������p���������������W������ ������o���������������X������ ���o���!�…
56o���������������_������ ���p���r���������������`������ ���s���"���!������������a����…
H A Dgmsh-3d-binary-64.msh39 �������n�������o�������p�������q�������r�������s�������t�������u�������v�������w�������x�������y���…
54o��������������c�������h�������p�������c��������������m�������q�������b�������e�������f�������r�…
56 ������U�������c�������^�������{�������������o�������x�������K�������|�������������J�������0���…
/petsc/
H A Dgmakefile77 $(OBJDIR)/%.o : CCPPFLAGS+=-Dpetsc_EXPORTS
78 $(OBJDIR)/%.o : CXXCPPFLAGS+=-Dpetsc_EXPORTS
79 $(OBJDIR)/%.o : CUDACPPFLAGS+=-Dpetsc_EXPORTS
96 concatlang = $(foreach lang, $(langs), $(srcs-$(1).$(lang):%.$(lang)=$(OBJDIR)/%.o))
97 srcs.o := $(foreach pkg, $(pkgs), $(call concatlang,$(pkg)))
107 $(call quiet,CLINKER) $(sl_linker_args) -o $@ @dllcmd.${PETSC_ARCH} $(PETSC_EXTERNAL_LIB_BASIC)
113 $(call quiet,CLINKER) $(sl_linker_args) -o $@ @$@.args $(PETSC_EXTERNAL_LIB_BASIC)
118 $(call quiet,CLINKER) $(sl_linker_args) -o $@ $^ $(PETSC_EXTERNAL_LIB_BASIC)
125 $(libpetsc_libname) : $(srcs.o) | $$(@D)/.DIR
131 $(libpetsc_static) : obj := $(srcs.o)
[all …]
H A Dgmakefile.test51 TESTFLAGS += -o err_only
74 TESTFLAGS += -o 'err_only' # Show only the errors on stdout
155 PETSC_COMPILE.raja.cxx = ${CXX} -o $*.o -c ${CXX_FLAGS} ${CXXFLAGS} ${CXXCPPFLAGS}
161 concattestlang = $(foreach lang, $(2), $(testsrcs-$(1).$(lang):%.$(lang)=$(TESTDIR)/%.o))
162 testsrcs.o := $(foreach pkg, $(pkgs), $(call concattestlang,$(pkg),$(testlangs)))
176 $(TESTDIR)/%.o : $(EXAMPLESDIR)/%.c | $$(@D)/.DIR
177 $(PETSC_COMPILE.c) $(abspath $<) -o $@
179 $(TESTDIR)/%.o : $(EXAMPLESDIR)/%.kokkos.cxx | $$(@D)/.DIR
180 $(PETSC_COMPILE.kokkos.cxx) $(abspath $<) -o $@
182 $(TESTDIR)/%.o : $(EXAMPLESDIR)/%.sycl.cxx | $$(@D)/.DIR
[all …]
/petsc/lib/petsc/conf/
H A Drules15 @-${RM} ${CLEANFILES} ${TESTS} *.o *.lo *~ \
43 -@${RM} $* *.o $*.mon.* gmon.out mon.out
149 .c.o:
152 .cpp.o .cxx.o .cc.o .C.o:
155 .cu.o:
158 .hip.cxx.o:
161 .kokkos.cxx.o:
164 .sycl.cxx.o:
167 .raja.cxx.o:
170 .F.o .F90.o .F95.o:
[all …]
/petsc/src/sys/tests/linter/output/
H A DtestTypes.patch4 -PetscErrorCode testTypes(PetscRandom r, PetscViewer v, PetscObject o, PetscFunctionList f)
5 +static PetscErrorCode testTypes(PetscRandom r, PetscViewer v, PetscObject o, PetscFunctionList f)
14 PetscCheckSameComm(o, -2, f, -2);
20 PetscCheckSameComm(o, -2, f, -2);
25 - PetscCheckSameComm(o, -2, f, -2);
26 + PetscCheckSameComm(o, 3, f, 4);
31 PetscCheckSameComm(o, -2, f, -2);
/petsc/src/mat/tests/
H A Dmakefile5 ex72: mmloader.o mmio.o
6 bench_spmv: mmloader.o mmio.o cJSON.o
/petsc/src/dm/impls/plex/tutorials/
H A Dex11.c46 static PetscBool ignoreOrnt(AppCtx *user, PetscInt o) in ignoreOrnt() argument
52 ierr = PetscFindInt(o, user->numOrnt, user->ornts, &loc); in ignoreOrnt()
67 static PetscErrorCode CheckCellVertices(DM dm, PetscInt cell, PetscInt o) in CheckCellVertices() argument
87 arrVerts = DMPolytopeTypeGetVertexArrangement(ct, o); in CheckCellVertices()
89 …e %" PetscInt_FMT " for arrangement %" PetscInt_FMT, cell, v, closure[v], arrVerts[v] + vStart, o); in CheckCellVertices()
96 static PetscErrorCode ReorientCell(DM dm, PetscInt cell, PetscInt o, PetscBool swapCoords) in ReorientCell() argument
111 PetscCall(DMPlexOrientPoint(dm, cell, o)); in ReorientCell()
137 PetscInt No, o; in GenerateArrangements() local
145 for (o = PetscMax(-No, user->orntBounds[0]); o < PetscMin(No, user->orntBounds[1]); ++o) { in GenerateArrangements()
146 if (ignoreOrnt(user, o)) continue; in GenerateArrangements()
[all …]
/petsc/lib/petsc/bin/maint/
H A Dtoclapack.sh213 SXLASRC = sgesvxx.o sgerfsx.o sla_gerfsx_extended.o sla_geamv.o \
214 sla_gercond.o sla_rpvgrw.o ssysvxx.o ssyrfsx.o \
215 sla_syrfsx_extended.o sla_syamv.o sla_syrcond.o sla_syrpvgrw.o \
216 sposvxx.o sporfsx.o sla_porfsx_extended.o sla_porcond.o \
217 sla_porpvgrw.o sgbsvxx.o sgbrfsx.o sla_gbrfsx_extended.o \
218 sla_gbamv.o sla_gbrcond.o sla_gbrpvgrw.o sla_lin_berr.o slarscl2.o \
219 slascl2.o sla_wwaddw.o sgesvdx.o sgejsv.o sbdsvdx.o ssytrd_sb2st.o
220 DXLASRC = dgesvxx.o dgerfsx.o dla_gerfsx_extended.o dla_geamv.o \
221 dla_gercond.o dla_rpvgrw.o dsysvxx.o dsyrfsx.o \
222 dla_syrfsx_extended.o dla_syamv.o dla_syrcond.o dla_syrpvgrw.o \
[all …]
/petsc/src/binding/petsc4py/src/petsc4py/include/petsc4py/
H A Dpyscalar.h20 PetscScalar PyPetscScalar_AsPetscScalar(PyObject *o) in PyPetscScalar_AsPetscScalar() argument
24 PetscReal a = (PetscReal)PyComplex_RealAsDouble(o); in PyPetscScalar_AsPetscScalar()
25 PetscReal b = (PetscReal)PyComplex_ImagAsDouble(o); in PyPetscScalar_AsPetscScalar()
27 Py_complex cval = PyComplex_AsCComplex(o); in PyPetscScalar_AsPetscScalar()
33 return (PetscScalar)PyFloat_AsDouble(o); in PyPetscScalar_AsPetscScalar()
/petsc/src/sys/classes/viewer/impls/socket/mex-scripts/
H A Dmakefile21 -@${RM} -f sread.o bread.o
26 -@${RM} -f swrite.o bread.o
31 -@${RM} -f sopen.o
36 -@${RM} -f sclose.o
/petsc/share/petsc/
H A DMakefile.basic.user37 # app : b.o c.o
43 # myapp : app.o b.o c.o
44 # ${LINK.F} $^ ${LOADLIBES} ${LDLIBS} -o $@
50 # OBJS = obj/app.o obj/b.o obj/c.o
57 # obj/%.o : src/%.c
59 # obj/%.o : src/%.cxx
63 # ${LINK.C} $^ ${LOADLIBES} ${LDLIBS} -o $@
/petsc/src/tao/unconstrained/tutorials/
H A Drosenbrock4.h325 … rosenbrock_for_loop(Rosenbrock r, const PetscScalar x[], const PetscScalar o[], T &&func) noexcept in rosenbrock_for_loop() argument
333 PetscScalar x_b = ((i + 1) < r.i_end) ? x[i + 1 - r.i_start] : o[0]; in rosenbrock_for_loop()
340 …rockObjective_Kernel(Rosenbrock r, const PetscScalar x[], const PetscScalar o[], PetscScalar f_vec… in RosenbrockObjective_Kernel() argument
342 …rosenbrock_for_loop(r, x, o, [&](PetscInt k, PetscScalar x_a, PetscScalar x_b) { f_vec[k] = Rosenb… in RosenbrockObjective_Kernel()
345 …enbrockGradient_Kernel(Rosenbrock r, const PetscScalar x[], const PetscScalar o[], PetscScalar g[]) in RosenbrockGradient_Kernel() argument
347 …rosenbrock_for_loop(r, x, o, [&](PetscInt k, PetscScalar x_a, PetscScalar x_b) { RosenbrockGradien… in RosenbrockGradient_Kernel()
350 …ctiveGradient_Kernel(Rosenbrock r, const PetscScalar x[], const PetscScalar o[], PetscScalar f_vec… in RosenbrockObjectiveGradient_Kernel() argument
352 …rosenbrock_for_loop(r, x, o, [&](PetscInt k, PetscScalar x_a, PetscScalar x_b) { f_vec[k] = Rosenb… in RosenbrockObjectiveGradient_Kernel()
355 …senbrockHessian_Kernel(Rosenbrock r, const PetscScalar x[], const PetscScalar o[], PetscScalar h[]) in RosenbrockHessian_Kernel() argument
357 …rosenbrock_for_loop(r, x, o, [&](PetscInt k, PetscScalar x_a, PetscScalar x_b) { RosenbrockHessian… in RosenbrockHessian_Kernel()
[all …]
/petsc/src/snes/tutorials/network/
H A Dmakefile4 OBJECTS_EX1 = power/PFReadData.o power/pffunctions.o water/waterreaddata.o water/waterfunctions.o
/petsc/src/dm/impls/plex/transform/impls/refine/tobox/
H A Dplexreftobox.c31 …ype sct, PetscInt sp, PetscInt so, DMPolytopeType tct, PetscInt r, PetscInt o, PetscInt *rnew, Pet… in DMPlexTransformGetSubcellOrientation_ToBox() argument
74 *onew = o; in DMPlexTransformGetSubcellOrientation_ToBox()
83 … PetscCall(DMPlexTransformGetSubcellOrientation_Regular(tr, sct, sp, so, tct, r, o, rnew, onew)); in DMPlexTransformGetSubcellOrientation_ToBox()
91 *onew = DMPolytopeTypeComposeOrientation(tct, o, tri_seg[(so + 3) * 6 + r * 2 + 1]); in DMPlexTransformGetSubcellOrientation_ToBox()
95 *onew = DMPolytopeTypeComposeOrientation(tct, o, tri_quad[(so + 3) * 6 + r * 2 + 1]); in DMPlexTransformGetSubcellOrientation_ToBox()
106 *onew = DMPolytopeTypeComposeOrientation(tct, o, tseg_seg[(so + 2) * 2 + r * 2 + 1]); in DMPlexTransformGetSubcellOrientation_ToBox()
110 *onew = DMPolytopeTypeComposeOrientation(tct, o, tseg_quad[(so + 2) * 4 + r * 2 + 1]); in DMPlexTransformGetSubcellOrientation_ToBox()
122 *onew = DMPolytopeTypeComposeOrientation(tct, o, tet_seg[(so + 12) * 8 + r * 2 + 1]); in DMPlexTransformGetSubcellOrientation_ToBox()
126 *onew = DMPolytopeTypeComposeOrientation(tct, o, tet_quad[(so + 12) * 12 + r * 2 + 1]); in DMPlexTransformGetSubcellOrientation_ToBox()
130 *onew = DMPolytopeTypeComposeOrientation(tct, o, tet_hex[(so + 12) * 8 + r * 2 + 1]); in DMPlexTransformGetSubcellOrientation_ToBox()
[all …]
/petsc/src/binding/petsc4py/demo/legacy/poisson3d/
H A Dmakefile.petsc15 OBJSC=${SOURCEC:.c=.o}
16 OBJSF=${SOURCEF:.f90=.o}
27 OBJSC=${SOURCEC:.c=.o}
28 OBJSF=${SOURCEF:.f90=.o}
/petsc/src/binding/petsc4py/demo/legacy/perftest/
H A Dmakefile.petsc14 OBJSC=${SOURCEC:.c=.o}
15 OBJSF=${SOURCEF:.f90=.o}
26 OBJSC=${SOURCEC:.c=.o}
27 OBJSF=${SOURCEF:.f90=.o}
/petsc/src/dm/impls/plex/
H A Dplexcheckinterface.c78 PetscInt n, o; in SortByRemote_Private() local
87 o = roffset[r]; in SortByRemote_Private()
88 n = roffset[r + 1] - o; in SortByRemote_Private()
89 PetscCall(PetscArraycpy(&(*rmine1)[o], &rmine[o], n)); in SortByRemote_Private()
90 PetscCall(PetscArraycpy(&(*rremote1)[o], &rremote[o], n)); in SortByRemote_Private()
91 PetscCall(PetscSortIntWithArray(n, &(*rremote1)[o], &(*rmine1)[o])); in SortByRemote_Private()
102 PetscInt n, o; in GetRecursiveConeCoordinatesPerRank_Private() local
109 o = roffset[r]; in GetRecursiveConeCoordinatesPerRank_Private()
110 n = roffset[r + 1] - o; in GetRecursiveConeCoordinatesPerRank_Private()
111 PetscCall(ISCreateGeneral(PETSC_COMM_SELF, n, &rmine[o], PETSC_USE_POINTER, &pointsPerRank)); in GetRecursiveConeCoordinatesPerRank_Private()
[all …]
/petsc/src/binding/petsc4py/src/petsc4py/PETSc/
H A Dpetsclog.pxi59 cdef inline int event_args2objs(object args, PetscObject o[4]) except -1: argument
60 o[0] = o[1] = o[2] = o[3] = NULL
67 o[i] = tmp.obj[0]
/petsc/src/sys/logging/handler/impls/legacy/
H A Dloglegacy.c25 static PetscErrorCode PetscLogHandlerObjectCreate_Legacy(PetscLogHandler handler, PetscObject o) in PetscLogHandlerObjectCreate_Legacy() argument
29 return (*legacy->PetscLogPHC)(o); in PetscLogHandlerObjectCreate_Legacy()
32 static PetscErrorCode PetscLogHandlerObjectDestroy_Legacy(PetscLogHandler handler, PetscObject o) in PetscLogHandlerObjectDestroy_Legacy() argument
36 return (*legacy->PetscLogPHD)(o); in PetscLogHandlerObjectDestroy_Legacy()
115 …bject o4), PetscErrorCode (*PetscLogPHC)(PetscObject o), PetscErrorCode (*PetscLogPHD)(PetscObject… in PetscLogHandlerCreateLegacy() argument
/petsc/src/dm/impls/plex/transform/impls/refine/regular/
H A Dplexrefregular.c391 …ype sct, PetscInt sp, PetscInt so, DMPolytopeType tct, PetscInt r, PetscInt o, PetscInt *rnew, Pet… in DMPlexTransformGetSubcellOrientation_Regular() argument
483 *onew = o; in DMPlexTransformGetSubcellOrientation_Regular()
489 *onew = so < 0 ? -(o + 1) : o; in DMPlexTransformGetSubcellOrientation_Regular()
497 *onew = DMPolytopeTypeComposeOrientation(tct, o, seg_seg[(so + 1) * 4 + r * 2 + 1]); in DMPlexTransformGetSubcellOrientation_Regular()
507 *onew = DMPolytopeTypeComposeOrientation(tct, o, tri_seg[(so + 3) * 6 + r * 2 + 1]); in DMPlexTransformGetSubcellOrientation_Regular()
511 *onew = DMPolytopeTypeComposeOrientation(tct, o, tri_tri[(so + 3) * 8 + r * 2 + 1]); in DMPlexTransformGetSubcellOrientation_Regular()
523 *onew = DMPolytopeTypeComposeOrientation(tct, o, quad_seg[(so + 4) * 8 + r * 2 + 1]); in DMPlexTransformGetSubcellOrientation_Regular()
527 *onew = DMPolytopeTypeComposeOrientation(tct, o, quad_quad[(so + 4) * 8 + r * 2 + 1]); in DMPlexTransformGetSubcellOrientation_Regular()
537 *onew = DMPolytopeTypeComposeOrientation(tct, o, tseg_seg[(so + 2) * 2 + r * 2 + 1]); in DMPlexTransformGetSubcellOrientation_Regular()
541 *onew = DMPolytopeTypeComposeOrientation(tct, o, tseg_tseg[(so + 2) * 4 + r * 2 + 1]); in DMPlexTransformGetSubcellOrientation_Regular()
[all …]

123456