![]() |
MFEM v4.8.0
Finite element discretization library
|
#include <eltrans_basis.hpp>
Static Public Member Functions | |
static constexpr MFEM_HOST_DEVICE int | Dimension () |
static bool MFEM_HOST_DEVICE | inside (real_t x, real_t y) |
true if the given point (x,y) in ref space is inside the element | |
static bool MFEM_HOST_DEVICE | project (real_t &x, real_t &y, real_t &dx, real_t &dy) |
Definition at line 61 of file eltrans_basis.hpp.
|
inlinestaticconstexpr |
Definition at line 63 of file eltrans_basis.hpp.
|
inlinestatic |
true if the given point (x,y) in ref space is inside the element
Definition at line 65 of file eltrans_basis.hpp.
|
inlinestatic |
Bound the reference coordinate (x,y) += (dx,dy) to be inside the square. dx and dy are updated to be (dx,dy) = project(x+dx,y+dy) - (x,y)
Definition at line 74 of file eltrans_basis.hpp.