Intrepid2
Shared Directory Reference

Files

file  Intrepid2_ArgExtractor.hpp [code]
 Header file with various static argument-extractor classes. These are useful for writing efficient, templated code in terms of a subset of the arguments passed into a specified functor. See Intrepid2::Data, and specifically its storeInPlaceCombination() implementation, for an example.
 
file  Intrepid2_ArrayTools.hpp [code]
 Header file for Intrepid2::ArrayTools class providing utilities for array operations.
 
file  Intrepid2_ArrayToolsDefCloneScale.hpp [code]
 Definition file for clone / scale operations of the array tools interface.
 
file  Intrepid2_ArrayToolsDefContractions.hpp [code]
 Definition file for contraction (integration) operations of the array tools class.
 
file  Intrepid2_ArrayToolsDefDot.hpp [code]
 Definition file for dot-multiply operations of the array tools class.
 
file  Intrepid2_ArrayToolsDefScalar.hpp [code]
 Definition file for scalar multiply operations of the array tools class.
 
file  Intrepid2_ArrayToolsDefTensor.hpp [code]
 Definition file for tensor multiply operations of the array tools class.
 
file  Intrepid2_CellGeometryTestUtils.hpp [code]
 Utility methods for working with CellGeometry objects in unit tests.
 
file  Intrepid2_CellTopology.hpp [code]
 Implements arbitrary-dimensional extrusion of a base shards::CellTopology.
 
file  Intrepid2_Data.cpp [code]
 
file  Intrepid2_Data.hpp [code]
 Defines the Data class, a wrapper around a Kokkos::View that allows data that is constant or repeating in various logical dimensions to be stored just once, while providing a similar interface to that of View.
 
file  Intrepid2_DataCombiners.hpp [code]
 Defines functors that help with combinations of Data objects, such as in-place sums and products.
 
file  Intrepid2_DataCombiners_Difference.cpp [code]
 
file  Intrepid2_DataCombiners_Product.cpp [code]
 
file  Intrepid2_DataCombiners_Quotient.cpp [code]
 
file  Intrepid2_DataCombiners_Sum.cpp [code]
 
file  Intrepid2_DataDef.hpp [code]
 Defines implementations for the Data class that are not present in the declaration.
 
file  Intrepid2_DataDimensionInfo.hpp [code]
 Defines DimensionInfo struct that allows specification of a dimension within a Data object.
 
file  Intrepid2_DataFunctors.hpp [code]
 Defines functors for use with Data objects: so far, we include simple arithmetical functors for sum, difference, product, and quotient.
 
file  Intrepid2_DataTools.hpp [code]
 Utility methods for manipulating Intrepid2::Data objects.
 
file  Intrepid2_DataVariationType.hpp [code]
 Defines DataVariationType enum that specifies the types of variation possible within a Data object.
 
file  Intrepid2_DeviceAssert.hpp [code]
 Implementation of an assert that can safely be called from device code.
 
file  Intrepid2_FunctorIterator.hpp [code]
 Defines the Intrepid2::FunctorIterator class, as well as the Intrepid2::functor_returns_ref SFINAE helper.
 
file  Intrepid2_Kernels.hpp [code]
 Header file for small functions used in Intrepid2.
 
file  Intrepid2_PointTools.hpp [code]
 Header file for Intrepid2::PointTools class to provide utilities for barycentric coordinates, equispaced lattices, and warp-blend point distrubtions.
 
file  Intrepid2_PointToolsDef.hpp [code]
 Definition file for point tool utilities for barycentric coordinates and lattices.
 
file  Intrepid2_Polylib.hpp [code]
 Header file for Intrepid2::Polylib class providing orthogonal polynomial calculus and interpolation.
 
file  Intrepid2_PolylibDef.hpp [code]
 Definition file for a set of functions providing orthogonal polynomial calculus and interpolation.
 
file  Intrepid2_Polynomials.hpp [code]
 Free functions, callable from device code, that implement various polynomials useful in basis definitions.
 
file  Intrepid2_RealSpaceTools.hpp [code]
 Header file for Intrepid2::RealSpaceTools class providing basic linear algebra functionality in 1D, 2D and 3D.
 
file  Intrepid2_RealSpaceToolsDef.hpp [code]
 Definition file for utility classes providing basic linear algebra functionality.
 
file  Intrepid2_Sacado.hpp [code]
 Header file to include all Sacado headers that are required if using Intrepid2 with Sacado types.
 
file  Intrepid2_ScalarView.hpp [code]
 
file  Intrepid2_TensorArgumentIterator.hpp [code]
 Defines TensorArgumentIterator, which allows systematic enumeration of a TensorData object.
 
file  Intrepid2_TensorData.hpp [code]
 View-like interface to tensor data; tensor components are stored separately and multiplied together at access time.
 
file  Intrepid2_TensorPoints.hpp [code]
 View-like interface to tensor points; point components are stored separately; the appropriate coordinate is determined from the composite point index and requested dimension at access time.
 
file  Intrepid2_TensorViewIterator.hpp [code]
 Implementation of support for traversing component views alongside a view that represents a combination of those views; support is provided for rank-preserving, rank-increasing, and rank-reducing operations.
 
file  Intrepid2_TestUtils.hpp [code]
 Utility methods for Intrepid2 unit tests.
 
file  Intrepid2_TransformedBasisValues.hpp [code]
 Structure-preserving representation of transformed basis values; reference space values and transformations are stored separately.
 
file  Intrepid2_Types.hpp [code]
 Contains definitions of custom data types in Intrepid2.
 
file  Intrepid2_Utils.hpp [code]
 Header function for Intrepid2::Util class and other utility functions.
 
file  Intrepid2_Utils_ExtData.hpp [code]
 Header file for external data utility functions.
 
file  Intrepid2_Utils_ExtDataDef.hpp [code]
 Definition file for utility functions for handling external data in tests.
 
file  Intrepid2_UtilsDef.hpp [code]
 Definition file for Intrepid2 utilities.
 
file  Intrepid2_VectorData.hpp [code]
 Reference-space field values for a basis, designed to support typical vector-valued bases.
 
file  Intrepid2_ViewIterator.hpp [code]
 Iterator allows linear traversal of (part of) a Kokkos View in a manner that is agnostic to its rank.