⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 meshpartition.h

📁 利用C
💻 H
字号:
// Copyright (C) 2007 Magnus Vikstrom// Licensed under the GNU LGPL Version 2.1.//// Modified by Anders Logg, 2008.//// First added:  2007-04-24// Last changed: 2008-02-04#ifndef __MESH_PARTITIONING_H#define __MESH_PARTITIONING_H#include <dolfin/common/types.h>namespace dolfin{  /// This class provides a set of functions to partition a Mesh  class MeshPartition  {  public:    /// Partition a mesh into num_part partitions    static void partition(Mesh& mesh, MeshFunction<uint>& partitions, uint num_partitions);  };}#endif

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -