Go to the source code of this file.
§ ASPECT_REGISTER_DILATION_MODEL
| #define ASPECT_REGISTER_DILATION_MODEL |
( |
|
classname, |
|
|
|
name, |
|
|
|
description |
|
) |
| |
Value:template class classname<2>; \
template class classname<3>; \
namespace ASPECT_REGISTER_DILATION_MODEL_ ## classname \
{ \
aspect::internal::Plugins::RegisterHelper<aspect::PrescribedDilation::Interface<2>,classname<2>> \
name, description); \
aspect::internal::Plugins::RegisterHelper<aspect::PrescribedDilation::Interface<3>,classname<3>> \
name, description); \
}
Given a class name, a name, and a description for the parameter file for a dilation model, register it with the aspect::PrescribedDilation::Manager class.
Definition at line 239 of file interface.h.