FemProcess
The GeMA Fem Process Plugin
Classes | Enumerations
gmpFemVectorSet.h File Reference

Declaration of the GmpFemVectorSet class. More...

#include "gmpFemProcessConfig.h"
#include <gmVectorSet.h>
Include dependency graph for gmpFemVectorSet.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  GmpFemVectorSet
 A convenience class that builds a GmVectorSet with the types given by GmpFemVectorTypes and also associates a global vector to each element vector stored in the set (it can also associate a single global vector, dissociated with vector types) More...
 
struct  GmpFemVectorSet::GmpFemVectorTypeData
 Aux structure storing the vectors associated with a vector type. More...
 

Enumerations

enum  GmpFemVectorTypes { GmpFemVector_Eq = 0, GmpFemVector_Fe = 0, GmpFemVector_Fi, GmpFemVector_NumTypes }
 Predefined names for vectors used in finite element solvers together with control procedures. More...
 

Detailed Description

Declaration of the GmpFemVectorSet class.

Author
Carlos Augusto Teixeira Mendes
Date
september, 2015

Enumeration Type Documentation

◆ GmpFemVectorTypes

Predefined names for vectors used in finite element solvers together with control procedures.

Enumerator
GmpFemVector_Eq 

The equivalent force vector when merging values into a single global vector.

GmpFemVector_Fe 

The external force vector Fe in the general equation Fi(u, u', u'') = Fe(t) (u' = du/dt)

GmpFemVector_Fi 

The internal force vector Fi in the general equation Fi(u, u', u'') = Fe(t) (u' = du/dt)