Home
last modified time | relevance | path

Searched defs:first (Results 1 – 25 of 40) sorted by relevance

12

/petsc/include/petsc/private/cpp/
H A Dutility.hpp131 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 Dunordered_map.hpp430 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 Dex10.c6 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 Dex13.c11 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 Dex11.c8 PetscInt n, i, first, last, nmax = 100; in main() local
H A Dex7.c54 PetscInt stride = 7, first = -3, n = 18, key = 39, keylocation = 6; in TestStride() local
/petsc/src/vec/is/is/impls/stride/
H A Dstride.c9 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 Dex27.c8 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 Dex2.c13 PetscInt i, n, first, step; in main() local
/petsc/src/mat/tests/
H A Dex135.c8 PetscInt first, last, i; in Assemble() local
/petsc/src/sys/yaml/src/
H A Dparser.c727 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 Dreader.c140 int first = 1; in yaml_parser_update_buffer() local
/petsc/src/ksp/ksp/tutorials/
H A Dex7.c36 PetscInt its, nlocal, first, Istart, Iend; in main() local
H A Dex8.c212 PetscInt nlocal, first; /* number of local subblocks, first local subblock */ in main() local
H A Dex62.c205 PetscInt i, nlocal, first; /* number of local subblocks, first local subblock */ in main() local
H A Dex73.c782 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 Dsortd.c281 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 Dmatdensecupmimpl.h344 …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 Dex1.c187 PetscReal a = interval[0], b = interval[1], zeroth, first, second; in main() local
/petsc/src/dm/field/impls/da/
H A Ddmfieldda.c205 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 Dgasm.c1027 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 Dpetscmacros.h1205 #define PETSC_REST_HELPER_TWOORMORE(first, ...) … argument
1206 #define PETSC_REST_HELPER_ONE(first) argument
/petsc/src/vec/is/is/utils/
H A Discoloring.c672 PetscInt *indices, n, i, N, step, first; in ISAllGather() local
/petsc/src/mat/impls/aij/mpi/kokkos/
H A Dmpiaijkok.kokkos.cxx363 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 Dblockmat.c541 PetscInt i, k, first, step, lensi, nrows, ncols; in MatCreateSubMatrix_BlockMat() local

12