Home
last modified time | relevance | path

Searched full:type (Results 1 – 25 of 3870) sorted by relevance

12345678910>>...155

/petsc/src/ts/tutorials/output/
H A Dex49_1.out2 type: seq
6 type: seq
10 type: seq
14 type: seq
18 type: seq
22 type: seq
26 type: seq
30 type: seq
34 type: seq
38 type: seq
[all …]
/petsc/src/vec/vec/tests/output/
H A Dex41_1.out4 type: nest
6 (0) : type=mpi, rows=4
8 type: mpi
14 (1) : type=mpi, rows=4
16 type: mpi
24 type: nest
26 (0) : type=mpi, rows=4
28 type: mpi
34 (1) : type=mpi, rows=4
36 type: mpi
[all …]
/petsc/src/vec/is/sf/impls/basic/kokkos/
H A Dsfkok.kokkos.cxx17 template <typename Type>
19 KOKKOS_INLINE_FUNCTION Type operator()(Type &x, Type y) const in operator ()()
21 Type old = x; in operator ()()
26 template <typename Type>
28 KOKKOS_INLINE_FUNCTION Type operator()(Type &x, Type y) const in operator ()()
30 Type old = x; in operator ()()
35 template <typename Type>
37 KOKKOS_INLINE_FUNCTION Type operator()(Type &x, Type y) const in operator ()()
39 Type old = x; in operator ()()
44 template <typename Type>
[all …]
/petsc/src/vec/is/sf/impls/basic/cupm/
H A Dsfcupm_impl.hpp47 /* Suppose user calls PetscSFReduce(sf,unit,...) and <unit> is an MPI data type made of 16 PetscRea…
48 <Type> is PetscReal, which is the primitive type we operate on.
56 template <class Type, PetscInt BS, PetscInt EQ>
57 …scInt count, PetscInt start, const PetscInt *opt, const PetscInt *idx, const Type *data, Type *buf) in d_Pack()
69 template <class Type, class Op, PetscInt BS, PetscInt EQ>
70 …scInt count, PetscInt start, const PetscInt *opt, const PetscInt *idx, Type *data, const Type *buf) in d_UnpackAndOp()
82 template <class Type, class Op, PetscInt BS, PetscInt EQ>
83 …etscInt rootstart, const PetscInt *rootopt, const PetscInt *rootidx, Type *rootdata, Type *leafbuf) in d_FetchAndOp()
95 template <class Type, class Op, PetscInt BS, PetscInt EQ>
96 …t *srcIdx, const Type *src, PetscInt dstx, PetscInt dsty, PetscInt dstX, PetscInt dstY, PetscInt d… in d_ScatterAndOp()
[all …]
/petsc/src/dm/dt/space/impls/ptrimmed/tests/output/
H A Dex1_1.out2 type: poly
6 type: sum
10 type: poly
14 type: poly
18 type: sum
22 type: poly
26 type: poly
30 type: sum
34 type: poly
38 type: poly
[all …]
/petsc/src/mat/tests/output/
H A Dex88_1.out2 Matrix of type: shell
4 type: seqdense
9 type: seq
14 type: seq
19 type: seq
23 type: seq
28 type: seq
32 type: seq
37 type: seq
41 type: seq
[all …]
H A Dex202_1.out2 type: nest
4 (0,0) : type=seqdense, rows=2, cols=3
5 (0,1) : type=seqdense, rows=2, cols=2
6 (0,2) : type=seqdense, rows=2, cols=4
7 (1,0) : type=seqdense, rows=3, cols=3
8 (1,1) : type=seqdense, rows=3, cols=2
9 (1,2) : type=seqdense, rows=3, cols=4
11 type: seqdense
15 type: seqdense
19 type: seqdense
[all …]
H A Dex88_2.out2 Matrix of type: shell
4 type: seqdense
9 type: seq
14 type: seq
19 type: seq
23 type: seq
28 type: seq
32 type: seq
37 type: seq
41 type: seq
[all …]
/petsc/src/ksp/ksp/tests/output/
H A Dex5_mat_type-lmvmsymbroyden.out2 type: mat
6 type: lmvmsymbroyden
15 type: diagonal
18 type: seq
20 Rescale type: diagonal
25 type: lmvmsymbroyden
33 type: diagonal
36 type: seq
38 Rescale type: diagonal
43 type: lmvmsymbroyden
[all …]
H A Dex5_mat_type-lmvmdfp.out2 type: mat
6 type: lmvmdfp
15 type: diagonal
18 type: seq
19 Rescale type: diagonal
24 type: lmvmdfp
32 type: diagonal
35 type: seq
36 Rescale type: diagonal
41 type: lmvmdfp
[all …]
H A Dex5_mat_type-lmvmsymbadbroyden.out2 type: mat
6 type: lmvmsymbadbroyden
15 type: diagonal
18 type: seq
20 Rescale type: diagonal
25 type: lmvmsymbadbroyden
33 type: diagonal
36 type: seq
38 Rescale type: diagonal
43 type: lmvmsymbadbroyden
[all …]
H A Dex5_mat_type-lmvmbfgs.out2 type: mat
6 type: lmvmbfgs
15 type: diagonal
18 type: seq
19 Rescale type: diagonal
24 type: lmvmbfgs
32 type: diagonal
35 type: seq
36 Rescale type: diagonal
41 type: lmvmbfgs
[all …]
H A Dex5_mat_type-lmvmdiagbroyden.out2 type: mat
6 type: lmvmdiagbroyden
15 type: diagonal
18 type: seq
19 Rescale type: diagonal
24 type: lmvmdiagbroyden
32 type: diagonal
35 type: seq
36 Rescale type: diagonal
41 type: lmvmdiagbroyden
[all …]
/petsc/include/petsc/private/
H A Dcupmatomics.hpp9 /* In terms of function overloading, long long int is a different type than int64_t, which PetscInt…
52 template <typename Type>
54 __device__ Type operator()(Type &x, Type y) const { return atomicExch(&x, y); } in operator ()()
114 template <typename Type>
116 __device__ Type operator()(Type &x, Type y) const { return atomicAdd(&x, y); } in operator ()()
226 template <typename Type>
228 __device__ Type operator()(Type &x, Type y) const { return atomicMult(&x, y); } in operator ()()
327 template <typename Type>
329 __device__ Type operator()(Type &x, Type y) const { return atomicMin(&x, y); } in operator ()()
331 template <typename Type>
[all …]
/petsc/src/dm/dt/tests/output/
H A Dex16_0.out2 type: basic
5 type: poly
9 type: lagrange
14 type: vector
17 type: sum
21 type: poly
25 type: sum
29 type: lagrange
37 type: vector
40 type: sum
[all …]
/petsc/lib/petsc/bin/maint/abi-compliance-checker/modules/Internals/
H A DTypeAttr.pm2 # A module to handle type attributes
55 if($TypeInfo{$LVer}{$TypeId}{"Type"}!~/Intrinsic|Class|Struct|Union|Enum/) {
74 my %Type = %{$TypeInfo{$LVer}{$TypeId}};
75 if(not $Type{"Type"}) {
78 if($Type{"Type"} ne $Type_Type)
80 if(not $Type{"BaseType"}) {
83 %Type = goToFirst($Type{"BaseType"}, $LVer, $Type_Type);
85 $Cache{"goToFirst"}{$TypeId}{$LVer}{$Type_Type} = \%Type;
86 return %Type;
98 my %Type = %{$TypeInfo{$LVer}{$TypeId}};
[all …]
/petsc/src/ksp/ksp/tutorials/output/
H A Dex81a_2.out3 type: gmres
9 using PRECONDITIONED norm type for convergence test
11 type: fieldsplit
16 type: preonly
22 type: jacobi
23 type DIAGONAL
26 type: mpiaij
33 type: preonly
39 type: jacobi
40 type DIAGONAL
[all …]
H A Dex81a_1.out3 type: gmres
9 using PRECONDITIONED norm type for convergence test
11 type: fieldsplit
16 type: preonly
22 type: jacobi
23 type DIAGONAL
26 type: nest
29 (0,0) : type=mpiaij, rows=3, cols=3
32 (1,1) : type=mpisbaij, rows=6, cols=6
35 type: preonly
[all …]
/petsc/src/binding/petsc4py/src/petsc4py/include/petsc4py/
H A Dpetsc4py.i30 #define SWIG_ConvertPtr(obj, pptr, type, flags) \ argument
31 SWIG_convert_ptr(obj, pptr, type, flags)
41 %define %petsc4py_errt(Pkg, PyType, Type)
54 %typemap(out,noblock=1) Type {
233 %define %petsc4py_numt(Pkg, PyType, Type, CheckCode, UNUSED)
234 %types(Type,Type*);
235 %typemaps_primitive(%checkcode(CheckCode), Type);
239 fragment=SWIG_AsVal_frag(Type))
240 Type, const Type & {
241 int res = SWIG_AsVal(Type)($input, 0);
[all …]
/petsc/src/dm/label/tutorials/output/
H A Dex1_0_nsize-1.out2 Label 0: name: celltype type: concrete
5 type: general
12 Label 1: name: depth type: concrete
15 type: general
22 Label 2: name: Cell Sets type: concrete
25 type: general
29 Label 3: name: Face Sets type: concrete
32 type: general
39 Label 4: name: OuterBoundary type: concrete
42 type: general
[all …]
/petsc/src/sys/objects/device/tests/output/
H A Dex6_root_device_context_stream_type-default_hip.out2 type not yet set
3 stream type: default
6 type: hip
9 type not yet set
10 stream type: default
13 type: hip
16 type not yet set
17 stream type: default
20 type: hip
23 type not yet set
[all …]
H A Dex6_root_device_context_stream_type-null_host_no_device.out2 type not yet set
3 stream type: default
6 type: host
9 type not yet set
10 stream type: default
13 type: host
16 type not yet set
17 stream type: default
20 type: host
23 type not yet set
[all …]
H A Dex6_root_device_context_stream_type-null_hip.out2 type not yet set
3 stream type: default
6 type: hip
9 type not yet set
10 stream type: default
13 type: hip
16 type not yet set
17 stream type: default
20 type: hip
23 type not yet set
[all …]
H A Dex6_root_device_context_stream_type-default_host_with_device.out2 type not yet set
3 stream type: default
6 type: host
9 type not yet set
10 stream type: default
13 type: host
16 type not yet set
17 stream type: default
20 type: host
23 type not yet set
[all …]
H A Dex6_root_device_context_stream_type-nonblocking_cuda.out2 type not yet set
3 stream type: nonblocking
6 type: cuda
9 type not yet set
10 stream type: nonblocking
13 type: cuda
16 type not yet set
17 stream type: nonblocking
20 type: cuda
23 type not yet set
[all …]

12345678910>>...155