Intrepid2
Functions
Intrepid2_Utils_ExtDataDef.hpp File Reference

Definition file for utility functions for handling external data in tests. More...

Go to the source code of this file.

Functions

template<typename ValueType , class... testMatProperties>
ordinal_type Intrepid2::compareToAnalytic (std::ifstream &inputFile, const Kokkos::DynRankView< ValueType, testMatProperties...> testMat, const ValueType reltol, const ordinal_type iprint, const TypeOfExactData analyticDataType=INTREPID2_UTILS_FRACTION)
 Compares the values in the test matrix testMat to precomputed analytic values stored in a file, where the input matrix is an array of arrays. More...
 
template<typename ValueType , class... testMatProperties>
void Intrepid2::getAnalytic (Kokkos::DynRankView< ValueType, testMatProperties...> testMat, std::ifstream &inputFile, const TypeOfExactData analyticDataType=INTREPID2_UTILS_FRACTION)
 Loads analytic values stored in a file into the matrix testMat, where the output matrix is an array of arrays. More...
 

Detailed Description

Definition file for utility functions for handling external data in tests.

Author
Created by P. Bochev and D. Ridzal and Kyungjoo Kim.

Definition in file Intrepid2_Utils_ExtDataDef.hpp.