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
87 void step(
const Real &
dt = -1.0);
88 void output(
int timestep,
const Real & t, Real & o_t,
bool force =
false);
Biharmonic's friend class definition.
The Biharmonic class encapsulates most of the data structures necessary to calculate the biharmonic r...
std::unique_ptr< ExodusII_IO > _exio
InitialStateEnum _initialState
void output(int timestep, const Real &t, Real &o_t, bool force=false)
void init()
Initialize all the systems.
void step(const Real &dt=-1.0)
This is the EquationSystems class.
The ExodusII_IO class implements reading meshes in the ExodusII file format from Sandia National Labs...
Implements (adaptive) mesh refinement algorithms for a MeshBase.
A Point defines a location in LIBMESH_DIM dimensional Real space.
The ReplicatedMesh class is derived from the MeshBase class, and is used to store identical copies of...
DIE A HORRIBLE DEATH HERE typedef LIBMESH_DEFAULT_SCALAR_TYPE Real