Home
last modified time | relevance | path

Searched refs:Spherical (Results 1 – 25 of 1717) sorted by relevance

12345678910>>...69

/dports/math/deal.ii/dealii-803d21ff957e349b3799cd3ef2c840bc78734305/source/base/
H A Dfunction_spherical.cc156 Spherical<dim>::Spherical(const Point<dim> & p, in Spherical() function in Functions::Spherical
168 Spherical<dim>::value(const Point<dim> & p_, in value()
181 Spherical<dim>::gradient(const Point<dim> & /*p_*/, in gradient()
237 Spherical<dim>::hessian(const Point<dim> & /*p*/, in hessian()
308 Spherical<dim>::memory_consumption() const in memory_consumption()
310 return sizeof(Spherical<dim>); in memory_consumption()
317 Spherical<dim>::svalue(const std::array<double, dim> & /* sp */, in svalue()
339 Spherical<dim>::shessian(const std::array<double, dim> & /* sp */, in shessian()
349 template class Spherical<1>; variable
350 template class Spherical<2>; variable
[all …]
/dports/science/grib_api/grib_api-1.28.0-Source/definitions/grib1/
H A D6.table19 50 sh Spherical Harmonic Coefficients
20 60 60 Rotated Spherical Harmonic coefficients
21 70 70 Stretched Spherical Harmonic coefficients
22 80 80 Stretched and rotated Spherical Harmonic
H A D10.table3 2 2 Spherical harmonics-complex packing
4 3 3 Spherical harmonics ieee packing
/dports/science/eccodes/eccodes-2.23.0-Source/definitions/grib1/
H A D6.table19 50 sh Spherical Harmonic Coefficients
20 60 60 Rotated Spherical Harmonic coefficients
21 70 70 Stretched Spherical Harmonic coefficients
22 80 80 Stretched and rotated Spherical Harmonic
H A D10.table3 2 2 Spherical harmonics-complex packing
4 3 3 Spherical harmonics ieee packing
/dports/graphics/tesseract/tesseract-5.0.0/src/classify/
H A Dclusttool.cpp208 ReadNFloats(fp, 1, &(Proto->Variance.Spherical)); in ReadPrototype()
209 Proto->Magnitude.Spherical = 1.0 / sqrt(2.0 * M_PI * Proto->Variance.Spherical); in ReadPrototype()
210 Proto->TotalMagnitude = std::pow(Proto->Magnitude.Spherical, static_cast<float>(N)); in ReadPrototype()
212 Proto->Weight.Spherical = 1.0 / Proto->Variance.Spherical; in ReadPrototype()
286 WriteNFloats(File, 1, &(Proto->Variance.Spherical)); in WritePrototype()
/dports/math/R/R-4.1.2/src/library/stats/man/
H A Danova.mlm.Rd17 "Spherical"),
26 \item{Sigma}{(only relevant if \code{test == "Spherical"}). Covariance
47 For the \code{"Spherical"} test, proportionality is usually with the
102 anova(mlmfit, mlmfit0, X = ~1, test = "Spherical")
110 idata = idata, test = "Spherical")
112 idata = idata, test = "Spherical" )
114 idata = idata, test = "Spherical" )
118 anova(mlmfit2, mlmfit, mlmfit0, X = ~1, test = "Spherical")
119 anova(mlmfit2, X = ~1, test = "Spherical")
/dports/math/libRmath/R-4.1.1/src/library/stats/man/
H A Danova.mlm.Rd17 "Spherical"),
26 \item{Sigma}{(only relevant if \code{test == "Spherical"}). Covariance
47 For the \code{"Spherical"} test, proportionality is usually with the
102 anova(mlmfit, mlmfit0, X = ~1, test = "Spherical")
110 idata = idata, test = "Spherical")
112 idata = idata, test = "Spherical" )
114 idata = idata, test = "Spherical" )
118 anova(mlmfit2, mlmfit, mlmfit0, X = ~1, test = "Spherical")
119 anova(mlmfit2, X = ~1, test = "Spherical")
/dports/astro/gpstk/GPSTk-8.0.0/core/lib/GNSSCore/
H A DPosition.cpp278 case Spherical: in transformTo()
297 case Spherical: in transformTo()
315 case Spherical: in transformTo()
321 case Spherical: in transformTo()
419 if(system == Spherical) in theta()
422 t.transformTo(Spherical); in theta()
430 if(system == Spherical) in phi()
433 t.transformTo(Spherical); in phi()
445 t.transformTo(Spherical); in longitude()
598 system = Spherical; in setSpherical()
[all …]
/dports/science/jdftx/jdftx-1.6.0/fluid1D/tests/
H A DTestCFC.cpp142 SO3quad quad(QuadEuler, 3, 12, coord==GridInfo::Spherical ? 1 : 0); in cavitation()
160 …double Roffs = (coord==GridInfo::Spherical ? 0.5 : 0.25)*hGrid; //make sure the hard wall radii ar… in cavitation()
181 double Area = (coord==GridInfo::Spherical ? 4*M_PI*R*R : 2*M_PI*R); in cavitation()
182 double Volume = (coord==GridInfo::Spherical ? 4*M_PI*R*R*R/3 : M_PI*R*R); in cavitation()
259 cavitation(GridInfo::Spherical, fp, false); in main()
265 cavitation(GridInfo::Spherical, fp, true); in main()
286 …GridInfo gInfo(GridInfo::Spherical, 1024, 0.0625); //Fine spherical grid to get good resolution in… in main()
/dports/math/vtk9/VTK-9.1.0/ThirdParty/xdmf3/vtkxdmf3/
H A DXdmfGeometryType.cpp63 XdmfGeometryType::Spherical() in Spherical() function in XdmfGeometryType
76 mGeometryDefinitions["SPHERICAL"] = Spherical; in InitTypes()
185 return XdmfGeometryType::Spherical()->getDimensions(); in XdmfGeometryTypeGetDimensions()
231 char * returnPointer = strdup(XdmfGeometryType::Spherical()->getName().c_str()); in XdmfGeometryTypeGetName()
/dports/math/vtk8/VTK-8.2.0/ThirdParty/xdmf3/vtkxdmf3/
H A DXdmfGeometryType.cpp61 XdmfGeometryType::Spherical() in Spherical() function in XdmfGeometryType
74 mGeometryDefinitions["SPHERICAL"] = Spherical; in InitTypes()
183 return XdmfGeometryType::Spherical()->getDimensions(); in XdmfGeometryTypeGetDimensions()
228 char * returnPointer = strdup(XdmfGeometryType::Spherical()->getName().c_str()); in XdmfGeometryTypeGetName()
/dports/science/jdftx/jdftx-1.6.0/jdftx/commands/
H A Dcoulomb_interaction.cpp37 CoulombParams::Spherical, "Spherical"
94 || cp.geometry==CoulombParams::Spherical) in process()
109 || cp.geometry==CoulombParams::Spherical) in printStatus()
222 || cp.geometry==CoulombParams::Spherical; in process()
/dports/math/py-mathics/Mathics3-2.2.0/mathics/packages/VectorAnalysis/
H A DVectorAnalysis.m14 $CoordSysList = {Cartesian, Spherical, Cylindrical};
87 Spherical, {v1 Sin[v2] Cos[v3], v1 Sin[v2] Sin[v3], v1 Cos[v2]},
107 Spherical, {Sqrt[v1^2 + v2^2 + v3^2],
127 Coordinates[Spherical] ^= {Rr, Ttheta, Pphi};
142 Parameters[Spherical] ^= {};
158 CoordinateRanges[Spherical] ^= {0 <= Rr < Infinity, 0 <= Ttheta <= Pi,
175 ParameterRanges[Spherical] ^= Null;
218 Spherical, {1, pt[[1]], pt[[1]] Sin[pt[[2]]]},
/dports/astro/marble/marble-21.12.3/tests/
H A DViewportParamsTest.cpp53 QCOMPARE( viewport.projection(), Spherical ); in constructorDefaultValues()
81 viewport.setProjection( Spherical ); in constructorValues_data()
90 addRow() << Spherical << qreal(0) << qreal(0) << 2000 << QSize( 100, 100 ); in constructorValues_data()
94 …addRow() << Spherical << qreal(205 * DEG2RAD) << spherical->maxValidLat() + qreal(1.0) << 2000 << … in constructorValues_data()
211 projection = Spherical; in screenCoordinates_GeoDataLineString_data()
283 const ViewportParams viewport( Spherical, 90 * DEG2RAD, 38 * DEG2RAD, 256, QSize( 1165, 833 ) ); in screenCoordinates_GeoDataLineString2()
309 const ViewportParams viewport( Spherical, -15 * DEG2RAD, 0 * DEG2RAD, 350, QSize( 1000, 750 ) ); in screenCoordinates_GeoDataLinearRing()
436 projection = Spherical; in geoDataLinearRing_data()
/dports/science/chrono/chrono-7.0.1/data/testing/joints/adams_models/
H A Dtest_Spherical_Case01.adm17 ! Spherical Joint Attachment Marker
40 ! Pedulum Spherical Joint Attachment Marker
58 ! Pendulum Spherical Joint
H A Dtest_Spherical_Case02.adm17 ! Spherical Joint Attachment Marker
40 ! Pedulum Spherical Joint Attachment Marker
60 ! Pendulum Spherical Joint
/dports/science/getdp/getdp-3.4.0-source/doc/texinfo/
H A DJacobian_Lib.pro12 DomainInf Regions with Spherical Shell Transformation
16 Val_Rint, Val_Rext Inner and outer radius of the Spherical Shell
/dports/math/deal.ii/dealii-803d21ff957e349b3799cd3ef2c840bc78734305/include/deal.II/base/
H A Dfunction_spherical.h44 class Spherical : public Function<dim>
55 Spherical(const Point<dim> & center = Point<dim>(),
/dports/graphics/wings/wings-8d019ebe48/plugins_src/import_export/
H A Dwpc_pov_ko.lang41 {22,"Spherical"},
166 {55,"Spherical"},
240 {23,"Spherical"},
/dports/graphics/gmt/gmt-6.3.0/doc/rst/source/gallery/
H A Dex35.rst3 (35) Spherical triangulation and distance calculations
21 Spherical triangulation and distance calculations
/dports/graphics/mandelbulber/mandelbulber2-2.26/mandelbulber2/deploy/
H A DformulaData.csv345 transfSphericalFold,"T>Spherical Fold",analyticDEType,withoutDEFunction,cpixelDisabledByDefault,100…
346 transfSphericalFold4d,"T>Spherical Fold 4D",analyticDEType,withoutDEFunction,cpixelDisabledByDefaul…
348 transfSphericalFoldAbox,"T>Spherical Fold ABox",analyticDEType,withoutDEFunction,cpixelDisabledByDe…
349 transfSphericalFoldCHS,"T>Spherical Fold CHS",analyticDEType,withoutDEFunction,cpixelDisabledByDefa…
353 transfSphericalFoldV1,"T>Spherical Fold V1",analyticDEType,withoutDEFunction,cpixelDisabledByDefaul…
354 transfSphericalFoldV2,"T>Spherical Fold V2",analyticDEType,withoutDEFunction,cpixelDisabledByDefaul…
358 transfSphericalInv,"T>Spherical Invert",analyticDEType,withoutDEFunction,cpixelDisabledByDefault,10…
359 transfSphericalInvC,"T>Spherical Invert C",analyticDEType,withoutDEFunction,cpixelAlreadyHas,100.0,…
361 transfSphericalInvV2,"T>Spherical Invert V2",analyticDEType,withoutDEFunction,cpixelDisabledByDefau…
362 transfSphericalOffset,"T>Spherical Offset",analyticDEType,withoutDEFunction,cpixelDisabledByDefault…
[all …]
/dports/science/nwchem-data/nwchem-7.0.2-release/QA/tests/at2-sodft/LIB_SOECPS/
H A DAVTZ-2c1 basis "At_AVTZ-2c" Spherical #"aug-cc-pVTZ-PP" modifiee DolgStoll JChemPhys03 + 2c patch in PCCP200…
57 basis "I_AVTZ-2c" Spherical #"aug-cc-pVTZ-PP" modifiee PetersonStoll JPhysChemA06 + 2c patch in PCC…
109 basis "Te_AVTZ-2c" Spherical #"aug-cc-pVTZ-PP" modifiee DolgStoll JChemPhys03 + 2c patch in PCCP200…
/dports/science/nwchem/nwchem-7b21660b82ebd85ef659f6fba7e1e73433b0bd0a/QA/tests/at2-sodft/LIB_SOECPS/
H A DAVTZ-2c1 basis "At_AVTZ-2c" Spherical #"aug-cc-pVTZ-PP" modifiee DolgStoll JChemPhys03 + 2c patch in PCCP200…
57 basis "I_AVTZ-2c" Spherical #"aug-cc-pVTZ-PP" modifiee PetersonStoll JPhysChemA06 + 2c patch in PCC…
109 basis "Te_AVTZ-2c" Spherical #"aug-cc-pVTZ-PP" modifiee DolgStoll JChemPhys03 + 2c patch in PCCP200…
/dports/science/jdftx/jdftx-1.6.0/fluid1D/core/
H A DOperators.cpp74 case GridInfo::Spherical: in I()
96 case GridInfo::Spherical: in ID()
125 case GridInfo::Spherical: in IDD()
150 case GridInfo::Spherical: in Jdag()
175 case GridInfo::Spherical: in J()
197 case GridInfo::Spherical: in Idag()
219 case GridInfo::Spherical: in IDdag()
246 case GridInfo::Spherical: in IDDdag()

12345678910>>...69