Home
last modified time | relevance | path

Searched refs:fieldInterp (Results 1 – 7 of 7) sorted by relevance

/dports/math/vtk9/VTK-9.1.0/Filters/General/Testing/Cxx/
H A DTestQuadraturePoints.cxx119 vtkSmartPointer<vtkQuadraturePointInterpolator> fieldInterp = in TestQuadraturePoints() local
121 fieldInterp->SetInputArrayToProcess( in TestQuadraturePoints()
123 fieldInterp->SetInputConnection(dictGen->GetOutputPort()); in TestQuadraturePoints()
129 xusgw->SetInputConnection(fieldInterp->GetOutputPort()); in TestQuadraturePoints()
132 fieldInterp = nullptr; in TestQuadraturePoints()
/dports/math/vtk8/VTK-8.2.0/Filters/General/Testing/Cxx/
H A DTestQuadraturePoints.cxx117 vtkSmartPointer<vtkQuadraturePointInterpolator> fieldInterp = in TestQuadraturePoints() local
119fieldInterp->SetInputArrayToProcess(0, 0, 0, vtkDataObject::FIELD_ASSOCIATION_CELLS, "QuadratureOf… in TestQuadraturePoints()
120 fieldInterp->SetInputConnection(dictGen->GetOutputPort()); in TestQuadraturePoints()
126 xusgw->SetInputConnection(fieldInterp->GetOutputPort()); in TestQuadraturePoints()
129 fieldInterp=nullptr; in TestQuadraturePoints()
/dports/math/vtk6/VTK-6.2.0/Filters/General/Testing/Cxx/
H A DTestQuadraturePoints.cxx117 vtkSmartPointer<vtkQuadraturePointInterpolator> fieldInterp = in TestQuadraturePoints() local
119fieldInterp->SetInputArrayToProcess(0, 0, 0, vtkDataObject::FIELD_ASSOCIATION_CELLS, "QuadratureOf… in TestQuadraturePoints()
120 fieldInterp->SetInputConnection(dictGen->GetOutputPort()); in TestQuadraturePoints()
126 xusgw->SetInputConnection(fieldInterp->GetOutputPort()); in TestQuadraturePoints()
129 fieldInterp=NULL; in TestQuadraturePoints()
/dports/science/PETSc/petsc-3.14.1/include/petsc/private/
H A Dcharacteristicimpl.h61 PetscErrorCode (*fieldInterp)(Vec, PetscReal [], PetscInt, PetscInt [], PetscScalar [], void *); member
/dports/science/PETSc/petsc-3.14.1/src/ts/characteristic/interface/
H A Dcharacteristic.c99 newC->fieldInterp = NULL; in CharacteristicCreate()
295 c->fieldInterp = interp; in CharacteristicSetFieldInterpolation()
491 …else {ierr = c->fieldInterp(c->field, interpIndices, c->numFieldComp, c->fieldComp, fieldValues, c… in CharacteristicSolve()
516 …else {ierr = c->fieldInterp(c->field, interpIndices, c->numFieldComp, c->fieldComp, fieldValues, c… in CharacteristicSolve()
/dports/science/PETSc/petsc-3.14.1/
H A DTAGS9197 PetscErrorCode (*fieldInterp)fieldInterp61,2896
H A DCTAGS43752 fieldInterp include/petsc/private/characteristicimpl.h /^ PetscErrorCode (*fieldInterp)(Vec, Petsc…