Esempio n. 1
0
int main( int argc, char **args )
{
  PetscInitialize( &argc, &args,(char *)0, help );

  test_view();
  test_axpy_dot_max();

  PetscFinalize();
  return 0;
}
Esempio n. 2
0
void test()
{
    test_empty();
    test_single();
    test_view();
}