Searched refs:PetscCallCXXAbort (Results 1 – 3 of 3) sorted by relevance
| /petsc/include/petsc/private/cpp/ |
| H A D | unordered_map.hpp | 433 …PetscCallCXXAbort(PETSC_COMM_SELF, std::copy(std::move(first), std::move(last), std::inserter(*thi… in KHashTable() 446 …PetscCallCXXAbort(PETSC_COMM_SELF, std::copy(std::move(first), std::move(last), std::inserter(*thi… in KHashTable() 658 PetscCallCXXAbort(PETSC_COMM_SELF, values_[it] = constructor()); in find_and_emplace_final_() 780 PetscCallCXXAbort(PETSC_COMM_SELF, values_ = std::move(other.values_)); in operator =() 781 PetscCallCXXAbort(PETSC_COMM_SELF, flags_ = std::move(other.flags_)); in operator =() 1262 PetscCallCXXAbort(PETSC_COMM_SELF, lhs.swap(rhs)); in swap()
|
| /petsc/include/ |
| H A D | petscerror.h | 1219 #define PetscCallCXXAbort(comm, ...) PetscCallCXX_Private(SETERRABORT, comm, __VA_ARGS__) macro
|
| /petsc/src/sys/tests/ |
| H A D | ex64.cxx | 710 PetscCallCXXAbort(PETSC_COMM_SELF, std::generate(x.begin(), x.end(), make_int)); in main()
|