68 |
return; |
return; |
69 |
} |
} |
70 |
|
|
71 |
|
void AbstractDomain::getReferenceNoList(int functionSpaceType, int** referenceNoList, int* numReferenceNo) const |
72 |
|
{ |
73 |
|
throwStandardException("AbstractDomain::getTagList"); |
74 |
|
return; |
75 |
|
} |
76 |
|
|
77 |
std::pair<int,int> AbstractDomain::getDataShape(int functionSpaceCode) const |
std::pair<int,int> AbstractDomain::getDataShape(int functionSpaceCode) const |
78 |
{ |
{ |
79 |
throwStandardException("AbstractDomain::getDataShape"); |
throwStandardException("AbstractDomain::getDataShape"); |
86 |
return 0; |
return 0; |
87 |
} |
} |
88 |
|
|
89 |
|
int AbstractDomain::getReferenceNoFromSampleNo(int functionSpaceType, int sampleNo) const |
90 |
|
{ |
91 |
|
throwStandardException("AbstractDomain::getReferenceNoFromSampleNo"); |
92 |
|
return 0; |
93 |
|
} |
94 |
|
|
95 |
void AbstractDomain::setNewX(const escript::Data& arg) |
void AbstractDomain::setNewX(const escript::Data& arg) |
96 |
{ |
{ |
97 |
throwStandardException("AbstractDomain::setNewX"); |
throwStandardException("AbstractDomain::setNewX"); |
154 |
return; |
return; |
155 |
} |
} |
156 |
|
|
157 |
|
void AbstractDomain::saveVTK(const std::string& filename,const escript::Data& arg) const |
158 |
|
{ |
159 |
|
throwStandardException("AbstractDomain::saveVTK"); |
160 |
|
return; |
161 |
|
} |
162 |
|
|
163 |
bool AbstractDomain::probeInterpolationOnDomain(int functionSpaceType_source,int functionSpaceType_target) const |
bool AbstractDomain::probeInterpolationOnDomain(int functionSpaceType_source,int functionSpaceType_target) const |
164 |
{ |
{ |
165 |
throwStandardException("AbstractDomain::probeInterpolationOnDomain"); |
throwStandardException("AbstractDomain::probeInterpolationOnDomain"); |