#include <fields.h>
Public Member Functions | |
Field (fieldType _type, PDEType _pdetype, std::string _name) | |
Public Attributes | |
fieldType | type |
PDEType | pdetype |
std::string | name |
unsigned int | index |
unsigned int | startIndex |
unsigned int | numComponents |
Static Private Attributes | |
static unsigned int | fieldCount = 0 |
static unsigned int | indexCount = 0 |