Home
last modified time | relevance | path

Searched refs:sumNormal (Results 1 – 5 of 5) sorted by relevance

/dports/audio/sc3-plugins/sc3-plugins-Version-3.9.0/source/TJUGens/
H A DNoiseGen.cpp348 double sumNormal = 0; in correlationTest() local
352 sumNormal += normal[b]; in correlationTest()
356 double averageNormal = sumNormal / (double)numberOfBuckets; in correlationTest()
/dports/math/dune-foamgrid/dune-foamgrid-43bfdb6181fae187fd803eca935a030d8d5ab0bc/patches/
H A Dcheckintersection.patch12 if( (sumNormal.two_norm() > 1e-8) && (eIt->partitionType() != Dune::GhostEntity) )
16 …THROW( Dune::GridError, "Integral over outer normals on affine entity is nonzero: " << sumNormal );
/dports/sysutils/htop/htop-3.1.2/darwin/
H A DPlatform.c204 double sumNormal = 0.0; in Platform_setCPUAverageValues() local
210 sumNormal += mtr->values[CPU_METER_NORMAL]; in Platform_setCPUAverageValues()
214 mtr->values[CPU_METER_NORMAL] = sumNormal / activeCPUs; in Platform_setCPUAverageValues()
/dports/math/dune-alugrid/dune-alugrid-08c6496d4d4a33df6456c3b402182f353dc2e76d/dune/alugrid/test/
H A Dcheckintersectionit.hh483 typename Intersection::GlobalCoordinate sumNormal( ctype( 0 ) ); in checkIntersectionIterator() local
613sumNormal.axpy( quadrature[ i ].weight(), intersection.integrationOuterNormal( quadrature[ i ].pos… in checkIntersectionIterator()
631 if( (sumNormal.two_norm() > 1e-8) && (eIt->partitionType() != Dune::GhostEntity) ) in checkIntersectionIterator()
634 …THROW( Dune::GridError, "Integral over outer normals on affine entity is nonzero: " << sumNormal ); in checkIntersectionIterator()
/dports/math/dune-grid/dune-grid-de36e4b4e99da4cd7a120a39779345e701821115/dune/grid/test/
H A Dcheckintersectionit.hh440 typename Intersection::GlobalCoordinate sumNormal( ctype( 0 ) ); in checkIntersectionIterator() local
570sumNormal.axpy( quadrature[ i ].weight(), intersection.integrationOuterNormal( quadrature[ i ].pos… in checkIntersectionIterator()
592 …if( (sumNormal.two_norm() > sqrt(std::numeric_limits< ctype >::epsilon())) && (eIt->partitionType(… in checkIntersectionIterator()
595 …THROW( Dune::GridError, "Integral over outer normals on affine entity is nonzero: " << sumNormal ); in checkIntersectionIterator()