LifeV
CurrentFEManifold.hpp File Reference

A class for a finite element living on a manifold. More...

#include <boost/multi_array.hpp>
#include <lifev/core/fem/CurrentFE.hpp>
+ Include dependency graph for CurrentFEManifold.hpp:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

class  CurrentFEManifold
 A class for a finite element on a manifold. More...
 

Namespaces

 LifeV
 Default Physical Solver.
 

Functions

const flag_Type UPDATE_ONLY_TANGENTS (16384)
 
const flag_Type UPDATE_ONLY_NORMALS (32768)
 
const flag_Type UPDATE_ONLY_METRIC (65536)
 
const flag_Type UPDATE_ONLY_DET_METRIC (131072)
 
const flag_Type UPDATE_ONLY_W_ROOT_DET_METRIC (262144)
 
const flag_Type UPDATE_ONLY_INV_METRIC (524288)
 
const flag_Type UPDATE_TANGENTS (UPDATE_ONLY_TANGENTS|UPDATE_ONLY_CELL_NODES)
 
const flag_Type UPDATE_NORMALS (UPDATE_ONLY_NORMALS|UPDATE_ONLY_TANGENTS|UPDATE_ONLY_CELL_NODES)
 
const flag_Type UPDATE_METRIC (UPDATE_ONLY_METRIC|UPDATE_ONLY_TANGENTS|UPDATE_ONLY_CELL_NODES)
 
const flag_Type UPDATE_INV_METRIC (UPDATE_ONLY_INV_METRIC|UPDATE_METRIC|UPDATE_ONLY_DET_METRIC)
 
const flag_Type UPDATE_W_ROOT_DET_METRIC (UPDATE_ONLY_W_ROOT_DET_METRIC|UPDATE_METRIC|UPDATE_ONLY_DET_METRIC)
 

Detailed Description

A class for a finite element living on a manifold.

Author
Jean-Frederic Gerbeau Vincent Martin
Date
00-09-2002

Luca Bertagna lbert.nosp@m.ag@e.nosp@m.mory..nosp@m.edu

Date
Sept 2012
Contributor:
Luca Bertagna lbert.nosp@m.ag@e.nosp@m.mory..nosp@m.edu
Contributor:
Samuel Quinodoz samue.nosp@m.l.qu.nosp@m.inodo.nosp@m.z@ep.nosp@m.fl.ch Luca Bertagna lbert.nosp@m.ag@e.nosp@m.mory..nosp@m.edu

Definition in file CurrentFEManifold.hpp.