Intrepid
Classes | Enumerations | Functions
Intrepid_CubatureLineSorted.hpp File Reference

Header file for the Intrepid::CubatureLineSorted class. More...

#include "Intrepid_ConfigDefs.hpp"
#include "Intrepid_Cubature.hpp"
#include "Intrepid_BurkardtRules.hpp"
#include "Teuchos_Assert.hpp"
#include "Teuchos_Array.hpp"
#include "Intrepid_FieldContainer.hpp"
#include <Intrepid_CubatureLineSortedDef.hpp>

Go to the source code of this file.

Classes

class  Intrepid::CubatureLineSorted< Scalar, ArrayPoint, ArrayWeight >
 Utilizes cubature (integration) rules contained in the library sandia_rules (John Burkardt, Scientific Computing, Florida State University) within Intrepid. More...
 

Enumerations

enum  EIntrepidGrowth {
  GROWTH_DEFAULT = 0 , GROWTH_SLOWLIN , GROWTH_SLOWLINODD , GROWTH_MODLIN ,
  GROWTH_SLOWEXP , GROWTH_MODEXP , GROWTH_FULLEXP
}
 

Functions

int Intrepid::growthRule1D (int index, EIntrepidGrowth growth, EIntrepidBurkardt rule)
 

Detailed Description

Header file for the Intrepid::CubatureLineSorted class.

Author
Created by D. Kouri and D. Ridzal.

Definition in file Intrepid_CubatureLineSorted.hpp.

Enumeration Type Documentation

◆ EIntrepidGrowth

enum Intrepid::EIntrepidGrowth

Definition at line 61 of file Intrepid_CubatureLineSorted.hpp.

Function Documentation

◆ growthRule1D()

int Intrepid::growthRule1D ( int  index,
EIntrepidGrowth  growth,
EIntrepidBurkardt  rule 
)

Definition at line 414 of file Intrepid_CubatureLineSortedDef.hpp.