20#ifndef LIBMESH_MESH_MODIFICATION_H
21#define LIBMESH_MESH_MODIFICATION_H
24#include "libmesh/libmesh_common.h"
25#include "libmesh/id_types.h"
26#include "libmesh/tensor_value.h"
35template <
typename Output>
class FunctionBase;
60 const Real factor,
const bool perturb_boundary=
false);
127 const Real phi,
const Real theta=0.,
const Real psi=0.);
192 std::set<std::size_t> ids={},
193 bool use_boundary_nodes=
true);
195#ifdef LIBMESH_ENABLE_AMR
Base class for functors that can be evaluated at a point and (optionally) time.
This is the MeshBase class.
The base class for all "surface" related geometric objects.
This class defines a tensor in LIBMESH_DIM dimensional Real or Complex space.
The libMesh namespace provides an interface to certain functionality in the library.
DIE A HORRIBLE DEATH HERE typedef LIBMESH_DEFAULT_SCALAR_TYPE Real