MFEM  v4.6.0
Finite element discretization library
Functions
mfem::KernelHelpers Namespace Reference

Functions

void CheckMemoryRestriction (int d1d, int q1d)
 Runtime check for memory restrictions that are determined at compile time. More...
 

Function Documentation

◆ CheckMemoryRestriction()

void mfem::KernelHelpers::CheckMemoryRestriction ( int  d1d,
int  q1d 
)
inline

Runtime check for memory restrictions that are determined at compile time.

Parameters
d1dNumber of degrees of freedom in 1D.
q1dNumber of quadrature points in 1D.

Definition at line 46 of file kernel_helpers.hpp.