PRISMS-PF  v2.1
Field< dim > Class Template Reference

#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
 

Detailed Description

template<int dim>
class Field< dim >

Definition at line 9 of file fields.h.

Constructor & Destructor Documentation

◆ Field()

Field ( fieldType  _type,
PDEType  _pdetype,
std::string  _name 
)

Definition at line 31 of file fields.h.

Member Data Documentation

◆ fieldCount

unsigned int fieldCount = 0
staticprivate

Definition at line 21 of file fields.h.

◆ index

unsigned int index

Definition at line 16 of file fields.h.

◆ indexCount

unsigned int indexCount = 0
staticprivate

Definition at line 22 of file fields.h.

◆ name

std::string name

Definition at line 15 of file fields.h.

◆ numComponents

unsigned int numComponents

Definition at line 18 of file fields.h.

◆ pdetype

PDEType pdetype

Definition at line 14 of file fields.h.

◆ startIndex

unsigned int startIndex

Definition at line 17 of file fields.h.

◆ type

fieldType type

Definition at line 13 of file fields.h.


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