Chi-Tech
PieceWiseLinearBase.cc File Reference

Go to the source code of this file.

Namespaces

namespace  chi_math
 
namespace  chi_math::spatial_discretization
 

Macros

#define UnsupportedCellType(fname)
 

Macro Definition Documentation

◆ UnsupportedCellType

#define UnsupportedCellType (   fname)
Value:
std::invalid_argument((fname) + \
": Unsupported cell type encountered. type_id=" + \
std::to_string(static_cast<int>(cell.Type())));

Definition at line 9 of file PieceWiseLinearBase.cc.