meshpartition.h

来自「Dolfin provide a high-performance linear」· C头文件 代码 · 共 28 行

H
28
字号
// Copyright (C) 2007 Magnus Vikstrom// Licensed under the GNU LGPL Version 2.1.//// First added:  2007-04-24// Last changed: 2007-04-25#ifndef __MESH_PARTITIONING_H#define __MESH_PARTITIONING_H#include <dolfin/constants.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, uint num_partitions, MeshFunction<uint>& partitions);  };}#endif

⌨️ 快捷键说明

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