![]() |
OGS
|
|
#include <vtkCell.h>#include <vtkLine.h>#include <vtkPointData.h>#include <algorithm>#include "ComputeNaturalCoordsResult.h"#include "ComputeNaturalCoordsSolver.h"#include "FindCellsForPoints.h"#include "MathLib/FormattingUtils.h"#include "MeshLib/IO/VtkIO/VtkMeshConverter.h"#include "SolverByElementTypeRegistry.h"Go to the source code of this file.
Classes | |
| class | ApplicationUtils::ComputeNaturalCoordsIntermediateResult |
Namespaces | |
| namespace | ApplicationUtils |
Functions | |
| ComputeNaturalCoordsResult | ApplicationUtils::computeNaturalCoords (vtkUnstructuredGrid *const bulk_mesh, ComputeNaturalCoordsResult const &json_data, double const tolerance, int const max_iter) |
| template<typename T> | |
| void | ApplicationUtils::addPointData (vtkUnstructuredGrid *grid, std::string const &name, Eigen::MatrixX< T > const &data) |
| template<typename T> | |
| void | ApplicationUtils::addCellData (vtkUnstructuredGrid *grid, std::string const &name, Eigen::MatrixX< T > const &data) |
| vtkSmartPointer< vtkUnstructuredGrid > | ApplicationUtils::toVTKGrid (ComputeNaturalCoordsResult const &result) |