📄 meshpartition.h
字号:
// 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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -