Home
last modified time | relevance | path

Searched refs:numTS (Results 1 – 24 of 24) sorted by relevance

/dports/science/openems/openEMS-0.0.35-71-g4c24b6e/FDTD/extensions/
H A Dengine_ext_excitation.cpp39 int numTS = m_Eng->GetNumberOfTimesteps(); in Apply2Voltages() local
43 int p = numTS+1; in Apply2Voltages()
54 exc_pos = numTS - (int)m_Op_Exc->Volt_delay[n]; in Apply2Voltages()
71 exc_pos = numTS - (int)m_Op_Exc->Volt_delay[n]; in Apply2Voltages()
87 exc_pos = numTS - (int)m_Op_Exc->Volt_delay[n]; in Apply2Voltages()
109 int numTS = m_Eng->GetNumberOfTimesteps(); in Apply2Current() local
113 int p = numTS+1; in Apply2Current()
124 exc_pos = numTS - (int)m_Op_Exc->Curr_delay[n]; in Apply2Current()
141 exc_pos = numTS - (int)m_Op_Exc->Curr_delay[n]; in Apply2Current()
157 exc_pos = numTS - (int)m_Op_Exc->Curr_delay[n]; in Apply2Current()
H A Dengine_ext_tfsf.cpp38 unsigned int numTS = m_Eng->GetNumberOfTimesteps(); in DoPostVoltageUpdates() local
45 if ( numTS < n ) in DoPostVoltageUpdates()
47 else if ((numTS-n >= length) && (p==0)) in DoPostVoltageUpdates()
50 m_DelayLookup[n] = numTS - n; in DoPostVoltageUpdates()
128 unsigned int numTS = m_Eng->GetNumberOfTimesteps(); in DoPostCurrentUpdates() local
135 if ( numTS < n ) in DoPostCurrentUpdates()
137 else if ((numTS-n >= length) && (p==0)) in DoPostCurrentUpdates()
140 m_DelayLookup[n] = numTS - n; in DoPostCurrentUpdates()
/dports/science/openems/openEMS-0.0.35-71-g4c24b6e/matlab/
H A DGetField_TD2FD.m34 numTS = numel(field.TD.values); variable
36 for n=1:numTS
/dports/science/openems/openEMS-0.0.35-71-g4c24b6e/FDTD/
H A Dengine.h48 virtual unsigned int GetNumberOfTimesteps() {return numTS;} in GetNumberOfTimesteps()
95 unsigned int numTS; variable
H A Dengine.cpp36 numTS = 0; in Engine()
51 numTS = 0; in Init()
229 ++numTS; in IterateTS()
H A Dengine_cylindermultigrid.h74 …d* engine, boost::barrier *start, boost::barrier *stop, volatile unsigned int* numTS, bool isBase);
H A Dengine_cylindermultigrid.cpp204 …ad* engine, boost::barrier *start, boost::barrier *stop, volatile unsigned int* numTS, bool isBase) in Engine_CylinderMultiGrid_Thread() argument
210 m_numTS = numTS; in Engine_CylinderMultiGrid_Thread()
H A Dengine_sse.h33 virtual unsigned int GetNumberOfTimesteps() {return numTS;}; in GetNumberOfTimesteps()
H A Dengine_mpi.cpp207 ++numTS; in IterateTS()
H A Dengine_multithread.cpp336 ++m_enginePtr->numTS; // only the first thread increments numTS in operator ()()
/dports/graphics/alembic/alembic-1.8.3/lib/Alembic/AbcCoreHDF5/
H A DAwImpl.cpp155 index_t numTS = m_timeSamples.size(); in addTimeSampling() local
156 for (index_t i = 0; i < numTS; ++i) in addTimeSampling()
/dports/graphics/alembic/alembic-1.8.3/lib/Alembic/AbcCoreOgawa/
H A DAwImpl.cpp164 index_t numTS = m_timeSamples.size(); in addTimeSampling() local
165 for (index_t i = 0; i < numTS; ++i) in addTimeSampling()
/dports/science/openems/openEMS-0.0.35-71-g4c24b6e/matlab/examples/waveguide/
H A DCoax.m27 numTS = 5000; %number of timesteps variable
51 FDTD = InitFDTD(numTS,1e-5);
H A DCirc_Waveguide_CylinderCoords.m30 numTS = 1e5; %number of timesteps variable
70 FDTD = InitCylindricalFDTD(numTS,1e-5,'OverSampling',10);
74 FDTD = InitCylindricalFDTD(numTS,1e-5,'OverSampling',10,'MultiGrid',mg_str(1:end-1));
H A DCoax_CylinderCoords.m28 numTS = 1e5; %number of timesteps variable
52 FDTD = InitCylindricalFDTD(numTS,1e-5);
H A DCirc_Waveguide.m27 numTS = 1e5; %number of timesteps variable
68 FDTD = InitFDTD(numTS,1e-6,'OverSampling',5);
H A DRect_Waveguide.m26 numTS = 50000; %max. number of timesteps variable
87 FDTD = InitFDTD(numTS,1e-5,'OverSampling',6);
/dports/math/saga/saga-8.1.3/saga-gis/src/tools/simulation/sim_rivflow/
H A DLandFlow.h155 int numTS; // Anzahl der Zeitschritte pro Tag variable
H A DLandFlow.cpp1247 numTS = int(86400/m_pTStep); //Anzahl der Zeitschtritte pro Tag in On_Execute()
/dports/science/apbs/apbs-pdb2pqr-apbs-1.5-102-g500c1473/apbs/externals/fetk/mc/src/aprx/
H A Destim.c1438 int eid, numS, numTS; in Aprx_estFaceBump() local
1547 numTS = 0; in Aprx_estFaceBump()
1560 numTS += 3*numS + 1; // Boundary edges should add 2 more in Aprx_estFaceBump()
1562 …Vnm_print(0, "(Lower bound on) number of non-zeros in edge bump matrix: %d (vs. %d)\n", numTS, Gem… in Aprx_estFaceBump()
/dports/games/tremulous/tremulous/tremulous-1.1.0-src/src/cgame/
H A Dcg_trails.c1425 int numTS = 0, numTB = 0; in CG_AddTrails() local
1445 numTS++; in CG_AddTrails()
1451 CG_Printf( "TS: %d TB: %d\n", numTS, numTB ); in CG_AddTrails()
/dports/math/vtk9/VTK-9.1.0/IO/EnSight/
H A DvtkEnSightGoldBinaryReader.cxx3596 int numTS; in AddFileIndexToCache() local
3615 this->ReadInt(&numTS); in AddFileIndexToCache()
3617 for (int i = 0; i < numTS; ++i) in AddFileIndexToCache()
/dports/math/vtk8/VTK-8.2.0/IO/EnSight/
H A DvtkEnSightGoldBinaryReader.cxx4345 int numTS; in AddFileIndexToCache() local
4365 this->ReadInt(&numTS); in AddFileIndexToCache()
4367 for (int i = 0; i < numTS; ++i) in AddFileIndexToCache()
/dports/math/vtk6/VTK-6.2.0/IO/EnSight/
H A DvtkEnSightGoldBinaryReader.cxx4304 int numTS; in AddFileIndexToCache() local
4324 this->ReadInt(&numTS); in AddFileIndexToCache()
4326 for (int i = 0; i < numTS; ++i) in AddFileIndexToCache()