Intrepid2
Enumerations
Intrepid2_DataVariationType.hpp File Reference

Defines DataVariationType enum that specifies the types of variation possible within a Data object. More...

Go to the source code of this file.

Enumerations

enum  Intrepid2::DataVariationType { Intrepid2::CONSTANT , Intrepid2::MODULAR , Intrepid2::BLOCK_PLUS_DIAGONAL , Intrepid2::GENERAL }
 

Detailed Description

Defines DataVariationType enum that specifies the types of variation possible within a Data object.

Author
Created by N.V. Roberts.

Definition in file Intrepid2_DataVariationType.hpp.

Enumeration Type Documentation

◆ DataVariationType

Enumerator
CONSTANT 

does not vary

MODULAR 

varies according to modulus of the index

BLOCK_PLUS_DIAGONAL 

one of two dimensions in a matrix; bottom-right part of matrix is diagonal

GENERAL 

arbitrary variation

Definition at line 38 of file Intrepid2_DataVariationType.hpp.