#include <EnrichmentDataEvalKernels.h>
|
| static void | getEnrichmentValues (const size_type numEnrichmentFunc, const std::vector< size_type > &pointsPerEnrichId, const std::vector< std::shared_ptr< atoms::SphericalData > > &sphericalDataVec, const double *points, const double *origin, double *values, linearAlgebra::LinAlgOpContext< memorySpace > &linAlgOpContext) |
| |
| static void | getEnrichmentGradients (const size_type numEnrichmentFunc, const std::vector< size_type > &pointsPerEnrichId, const std::vector< std::shared_ptr< atoms::SphericalData > > &sphericalDataVec, const double *points, const double *origin, double *values, linearAlgebra::LinAlgOpContext< memorySpace > &linAlgOpContext) |
| |
| static void | getEnrichmentValuesInCellRange (const double *quadPtsInAllCells, const double *originPtsInAllCells, std::pair< size_type, size_type > cellRange, const std::vector< size_type > numEnrichIdsInAllCells, const std::vector< size_type > numQuadPtsInAllCells, const atoms::SphericalDataNumerical::Func< memorySpace > *sphericalDataFuncInAllCells, double *output, linearAlgebra::LinAlgOpContext< memorySpace > &linAlgOpContext) |
| |
| static void | getEnrichmentGradientsInCellRange (const double *quadPtsInAllCells, const double *originPtsInAllCells, std::pair< size_type, size_type > cellRange, const std::vector< size_type > numEnrichIdsInAllCells, const std::vector< size_type > numQuadPtsInAllCells, const atoms::SphericalDataNumerical::Func< memorySpace > *sphericalDataFuncInAllCells, double *output, linearAlgebra::LinAlgOpContext< memorySpace > &linAlgOpContext) |
| |
◆ getEnrichmentGradients()
◆ getEnrichmentGradientsInCellRange()
◆ getEnrichmentValues()
◆ getEnrichmentValuesInCellRange()
The documentation for this class was generated from the following files: