deal.II version GIT relicensing-2167-g9622207b8f 2024-11-21 12:40:00+00:00
|
#include <deal.II/lac/petsc_vector_base.h>
#include <deal.II/base/memory_consumption.h>
#include <deal.II/lac/exceptions.h>
#include <deal.II/lac/petsc_compatibility.h>
#include <deal.II/lac/petsc_vector.h>
#include <cmath>
Go to the source code of this file.
Namespaces | |
namespace | PETScWrappers |
namespace | PETScWrappers::internal |
Functions | |
template<typename T > | |
bool | PETScWrappers::internal::is_non_negative (const T &t) |
template<typename T > | |
bool | PETScWrappers::internal::is_non_negative (const std::complex< T > &) |
|
private |
Definition at line 188 of file petsc_vector_base.cc.