MFEM
v4.2.0
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-2020, 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 "
eltrans.hpp
"
20
#include "
coefficient.hpp
"
21
#include "
complex_fem.hpp
"
22
#include "
convergence.hpp
"
23
#include "
lininteg.hpp
"
24
#include "
nonlininteg.hpp
"
25
#include "
bilininteg.hpp
"
26
#include "
fespace.hpp
"
27
#include "
gridfunc.hpp
"
28
#include "
linearform.hpp
"
29
#include "
nonlinearform.hpp
"
30
#include "
bilinearform.hpp
"
31
#include "
hybridization.hpp
"
32
#include "
datacollection.hpp
"
33
#include "
estimators.hpp
"
34
#include "
staticcond.hpp
"
35
#include "
tmop.hpp
"
36
#include "
tmop_tools.hpp
"
37
#include "
gslib.hpp
"
38
#include "
restriction.hpp
"
39
#include "
quadinterpolator.hpp
"
40
#include "
quadinterpolator_face.hpp
"
41
#include "
transfer.hpp
"
42
#include "
fespacehierarchy.hpp
"
43
#include "
multigrid.hpp
"
44
45
#ifdef MFEM_USE_MPI
46
#include "
pfespace.hpp
"
47
#include "
pgridfunc.hpp
"
48
#include "
plinearform.hpp
"
49
#include "
pbilinearform.hpp
"
50
#include "
pnonlinearform.hpp
"
51
#endif
52
53
#ifdef MFEM_USE_SIDRE
54
#include "
sidredatacollection.hpp
"
55
#endif
56
57
#ifdef MFEM_USE_CONDUIT
58
#include "
conduitdatacollection.hpp
"
59
#endif
60
61
#ifdef MFEM_USE_ADIOS2
62
#include "
adios2datacollection.hpp
"
63
#endif
64
65
#endif
fespacehierarchy.hpp
pnonlinearform.hpp
lininteg.hpp
fe_coll.hpp
gslib.hpp
nonlinearform.hpp
staticcond.hpp
restriction.hpp
pfespace.hpp
multigrid.hpp
transfer.hpp
sidredatacollection.hpp
convergence.hpp
datacollection.hpp
fespace.hpp
fe.hpp
bilininteg.hpp
plinearform.hpp
tmop_tools.hpp
quadinterpolator_face.hpp
linearform.hpp
pbilinearform.hpp
hybridization.hpp
quadinterpolator.hpp
intrules.hpp
eltrans.hpp
geom.hpp
tmop.hpp
adios2datacollection.hpp
conduitdatacollection.hpp
gridfunc.hpp
pgridfunc.hpp
nonlininteg.hpp
estimators.hpp
coefficient.hpp
complex_fem.hpp
bilinearform.hpp
Generated on Fri Oct 30 2020 15:47:59 for MFEM by
1.8.5