source: CIVL/examples/mpi-omp/AMG2013/krylov_bug/gmres_bug.c@ 8ed2d3b

1.23 2.0 main test-branch
Last change on this file since 8ed2d3b was 0a5fb11, checked in by Michael Rogers <mrogers08@…>, 11 years ago

Added bug example in AMG/krylov_bug

git-svn-id: svn://vsl.cis.udel.edu/civl/trunk@2410 fb995dde-84ed-4084-dfe6-e5aef3e2452c

  • Property mode set to 100644
File size: 232 bytes
Line 
1#include "krylov_bug.h"
2
3void *
4hypre_GMRESCreate( hypre_GMRESFunctions *gmres_functions )
5{
6 hypre_GMRESData *gmres_data;
7
8 gmres_data = hypre_CTAllocF(hypre_GMRESData, 1, gmres_functions);
9
10 return (void *) gmres_data;
11}
Note: See TracBrowser for help on using the repository browser.