Home
last modified time | relevance | path

Searched defs:second (Results 1 – 9 of 9) sorted by relevance

/petsc/include/petsc/private/cpp/
H A Dutility.hpp134 second_type &second() noexcept { return static_cast<base_type &>(*this).second; } in second() function in Petsc::util::detail::compressed_pair_impl
135 …const second_type &second() const noexcept { return static_cast<const base_type &>(*this).second; } in second() function in Petsc::util::detail::compressed_pair_impl
157 second_type &second() noexcept { return second_; } in second() function in Petsc::util::detail::compressed_pair_impl
158 const second_type &second() const noexcept { return second_; } in second() function in Petsc::util::detail::compressed_pair_impl
183 second_type &second() noexcept { return *this; } in second() function in Petsc::util::detail::compressed_pair_impl
184 const second_type &second() const noexcept { return *this; } in second() function in Petsc::util::detail::compressed_pair_impl
216 second_type &second() noexcept { return static_cast<second_type &>(*this); } in second() function in Petsc::util::detail::compressed_pair_impl
217 const second_type &second() const noexcept { return static_cast<const second_type &>(*this); } in second() function in Petsc::util::detail::compressed_pair_impl
/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/benchmarks/streams/
H A DBasicVersion.c4 double second() in second() function
/petsc/src/dm/impls/plex/tests/
H A Dex57.c24 PetscBool second; /* Flag to execute a second transformation */ member
/petsc/src/dm/dt/tests/
H A Dex1.c187 PetscReal a = interval[0], b = interval[1], zeroth, first, second; in main() local
/petsc/src/ts/tutorials/
H A Dex10.c50 PetscReal meter, kilogram, second, Kelvin; /* Fundamental units */ member
977 PetscReal meter = 0, kilogram = 0, second = 0, Kelvin = 0, Joule = 0, Watt = 0; in RDCreate() local
H A Dex14.c270 PetscReal second; member
/petsc/src/sys/objects/
H A Doptions.c304 const char *first, *second; in PetscOptionsInsertString_Private() local
/petsc/src/snes/tutorials/
H A Dex48.c280 PetscReal second; member