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

📄 meshordering.h

📁 利用C
💻 H
字号:
// 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/common/types.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 + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -