Tempus Version of the Day
Time Integration
Loading...
Searching...
No Matches
Tempus_ExplicitTemplateInstantiation.hpp File Reference
#include "Tempus_config.hpp"

Go to the source code of this file.

Macros

#define TEMPUS_INSTANTIATE_TEMPLATE_CLASS_ON_DOUBLE(name)
#define TEMPUS_INSTANTIATE_TEMPLATE_CLASS_ON_COMPLEX_DOUBLE(name)
#define TEMPUS_INSTANTIATE_TEMPLATE_CLASS(name)

Macro Definition Documentation

◆ TEMPUS_INSTANTIATE_TEMPLATE_CLASS_ON_DOUBLE

#define TEMPUS_INSTANTIATE_TEMPLATE_CLASS_ON_DOUBLE ( name)
Value:
template class name<double>;

Definition at line 15 of file Tempus_ExplicitTemplateInstantiation.hpp.

◆ TEMPUS_INSTANTIATE_TEMPLATE_CLASS_ON_COMPLEX_DOUBLE

#define TEMPUS_INSTANTIATE_TEMPLATE_CLASS_ON_COMPLEX_DOUBLE ( name)

Definition at line 23 of file Tempus_ExplicitTemplateInstantiation.hpp.

◆ TEMPUS_INSTANTIATE_TEMPLATE_CLASS

#define TEMPUS_INSTANTIATE_TEMPLATE_CLASS ( name)
Value:
TEMPUS_INSTANTIATE_TEMPLATE_CLASS_ON_COMPLEX_DOUBLE(name)
#define TEMPUS_INSTANTIATE_TEMPLATE_CLASS_ON_DOUBLE(name)

Definition at line 26 of file Tempus_ExplicitTemplateInstantiation.hpp.