Go to the source code of this file.
|
| rheolef |
| This file is part of Rheolef.
|
|
◆ _RHEOLEF_zero_dimension
#define _RHEOLEF_zero_dimension |
( |
|
M | ) |
|
Value:template <class T> \
geo_basic<T,M>::geo_basic ( \
details::zero_dimension, \
const communicator& comm) \
: base (0) \
{ \
base::operator= (geo_load<T,M>(zero_full_name())); \
}
Definition at line 53 of file geo_build_zero_dim.cc.
◆ _RHEOLEF_instanciation
#define _RHEOLEF_instanciation |
( |
|
T, |
|
|
|
M |
|
) |
| |
Value:template \
geo_basic<T,M>::geo_basic ( \
details::zero_dimension, \
const communicator& comm);