Skip to content

Commit

Permalink
Increase instantiations count
Browse files Browse the repository at this point in the history
  • Loading branch information
NiklasWik committed Apr 12, 2022
1 parent 6ae2d54 commit 70ac873
Show file tree
Hide file tree
Showing 5 changed files with 69 additions and 1 deletion.
2 changes: 1 addition & 1 deletion source/matrix_free/evaluation_template_factory.cc
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

DEAL_II_NAMESPACE_OPEN

#define SPLIT_INSTANTIATIONS_COUNT 6
#define SPLIT_INSTANTIATIONS_COUNT 10
#ifndef SPLIT_INSTANTIATIONS_INDEX
# define SPLIT_INSTANTIATIONS_INDEX 0
#endif
Expand Down
17 changes: 17 additions & 0 deletions source/matrix_free/evaluation_template_factory_inst10.cc
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
// ---------------------------------------------------------------------
//
// Copyright (C) 2022 by the deal.II authors
//
// This file is part of the deal.II library.
//
// The deal.II library is free software; you can use it, redistribute
// it, and/or modify it under the terms of the GNU Lesser General
// Public License as published by the Free Software Foundation; either
// version 2.1 of the License, or (at your option) any later version.
// The full text of the license can be found in the file LICENSE.md at
// the top level directory of deal.II.
//
// ---------------------------------------------------------------------

#define SPLIT_INSTANTIATIONS_INDEX 9
#include "evaluation_template_factory.cc"
17 changes: 17 additions & 0 deletions source/matrix_free/evaluation_template_factory_inst7.cc
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
// ---------------------------------------------------------------------
//
// Copyright (C) 2022 by the deal.II authors
//
// This file is part of the deal.II library.
//
// The deal.II library is free software; you can use it, redistribute
// it, and/or modify it under the terms of the GNU Lesser General
// Public License as published by the Free Software Foundation; either
// version 2.1 of the License, or (at your option) any later version.
// The full text of the license can be found in the file LICENSE.md at
// the top level directory of deal.II.
//
// ---------------------------------------------------------------------

#define SPLIT_INSTANTIATIONS_INDEX 6
#include "evaluation_template_factory.cc"
17 changes: 17 additions & 0 deletions source/matrix_free/evaluation_template_factory_inst8.cc
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
// ---------------------------------------------------------------------
//
// Copyright (C) 2022 by the deal.II authors
//
// This file is part of the deal.II library.
//
// The deal.II library is free software; you can use it, redistribute
// it, and/or modify it under the terms of the GNU Lesser General
// Public License as published by the Free Software Foundation; either
// version 2.1 of the License, or (at your option) any later version.
// The full text of the license can be found in the file LICENSE.md at
// the top level directory of deal.II.
//
// ---------------------------------------------------------------------

#define SPLIT_INSTANTIATIONS_INDEX 7
#include "evaluation_template_factory.cc"
17 changes: 17 additions & 0 deletions source/matrix_free/evaluation_template_factory_inst9.cc
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
// ---------------------------------------------------------------------
//
// Copyright (C) 2022 by the deal.II authors
//
// This file is part of the deal.II library.
//
// The deal.II library is free software; you can use it, redistribute
// it, and/or modify it under the terms of the GNU Lesser General
// Public License as published by the Free Software Foundation; either
// version 2.1 of the License, or (at your option) any later version.
// The full text of the license can be found in the file LICENSE.md at
// the top level directory of deal.II.
//
// ---------------------------------------------------------------------

#define SPLIT_INSTANTIATIONS_INDEX 8
#include "evaluation_template_factory.cc"

0 comments on commit 70ac873

Please sign in to comment.