Go to the documentation of this file.
4 #include "libmesh/equation_systems.h"
5 #include "libmesh/replicated_mesh.h"
6 #include "libmesh/exodusII_io.h"
7 #include "libmesh/mesh_refinement.h"
17 #ifdef LIBMESH_ENABLE_AMR
88 void output(
int timestep,
const Real & t,
Real & o_t,
bool force =
false);
116 #endif // BIHARMONIC_H
The ExodusII_IO class implements reading meshes in the ExodusII file format from Sandia National Labs...
Biharmonic's friend class definition.
The ReplicatedMesh class is derived from the MeshBase class, and is used to store identical copies of...
Implements (adaptive) mesh refinement algorithms for a MeshBase.
A Point defines a location in LIBMESH_DIM dimensional Real space.
void output(int timestep, const Real &t, Real &o_t, bool force=false)
This is the EquationSystems class.
InitialStateEnum _initialState
DIE A HORRIBLE DEATH HERE typedef LIBMESH_DEFAULT_SCALAR_TYPE Real
void step(const Real &dt=-1.0)
void init()
Initialize all the systems.
std::unique_ptr< ExodusII_IO > _exio
Biharmonic(ReplicatedMesh &mesh)
Constructor retrieves command-line options, setting defaults, if necessary.
The Biharmonic class encapsulates most of the data structures necessary to calculate the biharmonic r...