MFEM
v3.1
Finite element discretization library
Main Page
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, Lawrence Livermore National Security, LLC. Produced at
2
// the Lawrence Livermore National Laboratory. LLNL-CODE-443211. All Rights
3
// reserved. See file COPYRIGHT for details.
4
//
5
// This file is part of the MFEM library. For more information and source code
6
// availability see http://mfem.org.
7
//
8
// MFEM is free software; you can redistribute it and/or modify it under the
9
// terms of the GNU Lesser General Public License (as published by the Free
10
// Software Foundation) version 2.1 dated February 1999.
11
12
#ifndef MFEM_FEM
13
#define MFEM_FEM
14
15
#include "../general/array.hpp"
16
#include "../linalg/linalg.hpp"
17
#include "../mesh/mesh_headers.hpp"
18
19
#include "
intrules.hpp
"
20
#include "
geom.hpp
"
21
#include "
fe.hpp
"
22
#include "
fe_coll.hpp
"
23
#include "
eltrans.hpp
"
24
#include "
coefficient.hpp
"
25
#include "
lininteg.hpp
"
26
#include "
nonlininteg.hpp
"
27
#include "
bilininteg.hpp
"
28
#include "
fespace.hpp
"
29
#include "
gridfunc.hpp
"
30
#include "
linearform.hpp
"
31
#include "
nonlinearform.hpp
"
32
#include "
bilinearform.hpp
"
33
#include "
hybridization.hpp
"
34
#include "
datacollection.hpp
"
35
36
#ifdef MFEM_USE_MPI
37
#include <mpi.h>
38
#include "
pfespace.hpp
"
39
#include "
pgridfunc.hpp
"
40
#include "
plinearform.hpp
"
41
#include "
pbilinearform.hpp
"
42
#include "
pnonlinearform.hpp
"
43
#endif
44
45
#endif
pnonlinearform.hpp
lininteg.hpp
fe_coll.hpp
nonlinearform.hpp
pfespace.hpp
datacollection.hpp
fespace.hpp
fe.hpp
bilininteg.hpp
plinearform.hpp
linearform.hpp
pbilinearform.hpp
hybridization.hpp
intrules.hpp
eltrans.hpp
geom.hpp
gridfunc.hpp
pgridfunc.hpp
nonlininteg.hpp
coefficient.hpp
bilinearform.hpp
Generated on Fri Feb 18 2022 18:59:17 for MFEM by
1.8.5