| /petsc/src/mat/tests/output/ |
| H A D | ex245.out | 1 Create ScaLAPACK matrix A 2 Create rhs matrix B 3 Create solution matrix X 4 Create ScaLAPACK matrix Aher
|
| H A D | ex145.out | 1 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 D | hashset.txt | 12 .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 D | hashmap.txt | 15 .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 D | logimpl.h | 11 …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 D | hashmap.h | 39 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 D | ex21.c | 19 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 D | INSTALL | 99 Create ABI dumps for both library versions 117 Create XML-descriptors for two versions
|
| /petsc/src/binding/petsc4py/src/petsc4py/PETSc/ |
| H A D | DT.pyx | 29 """Create a `Quad` object. 50 """Create a deep copy of the `Quad` object.
|
| H A D | Viewer.pyx | 180 """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 D | DMLabel.pyx | 41 """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 D | FE.pyx | 54 """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 D | Scatter.pyx | 96 """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 D | IS.pyx | 89 """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 D | DMPlex.pyx | 15 """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 D | SF.pyx | 64 """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 D | Device.pyx | 96 """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 D | matseqdensehip.hip.cxx | 23 PetscCall(cupm_mat.Create(A)); in MatCreate_SeqDenseHIP()
|
| /petsc/src/mat/impls/dense/seq/cupm/cuda/ |
| H A D | matseqdensecuda.cu | 23 PetscCall(cupm_mat.Create(A)); in MatCreate_SeqDenseCUDA()
|
| /petsc/src/vec/vec/impls/mpi/cupm/hip/ |
| H A D | vecmpicupm.hip.cxx | 46 PetscCall(VecMPI_HIP.Create(v)); in VecCreate_MPIHIP()
|
| /petsc/src/vec/vec/impls/mpi/cupm/cuda/ |
| H A D | vecmpicupm.cu | 46 PetscCall(VecMPI_CUDA.Create(v)); in VecCreate_MPICUDA()
|
| /petsc/src/mat/impls/dense/mpi/cupm/cuda/ |
| H A D | matmpidensecuda.cu | 40 PetscCall(mat_cupm.Create(A)); in MatCreate_MPIDenseCUDA()
|
| /petsc/src/mat/impls/dense/mpi/cupm/hip/ |
| H A D | matmpidensehip.hip.cxx | 40 PetscCall(mat_cupm.Create(A)); in MatCreate_MPIDenseHIP()
|
| /petsc/src/vec/vec/impls/seq/cupm/hip/ |
| H A D | vecseqcupm.hip.cxx | 26 PetscCall(VecSeq_HIP.Create(v)); in VecCreate_SeqHIP()
|
| /petsc/src/vec/vec/impls/seq/cupm/cuda/ |
| H A D | vecseqcupm.cu | 26 PetscCall(VecSeq_CUDA.Create(v)); in VecCreate_SeqCUDA()
|