GEOSX
|
Directories |
Files | |
file | Array.hpp [code] |
Contains the implementation of LvArray::Array. | |
file | arrayManipulation.hpp [code] |
Contains functions for manipulating a contiguous array of values. | |
file | ArrayOfArrays.hpp [code] |
Contains the implementation of LvArray::ArrayOfArrays. | |
file | ArrayOfArraysView.hpp [code] |
Contains the implementation of LvArray::ArrayOfArraysView. | |
file | ArrayOfSets.hpp [code] |
Contains the implementation of LvArray::ArrayOfSets. | |
file | ArrayOfSetsView.hpp [code] |
Contains the implementation of LvArray::ArrayOfSetsView. | |
file | ArraySlice.hpp [code] |
Contains the implementation of LvArray::ArraySlice. | |
file | ArrayView.hpp [code] |
Contains the implementation of LvArray::ArrayView. | |
file | bufferManipulation.hpp [code] |
Contains functions for manipulating buffers. | |
file | ChaiBuffer.hpp [code] |
Contains the implementation of LvArray::ChaiBuffer. | |
file | CRSMatrix.hpp [code] |
Contains the implementation of LvArray::CRSMatrix. | |
file | CRSMatrixView.hpp [code] |
Contains the implementation of LvArray::CRSMatrixView. | |
file | fixedSizeSquareMatrixOps.hpp [code] |
Contains tensorOps functions for operating on 2x2 and 3x3 matrices. | |
file | fixedSizeSquareMatrixOpsImpl.hpp [code] |
Contains the implementation of the 2x2 and 3x3 matrix operations. | |
file | genericTensorOps.hpp [code] |
Contains the implementation of arbitrary sized vector and matrix operations. | |
file | indexing.hpp [code] |
Contains functions to aid in multidimensional indexing. | |
file | input.hpp [code] |
Contains functions for creating objects from strings. | |
file | limits.hpp [code] |
Contains portable access to std::numeric_limits and functions for converting between integral types. | |
file | Macros.hpp [code] |
Contains a bunch of macro definitions. | |
file | MallocBuffer.hpp [code] |
Contains the the implementation of LvArray::MallocBuffer. | |
file | math.hpp [code] |
Contains some portable math functions. | |
file | output.hpp [code] |
Contains functions for outputting array objects. | |
file | sliceHelpers.hpp [code] |
Contains functions for interacting with ArraySlices of arbitrary dimension. | |
file | SortedArray.hpp [code] |
Contains the implementation of LvArray::SortedArray. | |
file | sortedArrayManipulation.hpp [code] |
This file contains common sorted array manipulation routines. Aside from the functions that take a callback every function assumes that the array has a capacity large enough for the given operation. | |
file | sortedArrayManipulationHelpers.hpp [code] |
Contains helper functions for the sortedArrayManipulation routines. Much of this was adapted from stl_heap.h and stl_algo.h of the gcc standard library See https://gcc.gnu.org/svn/gcc/trunk/libstdc++-v3/include/bits/. | |
file | SortedArrayView.hpp [code] |
Contains the implementation of LvArray::SortedArrayView. | |
file | SparsityPattern.hpp [code] |
Contains the implementation of LvArray:SparsityPattern. | |
file | SparsityPatternView.hpp [code] |
Contains the implementation of LvArray:SparsityPatternView. | |
file | StackBuffer.hpp [code] |
Contains the implementation of LvArray:StackBuffer. | |
file | system.hpp [code] |
Contains functions that interact with the system or runtime environment. | |
file | tensorOps.hpp [code] |
file | typeManipulation.hpp [code] |
Contains templates useful for type manipulation. | |