Go to the source code of this file.
|
namespace | rheolef |
| This file is part of Rheolef.
|
|
◆ _RHEOLEF_geo_build_by_subdividing
#define _RHEOLEF_geo_build_by_subdividing |
( |
|
M | ) |
|
Value:template <class T> \
void \
geo_rep<T,M>::build_by_subdividing (
const geo_basic<T,M>& omega,
size_type nsub) \
{ \
geo_build_by_subdividing (*this, omega, nsub); \
}
field::size_type size_type
Definition at line 268 of file geo_subdivide.cc.
◆ _RHEOLEF_instanciate
#define _RHEOLEF_instanciate |
( |
|
T, |
|
|
|
M |
|
) |
| |
Value:template void geo_rep<Float,M>::build_by_subdividing ( \
const geo_basic<Float,M>& omega, size_t nsub);