Skip to content

Could you please explain CSR variables used in BootCMatchGX? #6

@lj-cug

Description

@lj-cug

CSR* Alocal = CSRm::init(...) ;
A->row[] = ...;
A->col[]= ...;
A->col8[]=...;
A->val[]=...;

Question 1:
Could you please explain the arguments for CSRm::init(...) ?

Question 2:
Is A->col8 the same with A->col[]?
I think the CSR formatted matrix for BootCMatchGX is similar with AmgX.
I want to wrap it with PETSc like AmgXWrapper, which then can be used in my CFD code. But the interface of CSR matrix is the key point.
LI Jian

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions