|
Overture
Version 25
|
#include "StretchMapping.h"#include "MappingInformation.h"#include "ParallelUtility.h"#include "DataPointMapping.h"
Macros | |
| #define | STINIT EXTERN_C_NAME(stinit) |
| #define | STTR EXTERN_C_NAME(sttr) |
| #define | STRT EXTERN_C_NAME(strt) |
| #define | R1MACH EXTERN_C_NAME(r1mach) |
| #define | R(i0, i1) rp[i0+rDim0*(i1)] |
| #define | X(i0, i1) xp[i0+xDim0*(i1)] |
| #define | XR(i0, i1, i2) xrp[i0+xrDim0*(i1+xrDim1*(i2))] |
| #define | r(i, j) r_ptr[ (i) + (j)*r_Dim0 ] |
| #define | x(i, j) x_ptr[ (i) + (j)*x_Dim0 ] |
| #define | xr(i, j, k) xr_ptr[ (i) + (j)*xr_Dim0 + (k)*xr_Dim1] |
| #define | r(i, j) r_ptr[ (i) + (j)*r_Dim0 ] |
| #define | x(i, j) x_ptr[ (i) + (j)*x_Dim0 ] |
| #define | rx(i, j, k) rx_ptr[ (i) + (j)*rx_Dim0 + (k)*rx_Dim1] |
| #define | R(i0, i1) rp[i0+rDim0*(i1)] |
| #define | X(i0, i1) xp[i0+xDim0*(i1)] |
| #define | RX(i0, i1, i2) rxp[i0+rxDim0*(i1+rxDim1*(i2))] |
Functions | |
| void | STINIT (int &ndi, int &iw, int &ndr, real &rw, int &iopt, int &ndwk, real &wk, int &ierr) |
| void | STTR (real &t, real &r, real &rt, int &iw, real &rw, int &ierr) |
| void | STRT (real &r, real &t, real &tr, int &iw, real &rw, int &ierr) |
| float | R1MACH (const int &i) |
| #define R | ( | i0, | |
| i1 | |||
| ) | rp[i0+rDim0*(i1)] |
| #define r | ( | i, | |
| j | |||
| ) | r_ptr[ (i) + (j)*r_Dim0 ] |
| #define r | ( | i, | |
| j | |||
| ) | r_ptr[ (i) + (j)*r_Dim0 ] |
| #define R | ( | i0, | |
| i1 | |||
| ) | rp[i0+rDim0*(i1)] |
| #define R1MACH EXTERN_C_NAME(r1mach) |
| #define rx | ( | i, | |
| j, | |||
| k | |||
| ) | rx_ptr[ (i) + (j)*rx_Dim0 + (k)*rx_Dim1] |
Referenced by MappedGridOperators::applyBCnormalComponent(), MappedGridOperators::applyBCtangentialComponent(), AnnulusMapping::basicInverse(), Integrate::buildAdaptiveMeshRefinementSurfaceWeights(), Mapping::checkMapping(), DerivedFunctions::computeDerivedFunctions(), Ogen::computeInterpolationQuality(), Integrate::computeStitchedSurfaceWeights(), Integrate::computeStitchedSurfaceWeightsOld(), Integrate::computeSurfaceWeights(), Integrate::computeWeights(), derivativeScalarDerivativeFDerivCoefficients2(), divScalarGradFDerivCoefficients2(), divVectorScalarFDerivCoefficients2(), getDt(), getSignForJacobian(), DerivedFunctions::getUserDefinedDerivedFunction(), Ogen::improveQuality(), Ogen::interpolateAPoint(), ExactLocalInverse::inverse(), Mapping::inverseMap(), laplaceFDerivative23(), laplaceFDerivative42(), laplaceFDerivative43(), laplaceFDerivCoefficients2(), laplaceFDerivCoefficients42(), laplaceFDerivCoefficients43(), xFDerivCoefficients(), yFDerivCoefficients(), and zFDerivCoefficients().
| #define STINIT EXTERN_C_NAME(stinit) |
Referenced by StretchMapping::initialize().
| #define STRT EXTERN_C_NAME(strt) |
| #define STTR EXTERN_C_NAME(sttr) |
| #define X | ( | i0, | |
| i1 | |||
| ) | xp[i0+xDim0*(i1)] |
| #define x | ( | i, | |
| j | |||
| ) | x_ptr[ (i) + (j)*x_Dim0 ] |
| #define x | ( | i, | |
| j | |||
| ) | x_ptr[ (i) + (j)*x_Dim0 ] |
| #define X | ( | i0, | |
| i1 | |||
| ) | xp[i0+xDim0*(i1)] |
| #define xr | ( | i, | |
| j, | |||
| k | |||
| ) | xr_ptr[ (i) + (j)*xr_Dim0 + (k)*xr_Dim1] |
Referenced by DataPointMapping::basicInverseS(), OffsetShell::buildOffsetMappings(), Mapping::checkMapping(), DerivedFunctions::computeDerivedFunctions(), AdvancingFront::computeFaceNormal(), FilamentMapping::computeGeometricData(), AdvancingFront::computeSurfaceNormal(), Ogen::cutHoles(), Ogen::cutHolesNew(), Ogen::cutHolesNewer(), FilamentMapping::evaluateCenterLineAtTime(), CompositeSurface::findNearbySurfaces(), HyperbolicMapping::findNormalsToStartCurve(), TFIMapping::flipper(), HyperbolicMapping::generate(), FilamentMapping::get(), EllipticGridGenerator::getCoefficients(), FilamentMapping::getCoreDerivative(), CompositeSurface::getNormals(), FilamentMapping::initializeFilamentStorage(), main(), SquareMapping::map(), SmoothedPolygon::map(), AnnulusMapping::map(), TFIMapping::map(), CompositeTopology::merge(), CompositeSurface::oldProject(), FilamentMapping::operator=(), HyperbolicMapping::plotDirectionArrows(), PlotIt::plotGridQuality(), PlotIt::plotSubSurfaceNormals(), CompositeSurface::project(), FilamentMapping::put(), IntersectionMapping::reparameterize(), FilamentMapping::setupTimeDerivatives(), StretchTransform::update(), DepthMapping::update(), DataPointMapping::update(), RevolutionMapping::update(), ReparameterizationTransform::update(), StretchMapping::update(), SplineMapping::update(), CompositeSurface::update(), HyperbolicMapping::update(), and NurbsMapping::update().
| float R1MACH | ( | const int & | i | ) |
| void STINIT | ( | int & | ndi, |
| int & | iw, | ||
| int & | ndr, | ||
| real & | rw, | ||
| int & | iopt, | ||
| int & | ndwk, | ||
| real & | wk, | ||
| int & | ierr | ||
| ) |
1.8.3