www.mooseframework.org
Classes | Typedefs | Functions
PiecewiseBilinear.h File Reference

Go to the source code of this file.

Classes

class  ColumnMajorMatrixTempl< T >
 This class defines a Tensor that can change its shape. More...
 
class  PiecewiseBilinear
 PiecewiseBilinear reads from a file the information necessary to build the vectors x and y and the ColumnMajorMatrix z, and then sends those (along with a sample point) to BilinearInterpolation. More...
 

Typedefs

typedef ColumnMajorMatrixTempl< Real > ColumnMajorMatrix
 

Functions

template<>
InputParameters validParams< PiecewiseBilinear > ()
 

Typedef Documentation

◆ ColumnMajorMatrix

Definition at line 16 of file PiecewiseBilinear.h.

Function Documentation

◆ validParams< PiecewiseBilinear >()