Home
last modified time | relevance | path

Searched refs:nbvariables (Results 1 – 2 of 2) sorted by relevance

/dports/math/mathmod/mathmod-11.1/pariso/parametric/
H A DModel3D.cpp30 static int nbvariables=0; variable
347 vectnotnull? nbvariables=vect[0] : nbvariables=0; in AllocateParsersForMasterThread()
621 Fct[i].AllocateStackMemory(Stack_Factor, nbvariables); in parse_expression()
648 Fct_C[i].AllocateStackMemory(Stack_Factor, nbvariables); in parse_expression()
1971 myParserX[cmp].AllocateStackMemory(Stack_Factor, nbvariables); in ParCompute()
1972 myParserY[cmp].AllocateStackMemory(Stack_Factor, nbvariables); in ParCompute()
1973 myParserZ[cmp].AllocateStackMemory(Stack_Factor, nbvariables); in ParCompute()
1975 myParserW[cmp].AllocateStackMemory(Stack_Factor, nbvariables); in ParCompute()
1979 myParserX_C[cmp].AllocateStackMemory(Stack_Factor, nbvariables); in ParCompute()
1980 myParserY_C[cmp].AllocateStackMemory(Stack_Factor, nbvariables); in ParCompute()
[all …]
/dports/math/mathmod/mathmod-11.1/pariso/isosurface/
H A DIso3D.cpp41 static int nbvariables=0; variable
281 workerthreads[nbthreads].Fct[ii].AllocateStackMemory(Stack_Factor, nbvariables); in parse_expression2()
670 implicitFunctionParser[IsoIndex].AllocateStackMemory(Stack_Factor, nbvariables); in VoxelEvaluation()
881 Fct[i].AllocateStackMemory(Stack_Factor, nbvariables); in ParserIso()
1314 vectnotnull? nbvariables=vect[0] : nbvariables=0; in AllocateMasterParsers()