Home
last modified time | relevance | path

Searched refs:hdf5 (Results 1 – 25 of 47) sorted by relevance

12

/petsc/src/sys/classes/viewer/impls/hdf5/
H A Dhdf5v.c71 PetscViewer_HDF5 *hdf5 = (PetscViewer_HDF5 *)v->data; in PetscViewerSetFromOptions_HDF5() local
75 …get 2 dimensions in HDF5", "PetscViewerHDF5SetBaseDimension2", hdf5->basedimension2, &hdf5->basedi… in PetscViewerSetFromOptions_HDF5()
76 …to be written in single precision", "PetscViewerHDF5SetSPOutput", hdf5->spoutput, &hdf5->spoutput,… in PetscViewerSetFromOptions_HDF5()
82 …f5_compress", "Enable compression", "PetscViewerHDF5SetCompress", hdf5->compress, &hdf5->compress,… in PetscViewerSetFromOptions_HDF5()
89 PetscViewer_HDF5 *hdf5 = (PetscViewer_HDF5 *)v->data; in PetscViewerView_HDF5() local
93 if (hdf5->filename) PetscCall(PetscViewerASCIIPrintf(viewer, "Filename: %s\n", hdf5->filename)); in PetscViewerView_HDF5()
94 …(viewer, "Vectors with blocksize 1 saved as 2D datasets: %s\n", PetscBools[hdf5->basedimension2])); in PetscViewerView_HDF5()
95 …scViewerASCIIPrintf(viewer, "Enforce single precision storage: %s\n", PetscBools[hdf5->spoutput])); in PetscViewerView_HDF5()
98 …PetscCall(PetscViewerASCIIPrintf(viewer, "Default timestepping: %s\n", PetscBools[hdf5->defTimeste… in PetscViewerView_HDF5()
99 PetscCall(PetscViewerASCIIPrintf(viewer, "Compression: %s\n", PetscBools[hdf5->compress])); in PetscViewerView_HDF5()
[all …]
/petsc/config/BuildSystem/config/packages/
H A Dcgns.py18 self.hdf5 = framework.require('config.packages.HDF5', self)
20 self.deps = [self.hdf5]
30 if self.hdf5.directory:
31 args.append('-DHDF5_ROOT:PATH={}'.format(self.hdf5.directory))
H A Dascem-io.py20 self.hdf5 = framework.require('config.packages.HDF5',self)
21 self.deps = [self.mpi,self.hdf5]
27 if self.hdf5.include:
28 …'+self.updatePackageCFlags(self.getCompilerFlags())+'" HDF5_INCLUDE_DIR="'+self.hdf5.include[0]+'"'
H A DChombo.py22 self.hdf5 = self.framework.require('config.packages.HDF5',self)
25 self.deps = [self.mpi,self.blasLapack,self.hdf5]
60 g.write('HDFINCFLAGS='+self.headers.toString(self.hdf5.include)+'\n')
61 g.write('HDFLIBFLAGS='+self.libraries.toString(self.hdf5.lib)+'\n')
62 g.write('HDFMPIINCFLAGS='+self.headers.toString(self.hdf5.include)+'\n')
63 g.write('HDFMPILIBFLAGS='+self.libraries.toString(self.hdf5.lib)+'\n')
H A Dalquimia.py23 self.hdf5 = framework.require('config.packages.HDF5', self)
25 self.deps = [self.mpi, self.hdf5, self.pflotran]
56 plibs = self.hdf5.lib
67 …ETSC_INCLUDE_DIRS="'+os.path.join(self.petscdir.dir,'include')+';'+';'.join(self.hdf5.include)+'"')
H A DMOAB.py31 self.hdf5 = framework.require('config.packages.HDF5', self)
39 …self.odeps = [self.szlib,self.eigen,self.hdf5,self.netcdf,self.metis,self.parmetis,self.p…
58 if self.hdf5.found:
59 args.append('--with-hdf5="'+self.hdf5.directory+'"')
H A DADIOS.py19 self.hdf5 = framework.require('config.packages.HDF5', self)
24 self.odeps = [self.hdf5,self.netcdf,self.zlib]
47 if self.hdf5.found:
H A DSAMRAI.py17 self.hdf5 = framework.require('config.packages.HDF5', self)
19 self.deps = [self.mpi, self.hdf5, self.silo]
48 args.append('--with-hdf5='+self.hdf5.directory)
H A DExodusII.py24 self.hdf5 = framework.require('config.packages.HDF5', self)
25 self.deps = [self.hdf5,self.netcdf,self.pnetcdf]
69 args.append('-DHDF5_DIR:PATH='+self.hdf5.directory)
H A DFiredrake.py26 self.hdf5 = framework.require('config.packages.HDF5',self)
41 …asLapack,self.petsc4py,self.slepc,self.slepc4py,self.fftw,self.hwloc,self.hdf5,self.metis,self.pne…
48 self.env['HDF5_DIR'] = self.hdf5.directory
H A DTrilinos.py32 self.hdf5 = framework.require('config.packages.HDF5',self)
45 ….superlu,self.superlu_dist,self.parmetis,self.metis,self.ptscotch,self.boost,self.netcdf,self.hdf5]
120 if not self.hdf5.found:
256 if self.hdf5.found:
258 args.append('-DTPL_HDF5_INCLUDE_DIRS="'+';'.join(self.hdf5.include)+'"')
259 args.append('-DTPL_HDF5_LIBRARIES="'+self.toStringNoDupes(self.hdf5.dlib)+'"')
H A DnetCDF.py22 self.hdf5 = framework.require('config.packages.HDF5', self)
24 self.deps = [self.mpi, self.hdf5,self.zlib]
H A DFEniCS-DOLFINx.py31 self.hdf5 = framework.require('config.packages.HDF5',self)
38 …self.deps = [self.mpi4py,self.petsc4py,self.boost,self.basix,self.ffcx,self.hdf5,self…
46 args.append('-DHDF5_DIR=' + self.hdf5.include[0])
55 for l in self.hdf5.lib:
/petsc/src/vec/is/utils/hdf5/
H A Dhdf5io.c20 PetscViewer_HDF5 *hdf5 = (PetscViewer_HDF5 *)viewer->data; in PetscViewerHDF5CheckTimestepping_Internal() local
24 …PetscCall(PetscViewerHDF5ReadAttribute(viewer, name, "timestepping", PETSC_BOOL, &hdf5->defTimeste… in PetscViewerHDF5CheckTimestepping_Internal()
25 if (timestepping != hdf5->timestepping) { in PetscViewerHDF5CheckTimestepping_Internal()
29 …s Timestepping pushed? %s", group, name, PetscBools[timestepping], PetscBools[hdf5->timestepping]); in PetscViewerHDF5CheckTimestepping_Internal()
36 PetscViewer_HDF5 *hdf5 = (PetscViewer_HDF5 *)viewer->data; in PetscViewerHDF5ReadInitialize_Private() local
47 if (!hdf5->horizontal) { in PetscViewerHDF5ReadInitialize_Private()
49 PetscCall(PetscViewerHDF5HasAttribute(viewer, name, "MATLAB_class", &hdf5->horizontal)); in PetscViewerHDF5ReadInitialize_Private()
77 PetscViewer_HDF5 *hdf5 = (PetscViewer_HDF5 *)viewer->data; in PetscViewerHDF5ReadSizes_Private() local
148 if (hdf5->timestepping) ++ctx->lenInd; in PetscViewerHDF5ReadSizes_Private()
162 if (hdf5->horizontal) { in PetscViewerHDF5ReadSizes_Private()
[all …]
/petsc/src/dm/impls/swarm/tests/
H A Dmakefile12 …scfe_default_quadrature_order ${ORDER} -dm_view hdf5:sol.h5 -fhat_view hdf5:sol.h5::append -rhs_vi…
/petsc/src/vec/vec/tests/output/
H A Dex51_2.out1 writing vector in hdf5 to vector.dat ...
2 reading vector in hdf5 from vector.dat ...
H A Dex100cu_4.out25 writing vector in hdf5 to vector.dat ...
26 reading vector in hdf5 from vector.dat ...
H A Dex100cu_6.out27 writing vector in hdf5 to vector.dat ...
28 reading vector in hdf5 from vector.dat ...
/petsc/src/vec/vec/tutorials/output/
H A Dex10_4.out25 writing vector in hdf5 to vector.dat ...
26 reading vector in hdf5 from vector.dat ...
H A Dex10_6.out27 writing vector in hdf5 to vector.dat ...
28 reading vector in hdf5 from vector.dat ...
/petsc/src/sys/classes/viewer/tutorials/output/
H A Dex2_2a.out2 type: hdf5
4 Filename: my.hdf5
H A Dex2_2b.out2 type: hdf5
4 Filename: my.hdf5
H A Dex2_2b_alt.out3 type: hdf5
5 Filename: my.hdf5
/petsc/src/mat/impls/dense/seq/hdf5/
H A Ddensehdf5.c12 PetscViewer_HDF5 *hdf5; in MatLoad_Dense_HDF5() local
32 hdf5 = (PetscViewer_HDF5 *)viewer->data; in MatLoad_Dense_HDF5()
34 hdf5->horizontal = PETSC_TRUE; in MatLoad_Dense_HDF5()
/petsc/src/ksp/ksp/tutorials/
H A Dex27.c16 PetscBool hdf5 = PETSC_FALSE; in VecLoadIfExists_Private() local
19 PetscCall(PetscObjectTypeCompare((PetscObject)fd, PETSCVIEWERHDF5, &hdf5)); in VecLoadIfExists_Private()
20 if (hdf5) { in VecLoadIfExists_Private()
55 PetscBool hdf5 = PETSC_FALSE; in main() local
87 PetscCall(PetscOptionsGetBool(NULL, NULL, "-hdf5", &hdf5, NULL)); in main()
115 if (hdf5) { in main()
191 if (hdf5) { in main()

12