Home
last modified time | relevance | path

Searched refs:Create (Results 1 – 25 of 69) sorted by relevance

123

/petsc/src/mat/tests/output/
H A Dex245.out1 Create ScaLAPACK matrix A
2 Create rhs matrix B
3 Create solution matrix X
4 Create ScaLAPACK matrix Aher
H A Dex145.out1 Create Elemental matrix A
2 Create rhs matrix B
3 Create solution matrix X
4 Create Elemental matrix Aher
/petsc/include/petsc/private/
H A Dhashset.txt12 .seealso: `PETSC_HASH_SET()`, `PetscHSet<T>Create()`, `PetscHSet<T>Destroy()`, `PetscHSet<T>QueryAd…
13 …`PetscHSet<T>Add()`, `PetscHSet<T>Reset()`, `PETSC_HASH_MAP()`, `PetscHMap<T>Create()`, `PetscHSe…
18 PetscHSet<T>Create - Create a hash set
22 PetscErrorCode PetscHSet<T>Create(PetscHSet<T> *ht)
44 .seealso: `PetscHSet<T>Create()`
77 .seealso: `PetscHSet<T>Create()`
96 .seealso: `PetscHSet<T>Create()`, `PetscHSet<T>Duplicate()`
127 .seealso: `PetscHSet<T>Create()`
H A Dhashmap.txt15 .seealso: `PETSC_HASH_MAP()`, `PetscHMap<T>Create()`, `PETSC_HASH_SET()`, `PetscHSet<T>Create()`
20 PetscHMap<T>Create - Create a hash table
24 PetscErrorCode PetscHMap<T>Create(PetscHMap<T> *ht)
35 PetscHMap<T>CreateWithSize - Create a hash table with a given initial size
52 .seealso: `PetscHMap<T>Create()`, `PetscHMap<T>Destroy()`
67 .seealso: `PetscHMap<T>Create()`, `PetscHMap<T>CreateWithSize()`
100 .seealso: `PetscHMap<T>Create()`
131 .seealso: `PetscHMap<T>Create()`
H A Dlogimpl.h11 …static inline PETSC_UNUSED PetscErrorCode PetscLog##Container##Create(int, PetscLog##Container *);…
26 …static inline PETSC_UNUSED PetscErrorCode PetscLog##Container##Create(int max_init, PetscLog##Cont…
H A Dhashmap.h39 static inline PETSC_UNUSED PetscErrorCode Petsc##HashT##Create(Petsc##HashT *); \
69 static inline PETSC_UNUSED PetscErrorCode Petsc##HashT##Create(Petsc##HashT *ht) \
83 PetscCall(Petsc##HashT##Create(ht)); \
/petsc/src/ksp/ksp/tests/
H A Dex21.c19 PetscErrorCode Create(MPI_Comm comm, Mat *inA, IS *is0, IS *is1) in Create() function
120 PetscCall(Create(PETSC_COMM_WORLD, &A, &is0, &is1)); in main()
152 PetscCall(Create(PETSC_COMM_WORLD, &A, &is0, &is1)); in main()
217 PetscCall(Create(PETSC_COMM_WORLD, &A, &is0, &is1)); in main()
/petsc/lib/petsc/bin/maint/abi-compliance-checker/
H A DINSTALL99 Create ABI dumps for both library versions
117 Create XML-descriptors for two versions
/petsc/src/binding/petsc4py/src/petsc4py/PETSc/
H A DDT.pyx29 """Create a `Quad` object.
50 """Create a deep copy of the `Quad` object.
H A DViewer.pyx180 """Create a viewer.
206 """Create a viewer of type `Type.ASCII`.
244 """Create a viewer of type `Type.BINARY`.
277 """Create a viewer of type `Type.BINARY` supporting MPI-IO.
314 """Create a viewer of type `Type.VTK`.
350 """Create a viewer of type `Type.HDF5`.
388 """Create a `Type.DRAW` viewer.
934 """Create a `Type.PYTHON` viewer.
1050 """Create a viewer of type `Type.HDF5`.
H A DDMLabel.pyx41 """Create a `DMLabel` object, which is a multimap.
425 """Create an index structure for membership determination.
439 """Create an index structure for membership determination.
549 """Create a new label with permuted points.
568 """Create a new label pushed forward over the `SF`.
H A DFE.pyx54 """Create an empty `FE` object.
84 """Create a `FE` for basic FEM computation.
130 """Create a `FE` for basic FEM computation.
176 """Create a `FE` for the basic Lagrange space of degree k.
H A DScatter.pyx96 """Create a scatter object.
207 """Create a scatter that communicates a vector to all sharing processes.
235 """Create a scatter that communicates a vector to rank zero.
H A DIS.pyx89 """Create an IS.
146 """Create an IS with indices.
176 """Create a blocked index set.
210 """Create an index set consisting of evenly spaced values.
240 """Create a copy of the index set.
334 """Create an index set describing a global mapping.
724 """Create a complement index set.
1259 """Create a local-to-global mapping.
1290 """Create a local-to-global mapping from an index set.
1311 """Create a local-to-global mapping from a star forest.
[all …]
H A DDMPlex.pyx15 """Create a `DMPlex` object, which encapsulates an unstructured mesh.
36 """Create a `DMPlex` from a list of vertices for each cell on process 0.
92 """Create a mesh on the tensor product of intervals.
151 """Create a mesh on the surface of a box mesh using tensor cells.
193 """Create `DMPlex` from a file.
227 """Create a `DMPlex` mesh from a CGNS file.
236 Create faces and edges in the mesh.
255 """"Create a `DMPlex` mesh from a CGNS file.
264 Create faces and edges in the mesh.
284 """Create a `DMPlex` mesh from an ExodusII file.
[all …]
H A DSF.pyx64 """Create a star forest communication context.
263 """Create the inverse map.
267 Create the inverse map given a PetscSF in which all vertices have
346 """Create an expanded `SF` of DOFs.
379 """Create a new, reorganized `Section`.
H A DDevice.pyx96 """Create a device object.
241 """Create an empty DeviceContext.
400 """Create multiple device contexts which are all logically dependent on this one.
/petsc/src/mat/impls/dense/seq/cupm/hip/
H A Dmatseqdensehip.hip.cxx23 PetscCall(cupm_mat.Create(A)); in MatCreate_SeqDenseHIP()
/petsc/src/mat/impls/dense/seq/cupm/cuda/
H A Dmatseqdensecuda.cu23 PetscCall(cupm_mat.Create(A)); in MatCreate_SeqDenseCUDA()
/petsc/src/vec/vec/impls/mpi/cupm/hip/
H A Dvecmpicupm.hip.cxx46 PetscCall(VecMPI_HIP.Create(v)); in VecCreate_MPIHIP()
/petsc/src/vec/vec/impls/mpi/cupm/cuda/
H A Dvecmpicupm.cu46 PetscCall(VecMPI_CUDA.Create(v)); in VecCreate_MPICUDA()
/petsc/src/mat/impls/dense/mpi/cupm/cuda/
H A Dmatmpidensecuda.cu40 PetscCall(mat_cupm.Create(A)); in MatCreate_MPIDenseCUDA()
/petsc/src/mat/impls/dense/mpi/cupm/hip/
H A Dmatmpidensehip.hip.cxx40 PetscCall(mat_cupm.Create(A)); in MatCreate_MPIDenseHIP()
/petsc/src/vec/vec/impls/seq/cupm/hip/
H A Dvecseqcupm.hip.cxx26 PetscCall(VecSeq_HIP.Create(v)); in VecCreate_SeqHIP()
/petsc/src/vec/vec/impls/seq/cupm/cuda/
H A Dvecseqcupm.cu26 PetscCall(VecSeq_CUDA.Create(v)); in VecCreate_SeqCUDA()

123