| /petsc/src/sys/classes/draw/utils/ |
| H A D | axisc.c | 391 PetscErrorCode PetscStripe0(char *buf) in PetscStripe0() 417 PetscErrorCode PetscStripAllZeros(char *buf) in PetscStripAllZeros() 440 PetscErrorCode PetscStripTrailingZeros(char *buf) in PetscStripTrailingZeros() 471 PetscErrorCode PetscStripInitialZero(char *buf) in PetscStripInitialZero() 488 PetscErrorCode PetscStripZeros(char *buf) in PetscStripZeros() 508 PetscErrorCode PetscStripZerosPlus(char *buf) in PetscStripZerosPlus()
|
| H A D | axis.c | 10 static char buf[40]; in PetscADefLabel() local
|
| /petsc/src/mat/impls/localref/ |
| H A D | mlocalref.c | 12 #define IndexSpaceGet(buf, nrow, ncol, irowm, icolm) \ argument 22 #define IndexSpaceRestore(buf, nrow, ncol, irowm, icolm) \ argument 38 PetscInt buf[4096], *irowm = NULL, *icolm; /* suppress maybe-uninitialized warning */ in MatSetValuesBlockedLocal_LocalRef_Block() local 53 PetscInt rbs, cbs, buf[4096], *irowm, *icolm; in MatSetValuesBlockedLocal_LocalRef_Scalar() local 70 PetscInt buf[4096], *irowm, *icolm; in MatSetValuesLocal_LocalRef_Scalar() local
|
| /petsc/src/sys/fileio/ |
| H A D | smatlab.c | 32 char buf[1024], *found; in PetscStartMatlab() local
|
| H A D | mpiuopen.c | 116 char buf[1024]; in PetscPClose() local
|
| H A D | fretrieve.c | 407 char buf[1024], *str, *substring; in PetscFileRetrieve() local
|
| /petsc/src/vec/is/sf/tutorials/ |
| H A D | ex1.c | 198 char buf[256]; in main() local 281 char buf[256]; in main() local 335 char buf[256]; in main() local
|
| /petsc/include/petsc/mpiuni/ |
| H A D | mpi.h | 414 …#define MPI_Send(buf, count, datatype, dest, tag, comm) (M… argument 416 …#define MPI_Recv(buf, count, datatype, source, tag, comm, status) (M… argument 419 …#define MPI_Bsend(buf, count, datatype, dest, tag, comm) (M… argument 420 …#define MPI_Ssend(buf, count, datatype, dest, tag, comm) (M… argument 421 …#define MPI_Rsend(buf, count, datatype, dest, tag, comm) (M… argument 424 …#define MPI_Ibsend(buf, count, datatype, dest, tag, comm, request) (M… argument 425 …#define MPI_Issend(buf, count, datatype, dest, tag, comm, request) (M… argument 426 …#define MPI_Irsend(buf, count, datatype, dest, tag, comm, request) (M… argument 428 …#define MPI_Irecv(buf, count, datatype, source, tag, comm, request) (M… argument 430 …#define MPI_Isend(buf, count, datatype, dest, tag, comm, request) (M… argument [all …]
|
| /petsc/src/sys/classes/draw/interface/ |
| H A D | dsave.c | 42 char buf[PETSC_MAX_PATH_LEN]; in PetscDrawSetSave() local 143 char buf[PETSC_MAX_PATH_LEN]; in PetscDrawSetSaveFinalImage() local
|
| /petsc/src/dm/impls/plex/ |
| H A D | gmshlex.h | 72 int i, j, *sub, buf[SN2(GMSH_MAX_ORDER)]; in GmshLexOrder_TRI() local 100 int i, j, *sub, buf[BN2(GMSH_MAX_ORDER)]; in GmshLexOrder_QUA() local 130 int i, j, k, *sub, buf[SN3(GMSH_MAX_ORDER)]; in GmshLexOrder_TET() local 174 int i, j, k, *sub, buf[BN3(GMSH_MAX_ORDER)]; in GmshLexOrder_HEX() local 230 int i, j, k, *sub, buf[BN2(GMSH_MAX_ORDER)]; in GmshLexOrder_PRI() local
|
| H A D | plexply.c | 59 char buf = '\0'; in DMPlexCreatePLYFromFile() local
|
| H A D | plexgmsh.c | 212 static PetscErrorCode GmshBufferGet(GmshFile *gmsh, PetscCount count, size_t eltsize, void *buf) in GmshBufferGet() 229 static PetscErrorCode GmshBufferSizeGet(GmshFile *gmsh, PetscCount count, void *buf) in GmshBufferSizeGet() 247 static PetscErrorCode GmshRead(GmshFile *gmsh, void *buf, PetscCount count, PetscDataType dtype) in GmshRead() 258 static PetscErrorCode GmshReadString(GmshFile *gmsh, char *buf, PetscCount count) in GmshReadString() 314 static PetscErrorCode GmshReadPetscInt(GmshFile *gmsh, PetscInt *buf, PetscCount count) in GmshReadPetscInt() 344 static PetscErrorCode GmshReadPetscCount(GmshFile *gmsh, PetscCount *buf, PetscCount count) in GmshReadPetscCount() 374 static PetscErrorCode GmshReadInt(GmshFile *gmsh, int *buf, PetscCount count) in GmshReadInt() 384 static PetscErrorCode GmshReadDouble(GmshFile *gmsh, double *buf, PetscCount count) in GmshReadDouble() 1729 int buf[6]; in DMPlexCreateGmsh() local
|
| /petsc/src/binding/petsc4py/src/petsc4py/include/petsc4py/ |
| H A D | pybuffer.h | 37 void *buf, PetscInt count, char typechar, in PyPetscBuffer_FillInfo()
|
| /petsc/src/sys/tests/ |
| H A D | ex64.cxx | 658 const auto int_printer = [](int key, std::string &buf) { in main() 663 const auto double_printer = [](double value, std::string &buf) { in main() 668 const auto foo_printer = [](const Foo &key, std::string &buf) { in main() 673 const auto bar_printer = [](const Bar &value, std::string &buf) { in main() 678 const auto pair_printer = [](const std::pair<int, double> &value, std::string &buf) { in main()
|
| /petsc/src/sys/objects/ |
| H A D | prefix.c | 182 char *buf; in PetscObjectPrependOptionsPrefix() local
|
| /petsc/src/mat/impls/dense/mpi/ |
| H A D | mpidense.h | 20 PetscScalar *buf[2]; member
|
| /petsc/include/ |
| H A D | petsclog.h | 491 #define MPI_Irecv(buf, count, datatype, source, tag, comm, request) \ argument 494 #define MPI_Irecv_c(buf, count, datatype, source, tag, comm, request) \ argument 497 #define MPI_Isend(buf, count, datatype, dest, tag, comm, request) \ argument 500 #define MPI_Isend_c(buf, count, datatype, dest, tag, comm, request) \ argument 511 #define MPI_Recv(buf, count, datatype, source, tag, comm, status) \ argument 514 #define MPI_Recv_c(buf, count, datatype, source, tag, comm, status) \ argument 517 #define MPI_Send(buf, count, datatype, dest, tag, comm) \ argument 520 #define MPI_Send_c(buf, count, datatype, dest, tag, comm) \ argument 585 #define MPIX_Send_enqueue(buf, count, datatype, dest, tag, comm) \ argument 588 #define MPIX_Recv_enqueue(buf, count, datatype, source, tag, comm, status) \ argument [all …]
|
| H A D | petscsys.h | 2735 static inline PetscMPIInt MPIU_Send(const void *buf, MPIU_Count count, MPI_Datatype dtype, PetscMPI… in MPIU_Send() 2744 static inline PetscMPIInt MPIU_Send_init(const void *buf, MPIU_Count count, MPI_Datatype dtype, Pet… in MPIU_Send_init() 2753 static inline PetscMPIInt MPIU_Isend(const void *buf, MPIU_Count count, MPI_Datatype dtype, PetscMP… in MPIU_Isend() 2762 static inline PetscMPIInt MPIU_Recv(const void *buf, MPIU_Count count, MPI_Datatype dtype, PetscMPI… in MPIU_Recv() 2771 static inline PetscMPIInt MPIU_Recv_init(const void *buf, MPIU_Count count, MPI_Datatype dtype, Pet… in MPIU_Recv_init() 2780 static inline PetscMPIInt MPIU_Irecv(const void *buf, MPIU_Count count, MPI_Datatype dtype, PetscMP… in MPIU_Irecv() 2842 …#define MPIU_Send(buf, count, dtype, dest, tag, comm) MPI_Send_c(buf, (MPI_Count)(… argument 2843 …#define MPIU_Send_init(buf, count, dtype, dest, tag, comm, request) MPI_Send_init_c(buf, (MPI_Co… argument 2844 …#define MPIU_Isend(buf, count, dtype, dest, tag, comm, request) MPI_Isend_c(buf, (MPI_Count)… argument 2845 …#define MPIU_Recv(buf, count, dtype, source, tag, comm, status) MPI_Recv_c(buf, (MPI_Count)(… argument [all …]
|
| /petsc/src/vec/vec/tests/ |
| H A D | ex48.c | 339 char buf[PETSC_MAX_PATH_LEN]; in testGroupsDatasets() local 467 …formPath(PetscBool relativize, const char path[], const char dataset[], char buf[], size_t bufsize) in formPath() 489 char buf[PETSC_MAX_PATH_LEN]; in testAttributesAbsolutePath() local
|
| /petsc/src/vec/is/sf/impls/basic/cupm/ |
| H A D | sfcupm_impl.hpp | 57 …scInt count, PetscInt start, const PetscInt *opt, const PetscInt *idx, const Type *data, Type *buf) in d_Pack() 70 …scInt count, PetscInt start, const PetscInt *opt, const PetscInt *idx, Type *data, const Type *buf) in d_UnpackAndOp() 276 …unt, PetscInt start, PetscSFPackOpt opt, const PetscInt *idx, const void *data, void *buf) noexcept in Pack() 292 …unt, PetscInt start, PetscSFPackOpt opt, const PetscInt *idx, void *data, const void *buf) noexcept in UnpackAndOp() 308 …Int count, PetscInt start, PetscSFPackOpt opt, const PetscInt *idx, void *data, void *buf) noexcept in FetchAndOp()
|
| /petsc/src/tao/leastsquares/tutorials/matlab/ |
| H A D | matlab_ls_test.c | 56 char buf[1024]; in TaoPounders() local
|
| /petsc/config/BuildSystem/config/ |
| H A D | compilersFortran.py | 7 def remove_xcode_verbose(buf): argument
|
| /petsc/src/binding/petsc4py/src/ |
| H A D | pyapicompat.h | 12 void *buf; member
|
| /petsc/config/BuildSystem/config/packages/ |
| H A D | MPI.py | 910 def log_print_mpi_h_line(self,buf): argument
|
| /petsc/src/dm/impls/da/ |
| H A D | grvtk.c | 124 char buf[256]; in DMDAVTKWriteAll_VTS() local 340 char buf[256]; in DMDAVTKWriteAll_VTR() local
|