ESYS13  Revision_
Functions
Transport.c File Reference
#include "Transport.h"
#include "PasoUtil.h"

Functions

void Paso_TransportProblem_free (Paso_TransportProblem *in)
Paso_TransportProblemPaso_TransportProblem_getReference (Paso_TransportProblem *in)
Paso_TransportProblemPaso_TransportProblem_alloc (Paso_SystemMatrixPattern *pattern, const int block_size)
void Paso_TransportProblem_reset (Paso_TransportProblem *in)
index_t Paso_TransportProblem_getTypeId (const index_t solver, const index_t preconditioner, const index_t package, const bool_t symmetry, Esys_MPIInfo *mpi_info)
void Paso_TransportProblem_setUpConstraint (Paso_TransportProblem *fctp, const double *q)
void Paso_TransportProblem_insertConstraint (Paso_TransportProblem *fctp, const double *r, double *source)

Function Documentation

index_t Paso_TransportProblem_getTypeId ( const index_t  solver,
const index_t  preconditioner,
const index_t  package,
const bool_t  symmetry,
Esys_MPIInfo mpi_info 
)
void Paso_TransportProblem_insertConstraint ( Paso_TransportProblem fctp,
const double *  r,
double *  source 
)
void Paso_TransportProblem_setUpConstraint ( Paso_TransportProblem fctp,
const double *  q 
)