MFEM
v4.6.0
Finite element discretization library
fem
fem.hpp
Go to the documentation of this file.
1
// Copyright (c) 2010-2023, Lawrence Livermore National Security, LLC. Produced
2
// at the Lawrence Livermore National Laboratory. All Rights reserved. See files
3
// LICENSE and NOTICE for details. LLNL-CODE-806117.
4
//
5
// This file is part of the MFEM library. For more information and source code
6
// availability visit https://mfem.org.
7
//
8
// MFEM is free software; you can redistribute it and/or modify it under the
9
// terms of the BSD-3 license. We welcome feedback and contributions, see file
10
// CONTRIBUTING.md for details.
11
12
#ifndef MFEM_FEM_HPP
13
#define MFEM_FEM_HPP
14
15
#include "
intrules.hpp
"
16
#include "
geom.hpp
"
17
#include "
fe.hpp
"
18
#include "
fe_coll.hpp
"
19
#include "
doftrans.hpp
"
20
#include "
eltrans.hpp
"
21
#include "coefficient.hpp"
22
#include "
complex_fem.hpp
"
23
#include "
convergence.hpp
"
24
#include "
lininteg.hpp
"
25
#include "
nonlininteg.hpp
"
26
#include "
bilininteg.hpp
"
27
#include "
fespace.hpp
"
28
#include "
gridfunc.hpp
"
29
#include "kdtree.hpp"
30
#include "
linearform.hpp
"
31
#include "
nonlinearform.hpp
"
32
#include "
bilinearform.hpp
"
33
#include "
hybridization.hpp
"
34
#include "
datacollection.hpp
"
35
#include "
estimators.hpp
"
36
#include "
staticcond.hpp
"
37
#include "
tmop.hpp
"
38
#include "
tmop_tools.hpp
"
39
#include "
tmop_amr.hpp
"
40
#include "
gslib.hpp
"
41
#include "restriction.hpp"
42
#include "
quadinterpolator.hpp
"
43
#include "
quadinterpolator_face.hpp
"
44
#include "transfer.hpp"
45
#include "
fespacehierarchy.hpp
"
46
#include "
multigrid.hpp
"
47
#include "
ceed/solvers/algebraic.hpp
"
48
#include "
lor/lor.hpp
"
49
#include "
dgmassinv.hpp
"
50
51
#ifdef MFEM_USE_MPI
52
#include "
pfespace.hpp
"
53
#include "
pgridfunc.hpp
"
54
#include "
plinearform.hpp
"
55
#include "
pbilinearform.hpp
"
56
#include "
pnonlinearform.hpp
"
57
#endif
58
59
#ifdef MFEM_USE_SIDRE
60
#include "
sidredatacollection.hpp
"
61
#endif
62
63
#ifdef MFEM_USE_CONDUIT
64
#include "
conduitdatacollection.hpp
"
65
#endif
66
67
#ifdef MFEM_USE_ADIOS2
68
#include "
adios2datacollection.hpp
"
69
#endif
70
71
#ifdef MFEM_USE_FMS
72
#include "
fmsconvert.hpp
"
73
#include "
fmsdatacollection.hpp
"
74
#endif
75
76
#endif
fespacehierarchy.hpp
pnonlinearform.hpp
fmsconvert.hpp
lininteg.hpp
fe_coll.hpp
gslib.hpp
nonlinearform.hpp
dgmassinv.hpp
staticcond.hpp
pfespace.hpp
multigrid.hpp
sidredatacollection.hpp
convergence.hpp
datacollection.hpp
fespace.hpp
fe.hpp
bilininteg.hpp
plinearform.hpp
tmop_tools.hpp
quadinterpolator_face.hpp
tmop_amr.hpp
doftrans.hpp
linearform.hpp
pbilinearform.hpp
hybridization.hpp
fmsdatacollection.hpp
quadinterpolator.hpp
intrules.hpp
eltrans.hpp
geom.hpp
tmop.hpp
adios2datacollection.hpp
conduitdatacollection.hpp
gridfunc.hpp
pgridfunc.hpp
algebraic.hpp
nonlininteg.hpp
estimators.hpp
lor.hpp
complex_fem.hpp
bilinearform.hpp
Generated on Wed Sep 27 2023 14:52:30 for MFEM by
1.8.14