Zellij
All Classes Files Functions Variables Typedefs Enumerations Enumerator Pages
Decompose.h
Go to the documentation of this file.
1// Copyright(C) 2021, 2022 National Technology & Engineering Solutions
2// of Sandia, LLC (NTESS). Under the terms of Contract DE-NA0003525 with
3// NTESS, the U.S. Government retains certain rights in this software.
4//
5// See packages/seacas/LICENSE for details
6#pragma once
7
8#include <string>
9
10class Grid;
11void decompose_grid(Grid &grid, int ranks, const std::string &method);
void decompose_grid(Grid &grid, int ranks, const std::string &method)
Definition Decompose.C:122
Definition Grid.h:29