#include "finiteelementinterface.h"
#include "mappingorthomesh.h"
Go to the source code of this file.
Classes | |
class | MappedFEValuesBase |
Enumerations | |
enum | COMPUTE_DEF { COMPUTE_VALUES = 1, COMPUTE_GRADS = 2, COMPUTE_PTS = 4, COMPUTE_J = 8, COMPUTE_JxW = 16 } |
enum COMPUTE_DEF |
Definition at line 6 of file mappedfevaluesbase.h.
00006 {COMPUTE_VALUES=1,COMPUTE_GRADS=2,COMPUTE_PTS=4,COMPUTE_J=8,COMPUTE_JxW=16};