Home
last modified time | relevance | path

Searched refs:PetscCallCXXAbort (Results 1 – 3 of 3) sorted by relevance

/petsc/include/petsc/private/cpp/
H A Dunordered_map.hpp433PetscCallCXXAbort(PETSC_COMM_SELF, std::copy(std::move(first), std::move(last), std::inserter(*thi… in KHashTable()
446PetscCallCXXAbort(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 Dpetscerror.h1219 #define PetscCallCXXAbort(comm, ...) PetscCallCXX_Private(SETERRABORT, comm, __VA_ARGS__) macro
/petsc/src/sys/tests/
H A Dex64.cxx710 PetscCallCXXAbort(PETSC_COMM_SELF, std::generate(x.begin(), x.end(), make_int)); in main()