Schnek
schnek::SingleArrayInstantFortranAllocation< T, rank > Class Template Reference
Inheritance diagram for schnek::SingleArrayInstantFortranAllocation< T, rank >:
Collaboration diagram for schnek::SingleArrayInstantFortranAllocation< T, rank >:

Public Types

typedef Array< int, rank > IndexType
 

Public Member Functions

void resize (const IndexType &low_, const IndexType &high_)
 

Protected Attributes

T * data
 
T * data_fast
 
int size
 
IndexType low
 
IndexType high
 
IndexType dims
 

Member Function Documentation

◆ resize()

template<typename T , int rank>
void schnek::SingleArrayInstantFortranAllocation< T, rank >::resize ( const IndexType low_,
const IndexType high_ 
)

resizes to grid with lower indices low[0],...,low[rank-1] and upper indices high[0],...,high[rank-1]


The documentation for this class was generated from the following file: