[Trilinos-Users] std::vector<Epetra_CrsMatrix>

Sunghwan Choi sunghwanchoi91 at gmail.com
Tue Mar 19 06:41:20 MDT 2013


Hi,

I want to make the Teuchos::Array<Epetra_CrsMatrix> but I failed. 

 

Teuchos::Array<Epetra_CrsMatrix> core_hamiltonians;

 

Epetra_CrsMatrix core_hamiltonian (Copy,*map,0 );  // No error

core_hamiltonians.push_back(core_hamiltonian);    // throw terminate called
after throwing an instance of 'int'   Aborted (core dumped)

 

 

What is my problem? Please help me;;;

 

Sincerely 

Sunghwan Choi

 

 

-------------- next part --------------
An HTML attachment was scrubbed...
URL: https://software.sandia.gov/pipermail/trilinos-users/attachments/20130319/782f1d33/attachment.html 


More information about the Trilinos-Users mailing list