Searched refs:compress (Results 1 – 9 of 9) sorted by relevance
| /petsc/include/petsc/private/ |
| H A D | viewerhdf5impl.h | 57 PetscBool compress; // Compress output when possible member
|
| /petsc/src/vec/is/is/impls/general/ |
| H A D | general.c | 221 static PetscErrorCode ISGeneralCheckCompress(IS is, PetscBool *compress) in ISGeneralCheckCompress() argument 229 *compress = PETSC_FALSE; in ISGeneralCheckCompress() 244 …PetscCallMPI(MPIU_Allreduce(&lcompress, compress, 1, MPI_C_BOOL, MPI_LAND, PetscObjectComm((PetscO… in ISGeneralCheckCompress() 464 PetscBool isascii, isbinary, ishdf5, compress; in ISView_General() local 468 PetscCall(ISGeneralCheckCompress(is, &compress)); in ISView_General() 526 if (vcompress && compress) PetscCall(ISView_General_HDF5_Compressed(is, viewer)); in ISView_General()
|
| /petsc/src/sys/classes/viewer/impls/hdf5/ |
| H A D | hdf5v.c | 82 …ress", "Enable compression", "PetscViewerHDF5SetCompress", hdf5->compress, &hdf5->compress, NULL)); in PetscViewerSetFromOptions_HDF5() 99 PetscCall(PetscViewerASCIIPrintf(viewer, "Compression: %s\n", PetscBools[hdf5->compress])); in PetscViewerView_HDF5() 544 hdf5->compress = flg; in PetscViewerHDF5SetCompress_HDF5() 553 *flg = hdf5->compress; in PetscViewerHDF5GetCompress_HDF5()
|
| /petsc/src/vec/is/is/interface/ |
| H A D | index.c | 2001 PetscErrorCode ISSetCompressOutput(IS is, PetscBool compress) in ISSetCompressOutput() argument 2005 PetscValidLogicalCollectiveBool(is, compress, 2); in ISSetCompressOutput() 2006 is->compressOutput = compress; in ISSetCompressOutput() 2025 PetscErrorCode ISGetCompressOutput(IS is, PetscBool *compress) in ISGetCompressOutput() argument 2029 PetscAssertPointer(compress, 2); in ISGetCompressOutput() 2030 *compress = is->compressOutput; in ISGetCompressOutput()
|
| /petsc/src/mat/utils/ |
| H A D | axpy.c | 494 PetscErrorCode MatFilter(Mat A, PetscReal tol, PetscBool compress, PetscBool keep) in MatFilter() argument 560 if (compress && A->ops->eliminatezeros) { in MatFilter()
|
| /petsc/src/binding/petsc4py/docs/source/ |
| H A D | conf.py | 182 new_inventory_filename, sphobjinv.compress(inventory.data_file(contract=True))
|
| /petsc/doc/changes/ |
| H A D | 320.md | 148 …)` in favor of `MatFilter()`, with two additional Boolean parameters to compress the underlying st…
|
| /petsc/share/petsc/datafiles/meshes/ |
| H A D | testcase3D.cas | 1552 (dual-ts/relax-compress-density-correction-t? #f) 3291 (prepdf/compress-op-pres 101325) 3383 (pdf/pollut-compress? #t) 3723 (turb-compress-mod? #f) 3959 (mp/compress-alt-bc-maxwell? #f) 3960 (mp/compress-alt-bc? #f) 5707 (compress/enhanced-numerics/mp/limit-fp? #f) 5708 (compress/enhanced-numerics/limit-fp? #t) 5709 (compress/enhanced-numerics/cavitation/limit-p? #f) 5710 (compress/enhanced-numerics/compr-liquid/limit-p? #f) [all …]
|
| /petsc/src/dm/impls/plex/ |
| H A D | plextree.c | 531 PetscBool compress; in AnchorsFlatten() local 550 compress = PETSC_FALSE; in AnchorsFlatten() 570 compress = PETSC_FALSE; in AnchorsFlatten() 608 compress = PETSC_TRUE; in AnchorsFlatten() 619 if (compress) { in AnchorsFlatten()
|