| /petsc/include/petsc/private/cpp/ |
| H A D | utility.hpp | 131 first_type &first() noexcept { return static_cast<base_type &>(*this).first; } in first() function in Petsc::util::detail::compressed_pair_impl 132 const first_type &first() const noexcept { return static_cast<const base_type &>(*this).first; } in first() function in Petsc::util::detail::compressed_pair_impl 154 first_type &first() noexcept { return *this; } in first() function in Petsc::util::detail::compressed_pair_impl 155 const first_type &first() const noexcept { return *this; } in first() function in Petsc::util::detail::compressed_pair_impl 180 first_type &first() noexcept { return first_; } in first() function in Petsc::util::detail::compressed_pair_impl 181 const first_type &first() const noexcept { return first_; } in first() function in Petsc::util::detail::compressed_pair_impl 213 first_type &first() noexcept { return static_cast<first_type &>(*this); } in first() function in Petsc::util::detail::compressed_pair_impl 214 const first_type &first() const noexcept { return static_cast<const first_type &>(*this); } in first() function in Petsc::util::detail::compressed_pair_impl
|
| H A D | unordered_map.hpp | 430 inline KHashTable<V, H, KE>::KHashTable(Iter first, Iter last, std::input_iterator_tag) noexcept in KHashTable() 442 inline KHashTable<V, H, KE>::KHashTable(Iter first, Iter last, std::random_access_iterator_tag) noe… in KHashTable() 765 inline KHashTable<V, H, KE>::KHashTable(Iter first, Iter last) noexcept : KHashTable(std::move(firs… in KHashTable()
|
| /petsc/src/vec/is/is/tests/ |
| H A D | ex10.c | 6 static PetscErrorCode CreateIS(MPI_Comm comm, PetscInt n, PetscInt first, PetscInt step, IS *is) in CreateIS() 24 PetscInt n = 10, N, first = 0, step = 0, start, end; in main() local
|
| H A D | ex13.c | 11 static PetscErrorCode CreateIS(MPI_Comm comm, PetscInt type, PetscInt n, PetscInt first, PetscInt s… in CreateIS() 41 PetscInt n = 10, first = 0, step = 1, offset = 0; in main() local
|
| H A D | ex11.c | 8 PetscInt n, i, first, last, nmax = 100; in main() local
|
| H A D | ex7.c | 54 PetscInt stride = 7, first = -3, n = 18, key = 39, keylocation = 6; in TestStride() local
|
| /petsc/src/vec/is/is/impls/stride/ |
| H A D | stride.c | 9 PetscInt first, step; member 87 PetscErrorCode ISStrideGetInfo(IS is, PetscInt *first, PetscInt *step) in ISStrideGetInfo() 347 PetscErrorCode ISStrideSetStride(IS is, PetscInt n, PetscInt first, PetscInt step) in ISStrideSetStride() 356 static PetscErrorCode ISStrideSetStride_Stride(IS is, PetscInt n, PetscInt first, PetscInt step) in ISStrideSetStride_Stride() 408 PetscErrorCode ISCreateStride(MPI_Comm comm, PetscInt n, PetscInt first, PetscInt step, IS *is) in ISCreateStride()
|
| /petsc/src/sys/tests/ |
| H A D | ex27.c | 8 const PetscInt first[] = {0, 2, 3, 5, 8}, second[] = {1, 3, 4, 8, 10, 11}; in main() local
|
| /petsc/src/vec/is/is/tutorials/ |
| H A D | ex2.c | 13 PetscInt i, n, first, step; in main() local
|
| /petsc/src/mat/tests/ |
| H A D | ex135.c | 8 PetscInt first, last, i; in Assemble() local
|
| /petsc/src/sys/yaml/src/ |
| H A D | parser.c | 727 yaml_event_t *event, int first) in yaml_parser_parse_block_sequence_entry() 835 yaml_event_t *event, int first) in yaml_parser_parse_block_mapping_key() 950 yaml_event_t *event, int first) in yaml_parser_parse_flow_sequence_entry() 1101 yaml_event_t *event, int first) in yaml_parser_parse_flow_mapping_key()
|
| H A D | reader.c | 140 int first = 1; in yaml_parser_update_buffer() local
|
| /petsc/src/ksp/ksp/tutorials/ |
| H A D | ex7.c | 36 PetscInt its, nlocal, first, Istart, Iend; in main() local
|
| H A D | ex8.c | 212 PetscInt nlocal, first; /* number of local subblocks, first local subblock */ in main() local
|
| H A D | ex62.c | 205 PetscInt i, nlocal, first; /* number of local subblocks, first local subblock */ in main() local
|
| H A D | ex73.c | 782 DM first = dms[d * nref + 0]; in test_hierarchy() local 883 DM first = dms[d * nref + 0]; in test_mg() local
|
| /petsc/src/sys/utils/ |
| H A D | sortd.c | 281 PetscInt i, mid, last, itmp, j, first; in PetscSortSplit() local 346 PetscInt i, mid, last, itmp, j, first; in PetscSortSplitReal() local
|
| /petsc/include/petsc/private/ |
| H A D | matdensecupmimpl.h | 344 …constexpr MatrixIteratorBase(array_iterator_type first, array_iterator_type last, index_functor_ty… in MatrixIteratorBase() 380 …constexpr DiagonalIterator(Iterator first, Iterator last, difference_type stride) noexcept : base_… in DiagonalIterator()
|
| /petsc/src/dm/dt/tests/ |
| H A D | ex1.c | 187 PetscReal a = interval[0], b = interval[1], zeroth, first, second; in main() local
|
| /petsc/src/dm/field/impls/da/ |
| H A D | dmfieldda.c | 205 PetscInt c, i, j, k, dim, cellsPer[3] = {0}, first[3] = {0}, whol, half; in DMFieldEvaluateFE_DA() local 304 PetscInt c, i, dim, cellsPer[3] = {0}, first[3] = {0}; in DMFieldEvaluateFV_DA() local
|
| /petsc/src/ksp/pc/impls/gasm/ |
| H A D | gasm.c | 1027 static PetscErrorCode PCGASMGetSubKSP_GASM(PC pc, PetscInt *n, PetscInt *first, KSP **ksp) in PCGASMGetSubKSP_GASM() 1559 #define PCGASMLocalSubdomainBounds2D(M, N, xleft, ylow, xright, yhigh, first, last, xleft_loc, ylow… argument 1623 PetscInt first, last; in PCGASMCreateSubdomains2D() local
|
| /petsc/include/ |
| H A D | petscmacros.h | 1205 #define PETSC_REST_HELPER_TWOORMORE(first, ...) … argument 1206 #define PETSC_REST_HELPER_ONE(first) argument
|
| /petsc/src/vec/is/is/utils/ |
| H A D | iscoloring.c | 672 PetscInt *indices, n, i, N, step, first; in ISAllGather() local
|
| /petsc/src/mat/impls/aij/mpi/kokkos/ |
| H A D | mpiaijkok.kokkos.cxx | 363 const PetscInt *first, *last, *it; in MatMPIAIJKokkosReduceBegin() local 762 const PetscInt *first, *last, *it; in MatMPIAIJKokkosBcastBegin() local 868 PetscInt *first, *last, *lb1, *lb2; in MatMPIAIJKokkosBcastBegin() local
|
| /petsc/src/mat/impls/blockmat/seq/ |
| H A D | blockmat.c | 541 PetscInt i, k, first, step, lensi, nrows, ncols; in MatCreateSubMatrix_BlockMat() local
|