MFEM  v3.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Pages
Public Types | List of all members
mfem::Ordering Class Reference

#include <fespace.hpp>

Public Types

enum  Type { byNODES, byVDIM }
 

Detailed Description

The ordering method used when the number of unknowns per mesh node (vector dimension) is bigger than 1.

Definition at line 29 of file fespace.hpp.

Member Enumeration Documentation

Ordering methods: byNODES - loop first over the nodes then over the vector dimension, byVDIM - loop first over the vector dimension then over the nodes

Enumerator
byNODES 
byVDIM 

Definition at line 35 of file fespace.hpp.


The documentation for this class was generated from the following file: