|
| MFEM_HOST_DEVICE | FieldStateView (mfem::real_t *data_) |
| |
| MFEM_HOST_DEVICE bool | is_valid () const |
| |
| MFEM_HOST_DEVICE mfem::real_t & | u (const StateLayout &layout, int equation, int dof) const |
| |
| MFEM_HOST_DEVICE mfem::real_t & | mass (const StateLayout &layout, int dof) const |
| |
| MFEM_HOST_DEVICE mfem::real_t & | momentum (const StateLayout &layout, int component, int dof) const |
| |
| MFEM_HOST_DEVICE mfem::real_t & | momentum_x (const StateLayout &layout, int dof) const |
| |
| MFEM_HOST_DEVICE mfem::real_t & | momentum_y (const StateLayout &layout, int dof) const |
| |
| MFEM_HOST_DEVICE mfem::real_t & | momentum_z (const StateLayout &layout, int dof) const |
| |
| MFEM_HOST_DEVICE mfem::real_t | velocity (const StateLayout &layout, int component, int dof) const |
| |
| MFEM_HOST_DEVICE mfem::real_t | velocity_x (const StateLayout &layout, int dof) const |
| |
| MFEM_HOST_DEVICE mfem::real_t | velocity_y (const StateLayout &layout, int dof) const |
| |
| MFEM_HOST_DEVICE mfem::real_t | velocity_z (const StateLayout &layout, int dof) const |
| |
| MFEM_HOST_DEVICE mfem::real_t & | energy (const StateLayout &layout, int dof) const |
| |
| MFEM_HOST_DEVICE mfem::real_t & | scalar (const StateLayout &layout, int k, int dof) const |
| |