/dports/math/dune-spgrid/dune-spgrid-3977013bee93d1b113b155cc5b881d28d3ee37f5/dune/grid/spgrid/ |
H A D | cube.hh | 27 typedef FieldVector< ctype, dimension > GlobalVector; typedef in Dune::SPCube 42 SPCube ( const GlobalVector &a, const GlobalVector &b ); 48 const GlobalVector &origin () const; 54 const GlobalVector &width () const; 62 bool contains ( const GlobalVector &x ) const; 71 GlobalVector origin_, width_; 89 ::SPCube ( const GlobalVector &a, const GlobalVector &b ) in SPCube() 132 GlobalVector a, b; in unitCube() 152 typename Cube::GlobalVector a = cube.origin(); in operator <<() 166 typename Cube::GlobalVector a; in operator >>() [all …]
|
H A D | geometry.hh | 43 typedef typename GeometryCache::GlobalVector GlobalVector; typedef in Dune::SPBasicGeometry 47 typedef GlobalVector GlobalCoordinate; 107 typedef typename Base::GlobalVector GlobalVector; typedef in Dune::SPGeometry 140 GlobalVector computeOrigin () const in computeOrigin() 142 const GlobalVector &h = gridLevel().h(); in computeOrigin() 150 GlobalVector origin_; 178 typedef typename Base::GlobalVector GlobalVector; typedef in Dune::SPLocalGeometry 183 const GlobalVector &origin ) in SPLocalGeometry() 196 GlobalVector origin_; 208 GlobalVector y( asImpl().origin() ); in global() [all …]
|
H A D | hierarchicsearch.hh | 40 typedef FieldVector< ctype, dimension > GlobalVector; typedef in Dune::SPBasicHierarchicSearch 46 Entity findEntity ( const GlobalVector &global, int level ) const in findEntity() 57 GlobalVector z; in findEntity() 106 typedef typename Base::GlobalVector GlobalVector; typedef in Dune::SPHierarchicSearch 113 Entity findEntity ( const GlobalVector &global ) const in findEntity() 120 typedef GlobalVector LocalVector; 159 typedef typename Base::GlobalVector GlobalVector; typedef in Dune::SPHierarchicSearch 166 Entity findEntity ( const GlobalVector &global ) const in findEntity() 207 typedef typename Base::GlobalVector GlobalVector; typedef in Dune::HierarchicSearch 213 Entity findEntity ( const GlobalVector &global ) const in findEntity() [all …]
|
H A D | domain.hh | 41 typedef typename Cube::GlobalVector GlobalVector; typedef in Dune::SPDomain 53 SPDomain ( const GlobalVector &a, const GlobalVector &b ); 70 bool contains ( const GlobalVector &x ) const { return cube().contains( x ); } in contains() 90 ::SPDomain ( const GlobalVector &a, const GlobalVector &b ) in SPDomain() 108 GlobalVector a, b; in unitCube()
|
H A D | referencecube.hh | 51 typedef FieldVector< ctype, dimension > GlobalVector; typedef in Dune::SPReferenceCube 72 static GlobalVector corner ( int i ); 75 static GlobalVector center (); 119 inline typename SPReferenceCube< ct, dim >::GlobalVector 124 GlobalVector corner; in corner() 138 GlobalVector center; in center() 159 typedef FieldVector< ctype, 0 > GlobalVector; typedef in Dune::SPReferenceCube 170 static GlobalVector corner ( const int i ) in corner() 173 return GlobalVector(); in corner() 176 static GlobalVector center () in center() [all …]
|
/dports/math/dune-grid/dune-grid-de36e4b4e99da4cd7a120a39779345e701821115/dune/grid/albertagrid/ |
H A D | coordcache.hh | 24 typedef DofVectorPointer< GlobalVector > CoordVectorPointer; 37 GlobalVector &operator() ( const Element *element, int vertex ) const in operator ()() 40 GlobalVector *array = (GlobalVector *)coords_; in operator ()() 44 GlobalVector &operator() ( const ElementInfo &elementInfo, int vertex ) const in operator ()() 91 GlobalVector *array = (GlobalVector *)coords_; in operator ()() 94 const GlobalVector &x = elementInfo.coordinate( i ); in operator ()() 95 GlobalVector &y = array[ dofAccess_( elementInfo.el(), i ) ]; in operator ()() 118 GlobalVector *array = (GlobalVector *)dofVector; in interpolateVector() 124 GlobalVector &newCoord = array[ dofAccess( element->child[ 0 ], dimension ) ]; in interpolateVector() 135 const GlobalVector &coord0 = array[ dofAccess( element, 0 ) ]; in interpolateVector() [all …]
|
/dports/math/dune-metagrid/dune-metagrid-45fe80d530d18d8b86e77f20e38865f2101e571a/dune/grid/spheregrid/ |
H A D | geometry.hh | 78 typedef typename Base::GlobalCoordinate GlobalVector; typedef in Dune::SphereGridGeometry 97 GlobalVector center () const in center() 99 GlobalVector center( Base::center() ); in center() 104 GlobalVector global ( const LocalVector &local ) const in global() 106 GlobalVector global( Base::global( local ) ); in global() 114 GlobalVector x( global ); in local() 131 GlobalVector y = Base::global( local ); in jacobianTransposed() 152 GlobalVector planeNormal ( Dune::Dim< 3 > ) const in planeNormal() 154 return GlobalVector( 0 ); in planeNormal() 157 GlobalVector planeNormal ( Dune::Dim< 2 > ) const in planeNormal() [all …]
|
/dports/math/dune-metagrid/dune-metagrid-45fe80d530d18d8b86e77f20e38865f2101e571a/dune/grid/multispgrid/ |
H A D | geometry.hh | 57 typedef typename Base::GlobalVector GlobalVector; typedef in Dune::MultiSPGeometry 71 MultiSPGeometry ( GlobalVector origin, const GeometryCache &geometryCache ) in MultiSPGeometry() 77 GlobalVector origin () const in origin() 89 GlobalVector origin_; 129 typedef typename Base::GlobalVector GlobalVector; typedef in Dune::MultiSPLocalGeometry 143 MultiSPLocalGeometry ( GlobalVector origin, const GeometryCache &geometryCache ) in MultiSPLocalGeometry() 149 GlobalVector origin () const in origin() 161 GlobalVector origin_;
|
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/testsuite/g++.dg/opt/ |
H A D | pr56381.C | 99 typedef Vector3DBase <T, GlobalTag> GlobalVector; typedef 100 TkRotation (GlobalVector aX, GlobalVector aY) in TkRotation() 102 GlobalVector uX = aX.unit (); in TkRotation() 103 GlobalVector uY = aY.unit (); in TkRotation() 104 GlobalVector uZ (uX.cross (uY)); in TkRotation() 116 typedef Vector3DBase <T, GlobalTag> GlobalVector; typedef 153 GlobalVector yPlane (rotation ().z ()); in tangentPlane() 154 GlobalVector xPlane (yPlane.cross (aPoint - position ())); in tangentPlane()
|
/dports/lang/gcc6-aux/gcc-6-20180516/gcc/testsuite/g++.dg/opt/ |
H A D | pr56381.C | 99 typedef Vector3DBase <T, GlobalTag> GlobalVector; typedef 100 TkRotation (GlobalVector aX, GlobalVector aY) in TkRotation() 102 GlobalVector uX = aX.unit (); in TkRotation() 103 GlobalVector uY = aY.unit (); in TkRotation() 104 GlobalVector uZ (uX.cross (uY)); in TkRotation() 116 typedef Vector3DBase <T, GlobalTag> GlobalVector; typedef 153 GlobalVector yPlane (rotation ().z ()); in tangentPlane() 154 GlobalVector xPlane (yPlane.cross (aPoint - position ())); in tangentPlane()
|
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/testsuite/g++.dg/opt/ |
H A D | pr56381.C | 99 typedef Vector3DBase <T, GlobalTag> GlobalVector; typedef 100 TkRotation (GlobalVector aX, GlobalVector aY) in TkRotation() 102 GlobalVector uX = aX.unit (); in TkRotation() 103 GlobalVector uY = aY.unit (); in TkRotation() 104 GlobalVector uZ (uX.cross (uY)); in TkRotation() 116 typedef Vector3DBase <T, GlobalTag> GlobalVector; typedef 153 GlobalVector yPlane (rotation ().z ()); in tangentPlane() 154 GlobalVector xPlane (yPlane.cross (aPoint - position ())); in tangentPlane()
|
/dports/lang/gcc9/gcc-9.4.0/gcc/testsuite/g++.dg/opt/ |
H A D | pr56381.C | 99 typedef Vector3DBase <T, GlobalTag> GlobalVector; typedef 100 TkRotation (GlobalVector aX, GlobalVector aY) in TkRotation() 102 GlobalVector uX = aX.unit (); in TkRotation() 103 GlobalVector uY = aY.unit (); in TkRotation() 104 GlobalVector uZ (uX.cross (uY)); in TkRotation() 116 typedef Vector3DBase <T, GlobalTag> GlobalVector; typedef 153 GlobalVector yPlane (rotation ().z ()); in tangentPlane() 154 GlobalVector xPlane (yPlane.cross (aPoint - position ())); in tangentPlane()
|
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/gcc/testsuite/g++.dg/opt/ |
H A D | pr56381.C | 99 typedef Vector3DBase <T, GlobalTag> GlobalVector; typedef 100 TkRotation (GlobalVector aX, GlobalVector aY) in TkRotation() 102 GlobalVector uX = aX.unit (); in TkRotation() 103 GlobalVector uY = aY.unit (); in TkRotation() 104 GlobalVector uZ (uX.cross (uY)); in TkRotation() 116 typedef Vector3DBase <T, GlobalTag> GlobalVector; typedef 153 GlobalVector yPlane (rotation ().z ()); in tangentPlane() 154 GlobalVector xPlane (yPlane.cross (aPoint - position ())); in tangentPlane()
|
/dports/devel/avr-gcc/gcc-10.2.0/gcc/testsuite/g++.dg/opt/ |
H A D | pr56381.C | 99 typedef Vector3DBase <T, GlobalTag> GlobalVector; typedef 100 TkRotation (GlobalVector aX, GlobalVector aY) in TkRotation() 102 GlobalVector uX = aX.unit (); in TkRotation() 103 GlobalVector uY = aY.unit (); in TkRotation() 104 GlobalVector uZ (uX.cross (uY)); in TkRotation() 116 typedef Vector3DBase <T, GlobalTag> GlobalVector; typedef 153 GlobalVector yPlane (rotation ().z ()); in tangentPlane() 154 GlobalVector xPlane (yPlane.cross (aPoint - position ())); in tangentPlane()
|
/dports/devel/riscv64-gcc/gcc-8.3.0/gcc/testsuite/g++.dg/opt/ |
H A D | pr56381.C | 99 typedef Vector3DBase <T, GlobalTag> GlobalVector; typedef 100 TkRotation (GlobalVector aX, GlobalVector aY) in TkRotation() 102 GlobalVector uX = aX.unit (); in TkRotation() 103 GlobalVector uY = aY.unit (); in TkRotation() 104 GlobalVector uZ (uX.cross (uY)); in TkRotation() 116 typedef Vector3DBase <T, GlobalTag> GlobalVector; typedef 153 GlobalVector yPlane (rotation ().z ()); in tangentPlane() 154 GlobalVector xPlane (yPlane.cross (aPoint - position ())); in tangentPlane()
|
/dports/lang/gnat_util/gcc-6-20180516/gcc/testsuite/g++.dg/opt/ |
H A D | pr56381.C | 99 typedef Vector3DBase <T, GlobalTag> GlobalVector; typedef 100 TkRotation (GlobalVector aX, GlobalVector aY) in TkRotation() 102 GlobalVector uX = aX.unit (); in TkRotation() 103 GlobalVector uY = aY.unit (); in TkRotation() 104 GlobalVector uZ (uX.cross (uY)); in TkRotation() 116 typedef Vector3DBase <T, GlobalTag> GlobalVector; typedef 153 GlobalVector yPlane (rotation ().z ()); in tangentPlane() 154 GlobalVector xPlane (yPlane.cross (aPoint - position ())); in tangentPlane()
|
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/testsuite/g++.dg/opt/ |
H A D | pr56381.C | 99 typedef Vector3DBase <T, GlobalTag> GlobalVector; typedef 100 TkRotation (GlobalVector aX, GlobalVector aY) in TkRotation() 102 GlobalVector uX = aX.unit (); in TkRotation() 103 GlobalVector uY = aY.unit (); in TkRotation() 104 GlobalVector uZ (uX.cross (uY)); in TkRotation() 116 typedef Vector3DBase <T, GlobalTag> GlobalVector; typedef 153 GlobalVector yPlane (rotation ().z ()); in tangentPlane() 154 GlobalVector xPlane (yPlane.cross (aPoint - position ())); in tangentPlane()
|
/dports/lang/gcc48/gcc-4.8.5/gcc/testsuite/g++.dg/opt/ |
H A D | pr56381.C | 99 typedef Vector3DBase <T, GlobalTag> GlobalVector; typedef 100 TkRotation (GlobalVector aX, GlobalVector aY) in TkRotation() 102 GlobalVector uX = aX.unit (); in TkRotation() 103 GlobalVector uY = aY.unit (); in TkRotation() 104 GlobalVector uZ (uX.cross (uY)); in TkRotation() 116 typedef Vector3DBase <T, GlobalTag> GlobalVector; typedef 153 GlobalVector yPlane (rotation ().z ()); in tangentPlane() 154 GlobalVector xPlane (yPlane.cross (aPoint - position ())); in tangentPlane()
|
/dports/lang/gcc11/gcc-11.2.0/gcc/testsuite/g++.dg/opt/ |
H A D | pr56381.C | 99 typedef Vector3DBase <T, GlobalTag> GlobalVector; typedef 100 TkRotation (GlobalVector aX, GlobalVector aY) in TkRotation() 102 GlobalVector uX = aX.unit (); in TkRotation() 103 GlobalVector uY = aY.unit (); in TkRotation() 104 GlobalVector uZ (uX.cross (uY)); in TkRotation() 116 typedef Vector3DBase <T, GlobalTag> GlobalVector; typedef 153 GlobalVector yPlane (rotation ().z ()); in tangentPlane() 154 GlobalVector xPlane (yPlane.cross (aPoint - position ())); in tangentPlane()
|
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/testsuite/g++.dg/opt/ |
H A D | pr56381.C | 99 typedef Vector3DBase <T, GlobalTag> GlobalVector; typedef 100 TkRotation (GlobalVector aX, GlobalVector aY) in TkRotation() 102 GlobalVector uX = aX.unit (); in TkRotation() 103 GlobalVector uY = aY.unit (); in TkRotation() 104 GlobalVector uZ (uX.cross (uY)); in TkRotation() 116 typedef Vector3DBase <T, GlobalTag> GlobalVector; typedef 153 GlobalVector yPlane (rotation ().z ()); in tangentPlane() 154 GlobalVector xPlane (yPlane.cross (aPoint - position ())); in tangentPlane()
|
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/gcc/testsuite/g++.dg/opt/ |
H A D | pr56381.C | 99 typedef Vector3DBase <T, GlobalTag> GlobalVector; typedef 100 TkRotation (GlobalVector aX, GlobalVector aY) in TkRotation() 102 GlobalVector uX = aX.unit (); in TkRotation() 103 GlobalVector uY = aY.unit (); in TkRotation() 104 GlobalVector uZ (uX.cross (uY)); in TkRotation() 116 typedef Vector3DBase <T, GlobalTag> GlobalVector; typedef 153 GlobalVector yPlane (rotation ().z ()); in tangentPlane() 154 GlobalVector xPlane (yPlane.cross (aPoint - position ())); in tangentPlane()
|
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/testsuite/g++.dg/opt/ |
H A D | pr56381.C | 99 typedef Vector3DBase <T, GlobalTag> GlobalVector; typedef 100 TkRotation (GlobalVector aX, GlobalVector aY) in TkRotation() 102 GlobalVector uX = aX.unit (); in TkRotation() 103 GlobalVector uY = aY.unit (); in TkRotation() 104 GlobalVector uZ (uX.cross (uY)); in TkRotation() 116 typedef Vector3DBase <T, GlobalTag> GlobalVector; typedef 153 GlobalVector yPlane (rotation ().z ()); in tangentPlane() 154 GlobalVector xPlane (yPlane.cross (aPoint - position ())); in tangentPlane()
|
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/testsuite/g++.dg/opt/ |
H A D | pr56381.C | 99 typedef Vector3DBase <T, GlobalTag> GlobalVector; typedef 100 TkRotation (GlobalVector aX, GlobalVector aY) in TkRotation() 102 GlobalVector uX = aX.unit (); in TkRotation() 103 GlobalVector uY = aY.unit (); in TkRotation() 104 GlobalVector uZ (uX.cross (uY)); in TkRotation() 116 typedef Vector3DBase <T, GlobalTag> GlobalVector; typedef 153 GlobalVector yPlane (rotation ().z ()); in tangentPlane() 154 GlobalVector xPlane (yPlane.cross (aPoint - position ())); in tangentPlane()
|
/dports/lang/gcc10/gcc-10.3.0/gcc/testsuite/g++.dg/opt/ |
H A D | pr56381.C | 99 typedef Vector3DBase <T, GlobalTag> GlobalVector; typedef 100 TkRotation (GlobalVector aX, GlobalVector aY) in TkRotation() 102 GlobalVector uX = aX.unit (); in TkRotation() 103 GlobalVector uY = aY.unit (); in TkRotation() 104 GlobalVector uZ (uX.cross (uY)); in TkRotation() 116 typedef Vector3DBase <T, GlobalTag> GlobalVector; typedef 153 GlobalVector yPlane (rotation ().z ()); in tangentPlane() 154 GlobalVector xPlane (yPlane.cross (aPoint - position ())); in tangentPlane()
|
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/testsuite/g++.dg/opt/ |
H A D | pr56381.C | 99 typedef Vector3DBase <T, GlobalTag> GlobalVector; typedef 100 TkRotation (GlobalVector aX, GlobalVector aY) in TkRotation() 102 GlobalVector uX = aX.unit (); in TkRotation() 103 GlobalVector uY = aY.unit (); in TkRotation() 104 GlobalVector uZ (uX.cross (uY)); in TkRotation() 116 typedef Vector3DBase <T, GlobalTag> GlobalVector; typedef 153 GlobalVector yPlane (rotation ().z ()); in tangentPlane() 154 GlobalVector xPlane (yPlane.cross (aPoint - position ())); in tangentPlane()
|