Searched defs:second (Results 1 – 9 of 9) sorted by relevance
| /petsc/include/petsc/private/cpp/ |
| H A D | utility.hpp | 134 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 D | ex27.c | 8 const PetscInt first[] = {0, 2, 3, 5, 8}, second[] = {1, 3, 4, 8, 10, 11}; in main() local
|
| /petsc/src/benchmarks/streams/ |
| H A D | BasicVersion.c | 4 double second() in second() function
|
| /petsc/src/dm/impls/plex/tests/ |
| H A D | ex57.c | 24 PetscBool second; /* Flag to execute a second transformation */ member
|
| /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/ts/tutorials/ |
| H A D | ex10.c | 50 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 D | ex14.c | 270 PetscReal second; member
|
| /petsc/src/sys/objects/ |
| H A D | options.c | 304 const char *first, *second; in PetscOptionsInsertString_Private() local
|
| /petsc/src/snes/tutorials/ |
| H A D | ex48.c | 280 PetscReal second; member
|