MFEM
v4.5.1
Finite element discretization library
Main Page
Related Pages
Classes
Files
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Pages
fem
fem.hpp
Go to the documentation of this file.
1
// Copyright (c) 2010-2022, 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 "
linearform.hpp
"
30
#include "
nonlinearform.hpp
"
31
#include "
bilinearform.hpp
"
32
#include "
hybridization.hpp
"
33
#include "
datacollection.hpp
"
34
#include "
estimators.hpp
"
35
#include "
staticcond.hpp
"
36
#include "
tmop.hpp
"
37
#include "
tmop_tools.hpp
"
38
#include "
tmop_amr.hpp
"
39
#include "
gslib.hpp
"
40
#include "restriction.hpp"
41
#include "
quadinterpolator.hpp
"
42
#include "
quadinterpolator_face.hpp
"
43
#include "transfer.hpp"
44
#include "
fespacehierarchy.hpp
"
45
#include "
multigrid.hpp
"
46
#include "
ceed/solvers/algebraic.hpp
"
47
#include "
lor/lor.hpp
"
48
#include "
dgmassinv.hpp
"
49
50
#ifdef MFEM_USE_MPI
51
#include "
pfespace.hpp
"
52
#include "
pgridfunc.hpp
"
53
#include "
plinearform.hpp
"
54
#include "
pbilinearform.hpp
"
55
#include "
pnonlinearform.hpp
"
56
#endif
57
58
#ifdef MFEM_USE_SIDRE
59
#include "
sidredatacollection.hpp
"
60
#endif
61
62
#ifdef MFEM_USE_CONDUIT
63
#include "
conduitdatacollection.hpp
"
64
#endif
65
66
#ifdef MFEM_USE_ADIOS2
67
#include "
adios2datacollection.hpp
"
68
#endif
69
70
#ifdef MFEM_USE_FMS
71
#include "
fmsconvert.hpp
"
72
#include "
fmsdatacollection.hpp
"
73
#endif
74
75
#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 Dec 7 2022 10:41:45 for MFEM by
1.8.5