AddFindClosestSpecialization() | mfem::BatchInverseElementTransformation | inlinestatic |
AddNewtonSolveSpecialization() | mfem::BatchInverseElementTransformation | inlinestatic |
BatchInverseElementTransformation() | mfem::BatchInverseElementTransformation | |
BatchInverseElementTransformation(const GridFunction &nodes, MemoryType d_mt=MemoryType::DEFAULT) | mfem::BatchInverseElementTransformation | |
BatchInverseElementTransformation(const Mesh &mesh, MemoryType d_mt=MemoryType::DEFAULT) | mfem::BatchInverseElementTransformation | |
ClosestPhysDofKernelType typedef | mfem::BatchInverseElementTransformation | |
ClosestPhysPointKernelType typedef | mfem::BatchInverseElementTransformation | |
ClosestRefDofKernelType typedef | mfem::BatchInverseElementTransformation | |
ClosestRefPointKernelType typedef | mfem::BatchInverseElementTransformation | |
GetBasisType() const | mfem::BatchInverseElementTransformation | inline |
MFEM_REGISTER_KERNELS(FindClosestPhysPoint, ClosestPhysPointKernelType,(int, int, bool)) | mfem::BatchInverseElementTransformation | |
MFEM_REGISTER_KERNELS(FindClosestPhysDof, ClosestPhysDofKernelType,(int, int, bool)) | mfem::BatchInverseElementTransformation | |
MFEM_REGISTER_KERNELS(FindClosestRefDof, ClosestRefDofKernelType,(int, int, bool)) | mfem::BatchInverseElementTransformation | |
MFEM_REGISTER_KERNELS(FindClosestRefPoint, ClosestRefPointKernelType,(int, int, bool)) | mfem::BatchInverseElementTransformation | |
MFEM_REGISTER_KERNELS(NewtonSolve, NewtonKernelType,(int, int, InverseElementTransformation::SolverType, bool)) | mfem::BatchInverseElementTransformation | |
MFEM_REGISTER_KERNELS(NewtonEdgeScan, NewtonEdgeScanKernelType,(int, int, InverseElementTransformation::SolverType, bool)) | mfem::BatchInverseElementTransformation | |
NewtonEdgeScanKernelType typedef | mfem::BatchInverseElementTransformation | |
NewtonKernelType typedef | mfem::BatchInverseElementTransformation | |
SetInitGuessOrder(int order) | mfem::BatchInverseElementTransformation | inline |
SetInitGuessPointsType(int q_type) | mfem::BatchInverseElementTransformation | inline |
SetInitGuessRelOrder(int order) | mfem::BatchInverseElementTransformation | inline |
SetInitialGuessType(InverseElementTransformation::InitGuessType itype) | mfem::BatchInverseElementTransformation | inline |
SetMaxIter(int max_it) | mfem::BatchInverseElementTransformation | inline |
SetPhysicalRelTol(real_t phys_rel_tol) | mfem::BatchInverseElementTransformation | inline |
SetReferenceTol(real_t ref_sp_tol) | mfem::BatchInverseElementTransformation | inline |
SetSolverType(InverseElementTransformation::SolverType stype) | mfem::BatchInverseElementTransformation | inline |
Transform(const Vector &pts, const Array< int > &elems, Array< int > &types, Vector &refs, bool use_device=true, Array< int > *iters=nullptr) const | mfem::BatchInverseElementTransformation | |
UpdateNodes(const GridFunction &nodes, MemoryType d_mt=MemoryType::DEFAULT) | mfem::BatchInverseElementTransformation | |
UpdateNodes(const Mesh &mesh, MemoryType d_mt=MemoryType::DEFAULT) | mfem::BatchInverseElementTransformation | |
~BatchInverseElementTransformation() | mfem::BatchInverseElementTransformation | |