LifeV
MapEpetra.hpp File Reference

MapEpetra. More...

#include <Epetra_Map.h>
#include <Epetra_Export.h>
#include <Epetra_Import.h>
#include <Epetra_Comm.h>
#include <EpetraExt_HDF5.h>
#include <lifev/core/LifeV.hpp>
#include <lifev/core/array/EnumMapEpetra.hpp>
#include <lifev/core/array/MapEpetraData.hpp>
#include <lifev/core/array/MapVector.hpp>
+ Include dependency graph for MapEpetra.hpp:

Go to the source code of this file.

Data Structures

class  MapEpetra
 MapEpetra - Wrapper for Epetra_Map. More...
 

Namespaces

 LifeV
 Default Physical Solver.
 

Typedefs

typedef MapVector< MapEpetra > MapEpetraVector
 

Functions

MapEpetra operator+ (const MapEpetra &map1, const MapEpetra &map2)
 Addition operator. More...
 
MapEpetra operator+ (const MapEpetra &map, Int size)
 Addition operator. More...
 
MapVector< MapEpetra > operator| (const MapEpetra &map1, const MapEpetra &map2)
 Juxtaposition operator. More...
 

Detailed Description

MapEpetra.

Author
Gilles Fourestey gille.nosp@m.s.fo.nosp@m.urest.nosp@m.ey@e.nosp@m.pfl.c.nosp@m.h
Simone Deparis simon.nosp@m.e.de.nosp@m.paris.nosp@m.@epf.nosp@m.l.ch
Contributor:
Gwenol Grandperrin gweno.nosp@m.l.gr.nosp@m.andpe.nosp@m.rrin.nosp@m.@epfl.nosp@m..ch
Maintainer:
Gwenol Grandperrin gweno.nosp@m.l.gr.nosp@m.andpe.nosp@m.rrin.nosp@m.@epfl.nosp@m..ch
Date
26-10-2006

This class manages the distribution of elements of matrices or vectors on a parallel machine

Definition in file MapEpetra.hpp.