Home
last modified time | relevance | path

Searched refs:petsc (Results 1 – 25 of 1676) sorted by relevance

12345678910>>...68

/dports/science/PETSc/petsc-3.14.1/src/dm/
H A Dmakefile5 ../../include/petsc/private/dmimpl.h ../../include/petsc/private/dmmbimpl.h \
6 ../../include/petsc/private/dmnetworkimpl.h ../../include/petsc/private/dmpatchimpl.h \
7 ../../include/petsc/private/dmpleximpl.h ../../include/petsc/private/dtimpl.h \
8 ../../include/petsc/private/petscdsimpl.h ../../include/petsc/private/petscfeimpl.h \
11 ../../include/petscdmlabel.h ../../include/petsc/private/dmlabelimpl.h \
12 ../../include/petscpartitioner.h ../../include/petsc/private/partitionerimpl.h
17 include ${PETSC_DIR}/lib/petsc/conf/variables
18 include ${PETSC_DIR}/lib/petsc/conf/rules
19 include ${PETSC_DIR}/lib/petsc/conf/test
/dports/science/PETSc/petsc-3.14.1/
H A Dmakefile8 DIRS = src include tutorials interfaces share/petsc/matlab
15 include ././${PETSC_ARCH}/lib/petsc/conf/petscvariables
16 include ${PETSC_DIR}/lib/petsc/conf/variables
17 include ${PETSC_DIR}/lib/petsc/conf/rules
18 include ${PETSC_DIR}/lib/petsc/conf/test.common
387 petscversion=petsc-master; \
491 tmpdir=`mktemp -d -t petsc-doc.XXXXXXXX`; \
494 petsc@login.mcs.anl.gov:/mcs/web/research/projects/petsc/petsc-master ;\
495 /bin/cp -f /home/petsc/petsc-master.tar.gz /mcs/ftp/pub/petsc/petsc-master.tar.gz;\
507 ${PETSC_DIR}/src/docs/website/ petsc@login.mcs.anl.gov:/mcs/web/research/projects/petsc
[all …]
/dports/math/freefem++/FreeFem-sources-4.6/etc/jenkins/job_Unix/check_ffpetsc/
H A Dcheck_ffpetscVersion.sh3 releaseVersionffpetsc=$(grep "VERSION=" 3rdparty/ff-petsc/Makefile | cut -c9-15)
9 …MAJOR=$(grep "#define PETSC_VERSION_MAJOR" /Users/Shared/openmpi/ff-petsc/c/include/petscversion.h…
10 …MINOR=$(grep "#define PETSC_VERSION_MINOR" /Users/Shared/openmpi/ff-petsc/c/include/petscversion.h…
11 …SUBMINOR=$(grep "#define PETSC_VERSION_SUBMINOR" /Users/Shared/openmpi/ff-petsc/c/include/petscver…
16 …MAJOR=$(grep "#define PETSC_VERSION_MAJOR" /builds/Shared/openmpi/ff-petsc/c/include/petscversion.…
17 …MINOR=$(grep "#define PETSC_VERSION_MINOR" /builds/Shared/openmpi/ff-petsc/c/include/petscversion.…
33 cd 3rdparty/ff-petsc/ && rm -rf petsc-$releaseVersionffpetsc && cd ../.. && make clean
40 …MAJOR=$(grep "#define PETSC_VERSION_MAJOR" /Users/Shared/mpich/ff-petsc/c/include/petscversion.h |…
41 …MINOR=$(grep "#define PETSC_VERSION_MINOR" /Users/Shared/mpich/ff-petsc/c/include/petscversion.…
47 …MAJOR=$(grep "#define PETSC_VERSION_MAJOR" /builds/Shared/mpich/ff-petsc/c/include/petscversion.h …
[all …]
/dports/science/PETSc/petsc-3.14.1/src/binding/petsc4py/src/PETSc/
H A DAO.pyx36 if petsc is not None:
37 ispetsc = (<IS?>petsc).iset
41 if petsc is not None:
42 petsc = iarray_i(petsc, &npetsc, &idxpetsc)
56 if petsc is not None:
57 ispetsc = (<IS?>petsc).iset
61 if petsc is not None:
62 petsc = iarray_i(petsc, &npetsc, &idxpetsc)
76 if petsc is not None:
81 if petsc is not None:
[all …]
/dports/science/PETSc/petsc-3.14.1/src/vec/is/ao/impls/mapping/
H A Daomapping.c55 PetscInt *petsc = aomap->petsc; in AOPetscToApplication_Mapping() local
76 if (idex == petsc[mid]) break; in AOPetscToApplication_Mapping()
90 PetscInt *petsc = aomap->petsc; in AOApplicationToPetsc_Mapping() local
116 else ia[i] = petsc[perm[mid]]; in AOApplicationToPetsc_Mapping()
186 PetscInt *petsc; in AOMappingHasPetscIndex() local
193 petsc = aomap->petsc; in AOMappingHasPetscIndex()
199 if (idex == petsc[mid]) break; in AOMappingHasPetscIndex()
237 PetscInt *petsc; in AOCreateMapping() local
274 petsc = (PetscInt*)mypetsc; in AOCreateMapping()
295 aomap->petsc[i] = allpetsc[petscPerm[i]]; in AOCreateMapping()
[all …]
/dports/science/PETSc/petsc-3.14.1/src/sys/mpiuni/
H A Dmakefile9 SOURCEH = ../../../include/petsc/mpiuni/mpi.h ../../../include/petsc/mpiuni/mpif.h
10 SCRIPTS = ../../../../lib/petsc/bin/petsc-mpiexec.uni
15 include ${PETSC_DIR}/lib/petsc/conf/variables
16 include ${PETSC_DIR}/lib/petsc/conf/rules
17 include ${PETSC_DIR}/lib/petsc/conf/test
/dports/science/PETSc/petsc-3.14.1/src/mat/
H A Dmakefile8 SOURCEH = ../../include/petsc/private/matimpl.h \
10 ../../include/petsc/private/kernels/blockinvert.h \
11 ../../include/petsc/private/kernels/blocktranspose.h \
12 ../../include/petsc/private/kernels/blockmatmult.h \
19 include ${PETSC_DIR}/lib/petsc/conf/variables
20 include ${PETSC_DIR}/lib/petsc/conf/rules
21 include ${PETSC_DIR}/lib/petsc/conf/test
/dports/math/freefem++/FreeFem-sources-4.6/3rdparty/ff-petsc/
H A DMakefile141 PACKAGE=../pkg/petsc-lite-$(VERSION).tar.gz
142 SRCDIR=petsc-$(VERSION)
153 petsc-slepc: Makefile.inc dir-install WHERE-all
202 test -e $(DIR_INSTALL_REAL)/include/petsc.h
213 test -f $(SRCDIR)/fr/lib/petsc/conf/petscvariables
215 Make-petsc-download.mk:$(SRCDIR)/tag-install-real
234 test -e $(DIR_INSTALL_COMPLEX)/include/petsc.h
239 test -e $(DIR_INSTALL_COMPLEX)/include/petsc.h
285 WHERE-all:Makefile Make-petsc-download.mk
291 patch -p1 < petsc-metis.patch
[all …]
/dports/science/PETSc/petsc-3.14.1/src/vec/is/ao/impls/basic/
H A Daobasic.c47 ierr = PetscFree2(aobasic->app,aobasic->petsc);CHKERRQ(ierr); in AODestroy_Basic()
58 if (petsc) *petsc = basic->petsc; in AOBasicGetIndices_Private()
86 ia[i] = aobasic->petsc[ia[i]]; in AOApplicationToPetsc_Basic()
213 ierr = PetscMalloc1(napp+1, &petsc);CHKERRQ(ierr); in AOCreate_Basic()
214 for (i=0; i<napp; i++) petsc[i] = start + i; in AOCreate_Basic()
217 petsc = (PetscInt*)mypetsc; in AOCreate_Basic()
256 aobasic->petsc[ia] = ip + 1; in AOCreate_Basic()
259 ierr = PetscFree(petsc);CHKERRQ(ierr); in AOCreate_Basic()
265 aobasic->petsc[i]--; in AOCreate_Basic()
273 ierr = PetscFree(petsc);CHKERRQ(ierr); in AOCreate_Basic()
[all …]
/dports/science/code_saturne/code_saturne-7.1.0/m4/
H A Dcs_petsc.m435 AC_ARG_WITH(petsc,
36 [AS_HELP_STRING([--with-petsc=PATH],
43 AC_ARG_WITH(petsc-lib,
44 [AS_HELP_STRING([--with-petsc-lib=PATH],
49 PETSC_DIR="$with_petsc_lib/petsc"],
52 PETSC_DIR="$with_petsc/lib/petsc"
59 …PETSC_LIBS=$(make -s -f "$cs_abs_srcdir/build-aux/petsc-variables.makefile" PETSC_DIR="${PETSC_DI…
63 …PETSC_LIBS=$(make -s -f "$cs_abs_srcdir/build-aux/petsc-petscvariables.makefile" PETSC_DIR="${PETS…
66 Check --with-petsc or --with-petsc-lib option or PETSc directory structure
67 ({--with-petsc}/lib/conf/variables or {--with-petsc_lib}/conf/variables or
[all …]
/dports/science/PETSc/petsc-3.14.1/src/contrib/fun3d/incomp/
H A Dmakefile25 include ${PETSC_DIR}/lib/petsc/conf/variables
26 include ${PETSC_DIR}/lib/petsc/conf/rules
36 …-@${MPIEXEC} -n 1 ./flow -options_file ${DATAFILESPATH}/fun3dgrid/petsc.opt -mesh ${DATAFILESPATH}…
41 …-@${MPIEXEC} -n 4 ./flow -options_file ${DATAFILESPATH}/fun3dgrid/petsc.opt -mesh ${DATAFILESPATH}…
46 …-@${MPIEXEC} -n 64 ./flow -options_file 1Grid/petsc.opt -mesh 1Grid/uns3d.msh -partition 1Grid/Pme…
50 …-@${MPIEXEC} -n 1 ./flow -options_file ${DATAFILESPATH}/petsc.opt -mesh ${DATAFILESPATH}/uns3d.msh…
54 …-@${MPIEXEC} -n 2 ./flow -options_file ${DATAFILESPATH}/petsc.opt -mesh ${DATAFILESPATH}/uns3d.msh…
57 …-@${MPIEXEC} -n 4 ./flow -options_file ${DATAFILESPATH}/petsc.opt -mesh ${DATAFILESPATH}/uns3d.msh…
62 include $(PETSC_DIR)/lib/petsc/conf/test
/dports/science/PETSc/petsc-3.14.1/include/
H A Dmakefile6 SOURCEH = petsc.h petscsys.h petscmath.h petscmatlab.h petscbt.h \
11 DIRS = petsc/finclude petsc/private
15 include ${PETSC_DIR}/lib/petsc/conf/variables
16 include ${PETSC_DIR}/lib/petsc/conf/rules
17 include ${PETSC_DIR}/lib/petsc/conf/test
/dports/science/PETSc/petsc-3.14.1/src/binding/petsc4py/
H A DDESCRIPTION.rst21 $ pip install petsc petsc4py
26 $ pip install --no-deps git+https://gitlab.com/petsc/petsc
27 $ pip install --no-deps git+https://gitlab.com/petsc/petsc4py
32 $ pip install --no-deps https://gitlab.com/petsc/petsc/-/archive/master.tar.gz
33 $ pip install --no-deps https://gitlab.com/petsc/petsc4py/-/archive/master.tar.gz
56 http://www.mcs.anl.gov/petsc/petsc-current/docs/manual.pdf
/dports/science/PETSc/petsc-3.14.1/src/contrib/fun3d/comp/
H A Dmakefile25 include ${PETSC_DIR}/lib/petsc/conf/variables
26 include ${PETSC_DIR}/lib/petsc/conf/rules
36 …-@${MPIEXEC} -n 1 ./flow -options_file ${DATAFILESPATH}/fun3dgrid/petsc.opt -mesh ${DATAFILESPATH}…
41 …-@${MPIEXEC} -n 4 ./flow -options_file ${DATAFILESPATH}/fun3dgrid/petsc.opt -mesh ${DATAFILESPATH}…
46 …-@${MPIEXEC} -n 64 ./flow -options_file 1Grid/petsc.opt -mesh 1Grid/uns3d.msh -partition 1Grid/Pme…
52 …-@${MPIEXEC} -n 1 ./flow -options_file ${DATAFILESPATH}/petsc.opt -mesh ${DATAFILESPATH}/uns3d.msh…
56 …-@${MPIEXEC} -n 2 ./flow -options_file ${DATAFILESPATH}/petsc.opt -mesh ${DATAFILESPATH}/uns3d.msh…
59 …-@${MPIEXEC} -n 4 ./flow -options_file ${DATAFILESPATH}/petsc.opt -mesh ${DATAFILESPATH}/uns3d.msh…
61 include $(PETSC_DIR)/lib/petsc/conf/test
/dports/science/PETSc/petsc-3.14.1/src/ksp/ksp/tests/benchmarkscatters/
H A DBaseline-MPICH-88 Using PETSc directory: /home/bsmith/petsc
12 Using C compiler: /home/bsmith/petsc/arch-opt-mpich/bin/mpicc -Wall -Wwrite-strings -Wno-strict-…
13 Using Fortran compiler: /home/bsmith/petsc/arch-opt-mpich/bin/mpif90 -Wall -Wno-unused-variable …
16 … paths: -I/home/bsmith/petsc/arch-opt-mpich/include -I/home/bsmith/petsc/include -I/home/bsmith/pe…
19 Using C linker: /home/bsmith/petsc/arch-opt-mpich/bin/mpicc
20 Using Fortran linker: /home/bsmith/petsc/arch-opt-mpich/bin/mpif90
21petsc/arch-opt-mpich/lib -L/home/bsmith/petsc/arch-opt-mpich/lib -lpetsc -Wl,-rpath,/home/bsmith/p…
23 …PIC -g -O -I/home/bsmith/petsc/arch-opt-mpich/include -L/home/bsmith/petsc/arch-opt-mpich/lib -Wl,…
H A DBaseline-MPICH-168 Using PETSc directory: /home/bsmith/petsc
12 Using C compiler: /home/bsmith/petsc/arch-opt-mpich/bin/mpicc -Wall -Wwrite-strings -Wno-strict-…
13 Using Fortran compiler: /home/bsmith/petsc/arch-opt-mpich/bin/mpif90 -Wall -Wno-unused-variable …
16 … paths: -I/home/bsmith/petsc/arch-opt-mpich/include -I/home/bsmith/petsc/include -I/home/bsmith/pe…
19 Using C linker: /home/bsmith/petsc/arch-opt-mpich/bin/mpicc
20 Using Fortran linker: /home/bsmith/petsc/arch-opt-mpich/bin/mpif90
21petsc/arch-opt-mpich/lib -L/home/bsmith/petsc/arch-opt-mpich/lib -lpetsc -Wl,-rpath,/home/bsmith/p…
23 …PIC -g -O -I/home/bsmith/petsc/arch-opt-mpich/include -L/home/bsmith/petsc/arch-opt-mpich/lib -Wl,…
/dports/textproc/sowing/sowing-1.1.18/docs/doctext/
H A DMakefile.in46 ${TOHTML} -default -dosnl -mapref ../../demos/petsc.cit \
47 -mapman ../../www/petsc.cit $*.tex
48 ${TOHTML} -default -dosnl -mapref ../../demos/petsc.cit \
49 -mapman ../../www/petsc.cit $*.tex
54 ${TOHTML} -default -dosnl -mapref ../../demos/petsc.cit \
55 -mapman ../../www/petsc.cit doctext.tex
56 ${TOHTML} -default -dosnl -mapref ../../demos/petsc.cit \
57 -mapman ../../www/petsc.cit doctext.tex
/dports/science/PETSc/petsc-3.14.1/src/sys/classes/viewer/impls/socket/matlab/
H A Dmakefile24 include ${PETSC_DIR}/lib/petsc/conf/variables
25 include ${PETSC_DIR}/lib/petsc/conf/rules
26 include ${PETSC_DIR}/lib/petsc/conf/test
31 -@${MV} sread.mex* ${PETSC_DIR}/${PETSC_ARCH}/lib/petsc/matlab
36 -@${MV} swrite.mex* ${PETSC_DIR}/${PETSC_ARCH}/lib/petsc/matlab
41 -@${MV} sopen.mex* ${PETSC_DIR}/${PETSC_ARCH}/lib/petsc/matlab
46 -@${MV} sclose.mex* ${PETSC_DIR}/${PETSC_ARCH}/lib/petsc/matlab
/dports/science/PETSc/petsc-3.14.1/src/vec/vec/tutorials/
H A Dex42.m8 …res the Matlab mex routines in ${PETSC_DIR}/share/petsc/matlab and ${PETSC_DIR}/${PETSC_ARCH}/lib/
9 % Make sure that ${PETSC_DIR}/share/petsc/matlab and ${PETSC_DIR}/${PETSC_ARCH}/lib/petsc/matlab i…
10 % $prefix/share/petsc/matlab and $prefix/lib/petsc/matlab if you ran ./configure with --prefix
/dports/science/PETSc/petsc-3.14.1/src/ksp/pc/
H A Dmakefile4 SOURCEH = ../../../include/petsc/private/pcimpl.h ../../../include/petscpc.h \
5 ../../../include/petsc/private/pcgamgimpl.h ../../../include/petscpctypes.h
11 include ${PETSC_DIR}/lib/petsc/conf/variables
12 include ${PETSC_DIR}/lib/petsc/conf/rules
13 include ${PETSC_DIR}/lib/petsc/conf/test
/dports/science/PETSc/petsc-3.14.1/src/vec/vec/
H A Dmakefile4 SOURCEH = ../../../include/petsc/private/vecimpl.h ../../../include/petscvec.h \
5 ../../../include/petsc/private/kernels/petscaxpy.h \
11 include ${PETSC_DIR}/lib/petsc/conf/variables
12 include ${PETSC_DIR}/lib/petsc/conf/rules
13 include ${PETSC_DIR}/lib/petsc/conf/test
/dports/science/PETSc/petsc-3.14.1/src/tao/
H A Dmakefile5 ../../include/petsc/private/taoimpl.h ../../include/petsc/private/taolinesearchimpl.h
10 include ${PETSC_DIR}/lib/petsc/conf/variables
11 include ${PETSC_DIR}/lib/petsc/conf/rules
12 include ${PETSC_DIR}/lib/petsc/conf/test
/dports/science/PETSc/petsc-3.14.1/include/petsc/finclude/
H A Dmakefile7 SOURCEH = petsc.h petscsys.h petsclog.h petscvec.h petscsnes.h petscdm.h petscdmda.h \
13 LOCDIR = include/petsc/finclude/
15 include ${PETSC_DIR}/lib/petsc/conf/variables
16 include ${PETSC_DIR}/lib/petsc/conf/rules
17 include ${PETSC_DIR}/lib/petsc/conf/test
/dports/science/PETSc/petsc-3.14.1/config/
H A Dgmakegen.py251 def WriteGnuMake(petsc): argument
252 arch_files = petsc.pkg_arch_path('lib',petsc.pkg_name,'conf', 'files')
254 gendeps = petsc.gen_gnumake(fd)
264 def WriteNinja(petsc): argument
268 build_ninja = petsc.arch_path('build.ninja')
276 if petsc.have_fortran:
294 if petsc.have_fortran:
308 petsc.gen_ninja(fd)
314 … ' '.join(os.path.join(petsc.pkg_dir, dep) for dep in petsc.gendeps)))
321 writer[output](petsc)
[all …]
/dports/science/PETSc/petsc-3.14.1/src/binding/petsc4py/docs/
H A Dindex.rst27 + Mailing Lists: petsc-users@mcs.anl.gov, petsc-dev@mcs.anl.gov
33 + Project Site: https://gitlab.com/petsc/petsc4py
34 + Source Releases: https://gitlab.com/petsc/petsc4py/-/releases
35 + Issue Tracker: https://gitlab.com/petsc/petsc4py/-/issues
36 + Git Repository: https://gitlab.com/petsc/petsc4py.git
59 http://www.mcs.anl.gov/petsc/petsc-current/docs/manual.pdf

12345678910>>...68