#include <Teuchos_Array.hpp>
#include <Epetra_LocalMap.h>
#include "Albany_Utils.hpp"
#include "QCAD_SaddleValueResponseFunction.hpp"
#include "QCAD_GreensFunctionTunneling.hpp"
#include <fstream>
Go to the source code of this file.
Namespaces | |
namespace | QCAD |
Provides general-purpose template-specialized functions for use in other evaluator classes. | |
Functions | |
bool | QCAD::ptInPolygon (const std::vector< QCAD::mathVector > &polygon, const QCAD::mathVector &pt) |
Helper functions. | |
bool | QCAD::ptInPolygon (const std::vector< QCAD::mathVector > &polygon, const double *pt) |
void | QCAD::gatherVector (std::vector< double > &v, std::vector< double > &gv, const Epetra_Comm &comm_) |
Helper functions. | |
void | QCAD::getOrdering (const std::vector< double > &v, std::vector< int > &ordering) |
bool | QCAD::lessOp (std::pair< std::size_t, double > const &a, std::pair< std::size_t, double > const &b) |
double | QCAD::averageOfVector (const std::vector< double > &v) |
double | QCAD::distance (const std::vector< double > *vCoords, int ind1, int ind2, std::size_t nDims) |