escript
Revision_
|
Namespaces | |
finley | |
A suite of factory methods for creating various finley domains. | |
Macros | |
#define | MAX3(_arg1_, _arg2_, _arg3_) std::max(_arg1_,std::max(_arg2_,_arg3_)) |
#define MAX3 | ( | _arg1_, | |
_arg2_, | |||
_arg3_ | |||
) | std::max(_arg1_,std::max(_arg2_,_arg3_)) |
Referenced by finley::FinleyDomain::createHex8().