📄 projectionlibrary.h
字号:
// Copyright (C) 2007 Anders Logg.// Licensed under the GNU LGPL Version 2.1.//// First added: 2007-04-12// Last changed: 2008-03-29#ifndef __PROJECTION_LIBRARY_H#define __PROJECTION_LIBRARY_H#include <string>#include <ufc.h>#include <dolfin/fem/Form.h>namespace dolfin{ /// Library of pregenerated L2 projections class ProjectionLibrary { public: /// Create projection forms with given signature static Form* create_projection_a(const char* signature); static Form* create_projection_L(const char* signature, Function& f); };}#endif
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -