@@ -119,45 +119,6 @@ namespace aspect
119119 compute_velocity_constraints_on_boundary (const DoFHandler<dim> &mesh_deformation_dof_handler,
120120 AffineConstraints<double > &mesh_velocity_constraints,
121121 const std::set<types::boundary_id> &boundary_ids) const ;
122-
123-
124- /* *
125- * Save the state of this object to the argument given to this
126- * function. This function is in support of checkpoint/restart
127- * functionality.
128- *
129- * Derived classes can implement this function and should store their
130- * state in a string that is deposited under a key in the map through
131- * which the respective class can later find the status again when the
132- * program is restarted. A legitimate key to store data under is
133- * <code>typeid(*this).name()</code>. It is up to derived classes to
134- * decide how they want to encode their state.
135- *
136- * The default implementation of this function does nothing, i.e., it
137- * represents a stateless object for which nothing needs to be stored
138- * at checkpoint time and nothing needs to be restored at restart
139- * time.
140- *
141- * @param[in,out] status_strings The object into which implementations
142- * in derived classes can place their status under a key that they can
143- * use to retrieve the data.
144- */
145- virtual
146- void save (std::map<std::string, std::string> &status_strings) const ;
147-
148- /* *
149- * Restore the state of the object by looking up a description of the
150- * state in the passed argument under the same key under which it was
151- * previously stored.
152- *
153- * The default implementation does nothing.
154- *
155- * @param[in] status_strings The object from which the status will be
156- * restored by looking up the value for a key specific to this derived
157- * class.
158- */
159- virtual
160- void load (const std::map<std::string, std::string> &status_strings);
161122 };
162123
163124
0 commit comments