IOSS 2.0
Loading...
Searching...
No Matches
Utst_structured_decomp.h
Go to the documentation of this file.
1/*
2 * Copyright(C) 1999-2020, 2022 National Technology & Engineering Solutions
3 * of Sandia, LLC (NTESS). Under the terms of Contract DE-NA0003525 with
4 * NTESS, the U.S. Government retains certain rights in this software.
5 *
6 * See packages/seacas/LICENSE for details
7 */
8#pragma once
9
11#include <vector>
12
13void cleanup(std::vector<Iocgns::StructuredZoneData *> &zones);
14void check_split_assign(std::vector<Iocgns::StructuredZoneData *> &zones,
15 double load_balance_tolerance, size_t proc_count, double min_toler = 0.9,
16 double max_toler = 1.0);
void cleanup(std::vector< Iocgns::StructuredZoneData * > &zones)
Definition Utst_structured_decomp.C:63
void check_split_assign(std::vector< Iocgns::StructuredZoneData * > &zones, double load_balance_tolerance, size_t proc_count, double min_toler=0.9, double max_toler=1.0)
Definition Utst_structured_decomp.C:72