LifeV
CurrentFE.hpp File Reference

File containing the CurrentFE class. More...

#include <lifev/core/LifeV.hpp>
#include <lifev/core/fem/GeometricMap.hpp>
#include <lifev/core/fem/ReferenceFEScalar.hpp>
#include <lifev/core/fem/ReferenceFEHdiv.hpp>
#include <lifev/core/fem/QuadratureRule.hpp>
#include <boost/multi_array.hpp>
#include <iostream>
#include <fstream>
+ Include dependency graph for CurrentFE.hpp:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

class  CurrentFE
 CurrentFE - A primordial class for the assembly of the local matrices/vectors retaining the values on the real cells. More...
 

Namespaces

 LifeV
 Default Physical Solver.
 

Functions

const flag_Type UPDATE_ONLY_CELL_NODES (1)
 
const flag_Type UPDATE_ONLY_QUAD_NODES (2)
 
const flag_Type UPDATE_ONLY_DPHI_GEO_MAP (4)
 
const flag_Type UPDATE_ONLY_JACOBIAN (8)
 
const flag_Type UPDATE_ONLY_T_INVERSE_JACOBIAN (16)
 
const flag_Type UPDATE_ONLY_W_DET_JACOBIAN (32)
 
const flag_Type UPDATE_ONLY_DPHI_REF (64)
 
const flag_Type UPDATE_ONLY_DPHI (128)
 
const flag_Type UPDATE_ONLY_D2PHI_REF (256)
 
const flag_Type UPDATE_ONLY_D2PHI (512)
 
const flag_Type UPDATE_ONLY_PHI_VECT (1024)
 
const flag_Type UPDATE_ONLY_DIV_PHI_REF (2048)
 
const flag_Type UPDATE_ONLY_DET_JACOBIAN (4096)
 
const flag_Type UPDATE_QUAD_NODES (UPDATE_ONLY_CELL_NODES|UPDATE_ONLY_QUAD_NODES)
 
const flag_Type UPDATE_DPHI (UPDATE_ONLY_CELL_NODES|UPDATE_ONLY_DPHI_GEO_MAP|UPDATE_ONLY_JACOBIAN|UPDATE_ONLY_T_INVERSE_JACOBIAN|UPDATE_ONLY_DPHI_REF|UPDATE_ONLY_DPHI|UPDATE_ONLY_DET_JACOBIAN)
 
const flag_Type UPDATE_D2PHI (UPDATE_ONLY_CELL_NODES|UPDATE_ONLY_DPHI_GEO_MAP|UPDATE_ONLY_JACOBIAN|UPDATE_ONLY_T_INVERSE_JACOBIAN|UPDATE_ONLY_D2PHI_REF|UPDATE_ONLY_D2PHI|UPDATE_ONLY_DET_JACOBIAN)
 
const flag_Type UPDATE_WDET (UPDATE_ONLY_CELL_NODES|UPDATE_ONLY_DPHI_GEO_MAP|UPDATE_ONLY_JACOBIAN|UPDATE_ONLY_DET_JACOBIAN|UPDATE_ONLY_W_DET_JACOBIAN)
 
const flag_Type UPDATE_PHI_VECT (UPDATE_ONLY_CELL_NODES|UPDATE_ONLY_DPHI_GEO_MAP|UPDATE_ONLY_JACOBIAN|UPDATE_ONLY_DET_JACOBIAN|UPDATE_ONLY_PHI_VECT)
 
const flag_Type UPDATE_DIV_PHI (UPDATE_ONLY_DIV_PHI_REF)
 

Detailed Description

File containing the CurrentFE class.

Author
Jean-Frederic Gerbeau
Date
00-04-2002
Contributor:
V. Martin Samuel Quinodoz samue.nosp@m.l.qu.nosp@m.inodo.nosp@m.z@ep.nosp@m.fl.ch Samuel Quinodoz samue.nosp@m.l.qu.nosp@m.inodo.nosp@m.z@ep.nosp@m.fl.ch

Definition in file CurrentFE.hpp.