Home
last modified time | relevance | path

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

/dports/math/dune-fem/dune-fem-d1c625e6d51167d0cce57de6adcef21f548a8f82/dune/fem/function/localfunction/
H A Dmutable.hh70 … explicit MutableLocalFunction ( const DiscreteFunctionType &dFunction, const EntityType &entity ) in MutableLocalFunction() argument
71 …: BaseType( dFunction.space().basisFunctionSet( entity ), LocalDofVectorType( dFunction.localDofVe… in MutableLocalFunction()
72 discreteFunction_( &const_cast<DiscreteFunctionType &>( dFunction ) ) in MutableLocalFunction()
/dports/science/getdp/getdp-3.4.0-source/Kernel/
H A DGet_FunctionValue.cpp103 QuantityStorage_P->BasisFunction[i].BasisFunction->dFunction ; in Get_FunctionValue()
118 QuantityStorage_P->BasisFunction[i].BasisFunction->dFunction ; in Get_FunctionValue()
135 QuantityStorage_P->BasisFunction[i].BasisFunction->dFunction ; in Get_FunctionValue()
141 QuantityStorage_P->BasisFunction[i].BasisFunction->dFunction ; in Get_FunctionValue()
154 QuantityStorage_P->BasisFunction[i].BasisFunction->dFunction ; in Get_FunctionValue()
222 QuantityStorage_P->BasisFunction[i].BasisFunction->dFunction ; in Get_FunctionValue()
/dports/graphics/pcl-pointclouds/pcl-pcl-1.12.0/surface/include/pcl/surface/3rdparty/poisson4/
H A Dfunction_data.hpp244 PPolynomial<Degree> dFunction; in setValueTables() local
250 dFunction=baseFunctions[i].derivative().MovingAverage(smooth); in setValueTables()
255 dFunction=baseFunctions[i].derivative(); in setValueTables()
261 if(flags & D_VALUE_FLAG){dValueTables[j*res+i]=Real(dFunction(x));} in setValueTables()
271 PPolynomial<Degree> dFunction; in setValueTables() local
275 if(normalSmooth>0) {dFunction=baseFunctions[i].derivative().MovingAverage(normalSmooth);} in setValueTables()
276 else {dFunction=baseFunctions[i].derivative();} in setValueTables()
281 if(flags & D_VALUE_FLAG){dValueTables[j*res+i]=Real(dFunction(x));} in setValueTables()
H A Dbspline_data.hpp327 PPolynomial<Degree> dFunction; in setValueTables() local
333 dFunction = baseFunctions[i].derivative().MovingAverage(smooth); in setValueTables()
338 dFunction = baseFunctions[i].derivative(); in setValueTables()
344 if(flags & D_VALUE_FLAG){dValueTables[j*functionCount+i]=Real(dFunction(x));} in setValueTables()
354 PPolynomial<Degree> dFunction; in setValueTables() local
358 if(normalSmooth>0) {dFunction=baseFunctions[i].derivative().MovingAverage(normalSmooth);} in setValueTables()
359 else {dFunction=baseFunctions[i].derivative();} in setValueTables()
364 if(flags & D_VALUE_FLAG){dValueTables[j*functionCount+i]=Real(dFunction(x));} in setValueTables()
/dports/cad/meshlab/meshlab-Meshlab-2020.05/src/plugins_unsupported/filter_poisson/src/
H A DFunctionData.inl179 PPolynomial<Degree> dFunction; local
183 dFunction=baseFunctions[i].derivative().MovingAverage(smooth);
187 dFunction=baseFunctions[i].derivative();
192 if(flags & D_VALUE_FLAG){dValueTables[j*res+i]=Real(dFunction(x));}
202 PPolynomial<Degree> dFunction; local
206 if(normalSmooth>0) {dFunction=baseFunctions[i].derivative().MovingAverage(normalSmooth);}
207 else {dFunction=baseFunctions[i].derivative();}
212 if(flags & D_VALUE_FLAG){dValueTables[j*res+i]=Real(dFunction(x));}
/dports/graphics/colmap/colmap-3.6/lib/PoissonRecon/
H A DFunctionData.inl244 PPolynomial<Degree> dFunction; local
250 dFunction=baseFunctions[i].derivative().MovingAverage(smooth);
255 dFunction=baseFunctions[i].derivative();
261 if(flags & D_VALUE_FLAG){dValueTables[j*res+i]=Real(dFunction(x));}
271 PPolynomial<Degree> dFunction; local
275 if(normalSmooth>0) {dFunction=baseFunctions[i].derivative().MovingAverage(normalSmooth);}
276 else {dFunction=baseFunctions[i].derivative();}
281 if(flags & D_VALUE_FLAG){dValueTables[j*res+i]=Real(dFunction(x));}
/dports/math/geogram/geogram-1.7.7/src/lib/geogram/third_party/PoissonRecon/
H A DFunctionData.inl244 PPolynomial<Degree> dFunction; local
250 dFunction=baseFunctions[i].derivative().MovingAverage(smooth);
255 dFunction=baseFunctions[i].derivative();
261 if(flags & D_VALUE_FLAG){dValueTables[j*res+i]=Real(dFunction(x));}
271 PPolynomial<Degree> dFunction; local
275 if(normalSmooth>0) {dFunction=baseFunctions[i].derivative().MovingAverage(normalSmooth);}
276 else {dFunction=baseFunctions[i].derivative();}
281 if(flags & D_VALUE_FLAG){dValueTables[j*res+i]=Real(dFunction(x));}
/dports/cad/meshlab/meshlab-Meshlab-2020.05/src/meshlabplugins/filter_screened_poisson/Src/
H A DFunctionData.inl244 PPolynomial<Degree> dFunction; local
250 dFunction=baseFunctions[i].derivative().MovingAverage(smooth);
255 dFunction=baseFunctions[i].derivative();
261 if(flags & D_VALUE_FLAG){dValueTables[j*res+i]=Real(dFunction(x));}
271 PPolynomial<Degree> dFunction; local
275 if(normalSmooth>0) {dFunction=baseFunctions[i].derivative().MovingAverage(normalSmooth);}
276 else {dFunction=baseFunctions[i].derivative();}
281 if(flags & D_VALUE_FLAG){dValueTables[j*res+i]=Real(dFunction(x));}
/dports/science/opensim-core/opensim-core-4.1/Bindings/Java/swig/
H A Djava_common.i117 private Function dFunction; variable
121 dFunction = aFunction; in XYFunctionInterface()
/dports/lang/gcc10/gcc-10.3.0/gcc/testsuite/gdc.test/runnable_cxx/
H A Dcppa.d977 void dFunction()
988 dFunction();
/dports/lang/gcc11/gcc-11.2.0/gcc/testsuite/gdc.test/runnable_cxx/
H A Dcppa.d990 void dFunction()
1001 dFunction();
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/testsuite/gdc.test/runnable/
H A Dcppa.d977 void dFunction()
988 dFunction();
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/testsuite/gdc.test/runnable/
H A Dcppa.d977 void dFunction()
988 dFunction();
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/testsuite/gdc.test/runnable_cxx/
H A Dcppa.d990 void dFunction()
1001 dFunction();
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/testsuite/gdc.test/runnable_cxx/
H A Dcppa.d990 void dFunction()
1001 dFunction();
/dports/devel/avr-gcc/gcc-10.2.0/gcc/testsuite/gdc.test/runnable_cxx/
H A Dcppa.d977 void dFunction()
988 dFunction();
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/testsuite/gdc.test/runnable_cxx/
H A Dcppa.d977 void dFunction()
988 dFunction();
/dports/lang/gcc9/gcc-9.4.0/gcc/testsuite/gdc.test/runnable/
H A Dcppa.d977 void dFunction()
988 dFunction();
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/testsuite/gdc.test/runnable_cxx/
H A Dcppa.d1008 void dFunction()
1019 dFunction();
/dports/science/getdp/getdp-3.4.0-source/Interface/
H A DProParser.l174 dFunction return tdFunction;
H A DProData.h369 void (*dFunction)(); member
H A DProParser.y2628 BasisFunction_S.dFunction = NULL;
2675 &BasisFunction_S.Function, &BasisFunction_S.dFunction,
2692 &BasisFunction_S.dFunction, &FunctionDummy, &FunctionDummy, &d, &i, &j);
2715 &BasisFunction_S.dFunction, &FunctionDummy, &FunctionDummy, &d, &i, &j);
H A DProParser.tab.cpp11727 BasisFunction_S.dFunction = NULL;
11776 &BasisFunction_S.Function, &BasisFunction_S.dFunction,
11795 &BasisFunction_S.dFunction, &FunctionDummy, &FunctionDummy, &d, &i, &j);
11820 &BasisFunction_S.dFunction, &FunctionDummy, &FunctionDummy, &d, &i, &j);
/dports/science/getdp/getdp-3.4.0-source/doc/texinfo/
H A Dgetdp.texi1772 Applies the operator specified in the first argument of @code{dFunction
1778 When the first @var{basis-function-type} in @code{dFunction} is set to
1789 Note that in this case specifying explicitely @code{dFunction} is not
1796 When the first @var{basis-function-type} in @code{dFunction} is set to
1812 Applies the operator specified in the second argument of @code{dFunction
1831 Note that in this case specifying explicitely @code{dFunction} is not
2325 @tindex dFunction
2381 < dFunction @{ @var{basis-function-type}, @var{basis-function-type} @} ; >
2469 @code{dFunction @{ @var{basis-function-type} , @var{basis-function-type}