Home
last modified time | relevance | path

Searched refs:CELL_INTERPOLATE (Results 1 – 7 of 7) sorted by relevance

/dports/science/openems/openEMS-0.0.35-71-g4c24b6e/FDTD/
H A Dengine_interface_cylindrical_fdtd.cpp41 if ((m_InterpolType==CELL_INTERPOLATE) && (pos[1]==m_Op->GetNumberOfLines(1))) in GetHField()
60 if ((m_InterpolType==CELL_INTERPOLATE) && (pos[1]==m_Op->GetNumberOfLines(1))) in GetRawInterpolatedField()
H A Dengine_interface_fdtd.cpp98 case CELL_INTERPOLATE: in GetRawInterpolatedField()
178 case CELL_INTERPOLATE: in GetRawInterpolatedDualField()
/dports/science/openems/openEMS-0.0.35-71-g4c24b6e/Common/
H A Dengine_interface_base.cpp35 case CELL_INTERPOLATE: in GetInterpolationNameByType()
H A Dengine_interface_base.h33 enum InterpolationType { NO_INTERPOLATION, NODE_INTERPOLATE, CELL_INTERPOLATE }; enumerator
H A Dprocessfields.h66 void SetDumpMode2Cell() {SetDumpMode(Engine_Interface_Base::CELL_INTERPOLATE);} in SetDumpMode2Cell()
H A Dprocessfields.cpp164 if (mode==Engine_Interface_Base::CELL_INTERPOLATE) in SetDumpMode()
H A Dprocessfields_sar.cpp77 if (m_Eng_Interface->GetInterpolationType()!=Engine_Interface_Base::CELL_INTERPOLATE) in InitProcess()