Go to the documentation of this file.
53const FEInterpolation* InterpolationCatalogueType :: getInterpolationByName (std::string name) {
54 if ( name ==
"fei1dlin_x" ) {
56 }
else if (name ==
"fei1dlin_y") {
58 }
else if (name ==
"fei1dlin_z") {
61 }
else if (name ==
"feiconst") {
63 }
else if (name ==
"feilin") {
65 }
else if (name ==
"feiquad") {
69 OOFEM_ERROR(
"Interpolation %s not found in catalogue", name.c_str());
static FEI1dLin fei1dlin_x
static FEI1dLin fei1dlin_z
static FEI1dLin fei1dlin_y
InterpolationCatalogueType interpolationCatalogue
This page is part of the
OOFEM-3.0 documentation. Copyright Copyright (C) 1994-2025 Borek Patzak
Bořek Patzák
Project e-mail:
oofem@fsv.cvut.cz
Generated at for OOFEM by
doxygen
1.15.0 written by Dimitri van Heesch,
© 1997-2011