Go to the source code of this file.
§ ASPECT_REGISTER_PRESCRIBED_SOLUTION
#define ASPECT_REGISTER_PRESCRIBED_SOLUTION |
( |
|
classname, |
|
|
|
name, |
|
|
|
description |
|
) |
| |
Value:template class classname<2>; \
template class classname<3>; \
namespace ASPECT_REGISTER_PRESCRIBED_SOLUTION_ ## classname \
{ \
aspect::internal::Plugins::RegisterHelper<aspect::PrescribedSolution::Interface<2>,classname<2>> \
name, description); \
aspect::internal::Plugins::RegisterHelper<aspect::PrescribedSolution::Interface<3>,classname<3>> \
name, description); \
}
Given a class name, a name, and a description for the parameter file for a prescribed solution model, register it with the functions that can declare their parameters and create these objects.
Definition at line 166 of file interface.h.