MorphoGraphX  2.0-1-227
Classes | Namespaces | Typedefs | Enumerations | Functions
Solver.hpp File Reference
#include <Mesh.hpp>
#include <DistMatrix.hpp>

Go to the source code of this file.

Classes

class  mgx::Solver
 
struct  mgx::Solver::VtxData
 
struct  mgx::Solver::EdgData
 

Namespaces

 mgx
 Distributed matrix library.
 

Typedefs

typedef DistNhbd< cellGraph > mgx::DistNhbdC
 
typedef DVector< DistNhbdC, Matrix2d, Point2d, double > mgx::DVector2d
 
typedef DMatrix< DistNhbdC, Matrix2d, Point2d, double > mgx::DMatrix2d
 
typedef thrust::host_vector< Matrix2d > mgx::DVM2f
 
typedef std::vector< Matrix2d > mgx::HVM2f
 

Enumerations

enum  mgx::SolvingMethod { mgx::Euler, mgx::BackwardEuler }
 

Functions

bool mgx::readAttr (Solver::VtxData &m, const QByteArray &ba, size_t &pos)
 
bool mgx::writeAttr (const Solver::VtxData &m, QByteArray &ba)
 
bool mgx::readAttr (Solver::EdgData &m, const QByteArray &ba, size_t &pos)
 
bool mgx::writeAttr (const Solver::EdgData &m, QByteArray &ba)