-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathmaniFEM.h
More file actions
31 lines (22 loc) · 1.21 KB
/
Copy pathmaniFEM.h
File metadata and controls
31 lines (22 loc) · 1.21 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
// this file is part of maniFEM, a C++ library for meshes and finite elements on manifolds
// development version
// Copyright 2019, 2020, 2021, 2022 Cristian Barbarosie cristian.barbarosie@gmail.com
// http://manifem.rd.ciencias.ulisboa.pt/
// https://github.com/cristian-barbarosie/manifem
// ManiFEM is free software: you can redistribute it and/or modify it
// under the terms of the GNU Lesser General Public License as published
// by the Free Software Foundation, either version 3 of the License
// or (at your option) any later version.
// ManiFEM is distributed in the hope that it will be useful,
// but WITHOUT ANY WARRANTY; without even the implied warranty of
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
// See the GNU Lesser General Public License for more details.
// You should have received a copy of the GNU Lesser General Public License
// along with maniFEM. If not, see <https://www.gnu.org/licenses/>.
#include "src/mesh.h"
#include "src/iterator.h"
#include "src/field.h"
#include "src/finite-elem.h"
#include "src/function.h"
#include "src/manifold.h"
//------------------------------------------------------------------------------------------------------//