Zoltan2
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
Namespaces | Functions
Zoltan2_Util.hpp File Reference

A gathering of useful namespace methods. More...

#include <Zoltan2_Standards.hpp>
#include <Teuchos_DefaultComm.hpp>
#include <stdexcept>
Include dependency graph for Zoltan2_Util.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 Zoltan2
 Created by mbenlioglu on Aug 31, 2020.
 

Functions

long Zoltan2::getProcessKilobytes ()
 
template<typename scalar_t >
bool Zoltan2::outsideRegion (scalar_t val, scalar_t mark, double epsilon)
 
static void Zoltan2::AssertCondition (bool condition, const std::string &message, const char *file=__FILE__, int line=__LINE__)
 

Detailed Description

A gathering of useful namespace methods.

Todo:
Should each class of utility functions be in a separate source file instead of having a source file with the unhelpful name of Util?

Definition in file Zoltan2_Util.hpp.