Nektar++
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Public Attributes | List of all members
Xxt::crs_data Struct Reference

#include <Xxt.hpp>

Collaboration diagram for Xxt::crs_data:
Collaboration graph
[legend]

Public Attributes

struct comm comm
 
unsigned int pcoord
 
unsigned plevels
 
signed int * pother
 
comm_reqreq
 
unsigned nsep
 
unsigned int * sep_size
 
unsigned null_space
 
double * share_weight
 
unsigned int un
 
unsigned int cn
 
signed int * perm_u2c
 
unsigned int ln
 
unsigned int sn
 
unsigned int xn
 
struct sparse_cholesky fac_A_ll
 
struct csr_mat A_sl
 
unsigned int * Xp
 
double * X
 
double * vl
 
double * vc
 
double * vx
 
double * combuf
 

Detailed Description

Definition at line 76 of file Xxt.hpp.

Member Data Documentation

struct csr_mat Xxt::crs_data::A_sl

Definition at line 121 of file Xxt.hpp.

unsigned int Xxt::crs_data::cn

Definition at line 108 of file Xxt.hpp.

double * Xxt::crs_data::combuf

Definition at line 125 of file Xxt.hpp.

struct comm Xxt::crs_data::comm

Definition at line 79 of file Xxt.hpp.

struct sparse_cholesky Xxt::crs_data::fac_A_ll

Definition at line 120 of file Xxt.hpp.

unsigned int Xxt::crs_data::ln

Definition at line 111 of file Xxt.hpp.

unsigned Xxt::crs_data::nsep

Definition at line 91 of file Xxt.hpp.

unsigned Xxt::crs_data::null_space

Definition at line 97 of file Xxt.hpp.

unsigned int Xxt::crs_data::pcoord

Definition at line 80 of file Xxt.hpp.

signed int* Xxt::crs_data::perm_u2c

Definition at line 109 of file Xxt.hpp.

unsigned Xxt::crs_data::plevels

Definition at line 81 of file Xxt.hpp.

signed int* Xxt::crs_data::pother

Definition at line 82 of file Xxt.hpp.

comm_req* Xxt::crs_data::req

Definition at line 88 of file Xxt.hpp.

unsigned int* Xxt::crs_data::sep_size

Definition at line 92 of file Xxt.hpp.

double* Xxt::crs_data::share_weight

Definition at line 98 of file Xxt.hpp.

unsigned int Xxt::crs_data::sn

Definition at line 111 of file Xxt.hpp.

unsigned int Xxt::crs_data::un

Definition at line 101 of file Xxt.hpp.

double * Xxt::crs_data::vc

Definition at line 125 of file Xxt.hpp.

double* Xxt::crs_data::vl

Definition at line 125 of file Xxt.hpp.

double * Xxt::crs_data::vx

Definition at line 125 of file Xxt.hpp.

double* Xxt::crs_data::X

Definition at line 122 of file Xxt.hpp.

unsigned int Xxt::crs_data::xn

Definition at line 116 of file Xxt.hpp.

unsigned int* Xxt::crs_data::Xp

Definition at line 122 of file Xxt.hpp.