meshordering.h

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

H
31
字号
// Copyright (C) 2007 Anders Logg.// Licensed under the GNU LGPL Version 2.1.//// First added:  2007-01-30// Last changed: 2007-01-30#ifndef __MESH_ORDERING_H#define __MESH_ORDERING_H#include <dolfin/constants.h>namespace dolfin{  class Mesh;  /// This class implements the ordering of mesh entities according to  /// the UFC specification (see appendix of DOLFIN user manual).  class MeshOrdering  {  public:    static void order(Mesh& mesh);  };}#endif

⌨️ 快捷键说明

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