MFEM  v4.6.0
Finite element discretization library
mfem::TMOPNewtonSolver Member List

This is the complete list of members for mfem::TMOPNewtonSolver, including all inherited members.

abs_tolmfem::IterativeSolverprotected
adapt_inc_countmfem::TMOPNewtonSolvermutableprotected
AdaptiveLinRtolPostSolve(const Vector &x, const Vector &b, const int it, const double fnorm) constmfem::NewtonSolverprotected
AdaptiveLinRtolPreSolve(const Vector &x, const int it, const double fnorm) constmfem::NewtonSolverprotected
AddMult(const Vector &x, Vector &y, const double a=1.0) constmfem::Operatorvirtual
AddMultTranspose(const Vector &x, Vector &y, const double a=1.0) constmfem::Operatorvirtual
alphamfem::NewtonSolverprotected
ANY_TYPE enum valuemfem::Operator
ArrayAddMult(const Array< const Vector *> &X, Array< Vector *> &Y, const double a=1.0) constmfem::Operatorvirtual
ArrayAddMultTranspose(const Array< const Vector *> &X, Array< Vector *> &Y, const double a=1.0) constmfem::Operatorvirtual
ArrayMult(const Array< const Vector *> &X, Array< Vector *> &Y) constmfem::Operatorvirtual
ArrayMultTranspose(const Array< const Vector *> &X, Array< Vector *> &Y) constmfem::Operatorvirtual
AssembleDiagonal(Vector &diag) constmfem::Operatorinlinevirtual
cmfem::NewtonSolvermutableprotected
Complex_DenseMat enum valuemfem::Operator
Complex_Hypre_ParCSR enum valuemfem::Operator
Complex_Operator enum valuemfem::Operator
compute_metric_quantile_flagmfem::TMOPNewtonSolvermutableprotected
ComputeMinDet(const Vector &x_loc, const FiniteElementSpace &fes) constmfem::TMOPNewtonSolverprotected
ComputeScalingFactor(const Vector &x, const Vector &b) constmfem::TMOPNewtonSolvervirtual
convergedmfem::IterativeSolvermutableprotected
DeleteStorageVectors()mfem::LBFGSSolverinlineprotected
DIAG_KEEP enum valuemfem::Operator
DIAG_ONE enum valuemfem::Operator
DIAG_ZERO enum valuemfem::Operator
DiagonalPolicy enum namemfem::Operator
Dot(const Vector &x, const Vector &y) constmfem::IterativeSolverprotected
EnableAdaptiveSurfaceFitting()mfem::TMOPNewtonSolverinline
eta_lastmfem::NewtonSolvermutableprotected
final_itermfem::IterativeSolvermutableprotected
final_normmfem::IterativeSolvermutableprotected
fnorm_lastmfem::NewtonSolvermutableprotected
FormConstrainedSystemOperator(const Array< int > &ess_tdof_list, ConstrainedOperator *&Aout)mfem::Operatorprotected
FormDiscreteOperator(Operator *&A)mfem::Operator
FormLinearSystem(const Array< int > &ess_tdof_list, Vector &x, Vector &b, Operator *&A, Vector &X, Vector &B, int copy_interior=0)mfem::Operator
FormRectangularConstrainedSystemOperator(const Array< int > &trial_tdof_list, const Array< int > &test_tdof_list, RectangularConstrainedOperator *&Aout)mfem::Operatorprotected
FormRectangularLinearSystem(const Array< int > &trial_tdof_list, const Array< int > &test_tdof_list, Vector &x, Vector &b, Operator *&A, Vector &X, Vector &B)mfem::Operator
FormRectangularSystemOperator(const Array< int > &trial_tdof_list, const Array< int > &test_tdof_list, Operator *&A)mfem::Operator
FormSystemOperator(const Array< int > &ess_tdof_list, Operator *&A)mfem::Operator
FromLegacyPrintLevel(int)mfem::IterativeSolverprotected
gammamfem::NewtonSolverprotected
GetComm() constmfem::IterativeSolverinline
GetConverged() constmfem::IterativeSolverinline
GetFinalNorm() constmfem::IterativeSolverinline
GetFinalRelNorm() constmfem::IterativeSolverinline
GetGradient(const Vector &x) constmfem::Operatorinlinevirtual
GetInitialNorm() constmfem::IterativeSolverinline
GetIntegrationRule(const FiniteElement &el) constmfem::TMOPNewtonSolverinlineprotected
GetMemoryClass() constmfem::Operatorinlinevirtual
GetNumIterations() constmfem::IterativeSolverinline
GetOutputProlongation() constmfem::Operatorinlinevirtual
GetOutputRestriction() constmfem::Operatorinlinevirtual
GetOutputRestrictionTranspose() constmfem::Operatorinlinevirtual
GetProlongation() constmfem::Operatorinlinevirtual
GetRestriction() constmfem::Operatorinlinevirtual
GetSurfaceFittingError(const Vector &x_loc, double &err_avg, double &err_max) constmfem::TMOPNewtonSolverprotectedvirtual
GetSurfaceFittingWeight(Array< double > &weights) constmfem::TMOPNewtonSolverprotected
GetType() constmfem::Operatorinline
gradmfem::NewtonSolvermutableprotected
GuessLegacyPrintLevel(PrintLevel)mfem::IterativeSolverprotectedstatic
heightmfem::Operatorprotected
Height() constmfem::Operatorinline
Hypre_ParCSR enum valuemfem::Operator
initial_normmfem::IterativeSolvermutableprotected
InitializeStorageVectors()mfem::LBFGSSolverinlineprotected
InitTVectors(const Operator *Po, const Operator *Ri, const Operator *Pi, Vector &x, Vector &b, Vector &X, Vector &B) constmfem::Operator
integ_ordermfem::TMOPNewtonSolverprotected
IntegRulesmfem::TMOPNewtonSolverprotected
irmfem::TMOPNewtonSolverprotected
iterative_modemfem::Solver
IterativeSolver()mfem::IterativeSolver
IterativeSolver(MPI_Comm comm_)mfem::IterativeSolver
LBFGSSolver()mfem::LBFGSSolverinline
LBFGSSolver(MPI_Comm comm_)mfem::LBFGSSolverinline
lin_rtol0mfem::NewtonSolverprotected
lin_rtol_maxmfem::NewtonSolverprotected
lin_rtol_typemfem::NewtonSolverprotected
lnorm_lastmfem::NewtonSolvermutableprotected
mmfem::LBFGSSolverprotected
max_adapt_inc_countmfem::TMOPNewtonSolvermutableprotected
max_itermfem::IterativeSolverprotected
MFEM_Block_Matrix enum valuemfem::Operator
MFEM_Block_Operator enum valuemfem::Operator
MFEM_ComplexSparseMat enum valuemfem::Operator
MFEM_SPARSEMAT enum valuemfem::Operator
min_det_ptrmfem::TMOPNewtonSolverprotected
min_detJ_thresholdmfem::TMOPNewtonSolverprotected
MinDetJpr_2D(const FiniteElementSpace *, const Vector &) constmfem::TMOPNewtonSolverprotected
MinDetJpr_3D(const FiniteElementSpace *, const Vector &) constmfem::TMOPNewtonSolverprotected
monitormfem::IterativeSolverprotected
Monitor(int it, double norm, const Vector &r, const Vector &x, bool final=false) constmfem::IterativeSolverprotected
Mult(const Vector &b, Vector &x) constmfem::TMOPNewtonSolverinlinevirtual
MultTranspose(const Vector &x, Vector &y) constmfem::Operatorinlinevirtual
NewtonSolver()mfem::NewtonSolverinline
NewtonSolver(MPI_Comm comm_)mfem::NewtonSolverinline
Norm(const Vector &x) constmfem::IterativeSolverinlineprotected
NumCols() constmfem::Operatorinline
NumRows() constmfem::Operatorinline
opermfem::IterativeSolverprotected
Operator(int s=0)mfem::Operatorinlineexplicit
Operator(int h, int w)mfem::Operatorinline
parallelmfem::TMOPNewtonSolverprotected
PETSC_MATAIJ enum valuemfem::Operator
PETSC_MATGENERIC enum valuemfem::Operator
PETSC_MATHYPRE enum valuemfem::Operator
PETSC_MATIS enum valuemfem::Operator
PETSC_MATNEST enum valuemfem::Operator
PETSC_MATSHELL enum valuemfem::Operator
precmfem::IterativeSolverprotected
print_levelmfem::IterativeSolverprotected
print_optionsmfem::IterativeSolverprotected
PrintMatlab(std::ostream &out, int n, int m=0) constmfem::Operator
PrintMatlab(std::ostream &out) constmfem::Operatorvirtual
ProcessNewState(const Vector &x) constmfem::TMOPNewtonSolvervirtual
rmfem::NewtonSolvermutableprotected
RecoverFEMSolution(const Vector &X, const Vector &b, Vector &x)mfem::Operatorvirtual
rel_tolmfem::IterativeSolverprotected
SetAbsTol(double atol)mfem::IterativeSolverinline
SetAdaptiveLinRtol(const int type=2, const double rtol0=0.5, const double rtol_max=0.9, const double alpha=0.5 *(1.0+sqrt(5.0)), const double gamma=1.0)mfem::NewtonSolver
SetAdaptiveSurfaceFittingRelativeChangeThreshold(double threshold)mfem::TMOPNewtonSolverinline
SetAdaptiveSurfaceFittingScalingFactor(double factor)mfem::TMOPNewtonSolverinline
SetHistorySize(int dim)mfem::LBFGSSolverinline
SetIntegrationRules(IntegrationRules &irules, int order)mfem::TMOPNewtonSolverinline
SetMaxIter(int max_it)mfem::IterativeSolverinline
SetMaxNumberofIncrementsForAdaptiveFitting(int count)mfem::TMOPNewtonSolverinline
SetMinDetPtr(double *md_ptr)mfem::TMOPNewtonSolverinline
SetMinimumDeterminantThreshold(double threshold)mfem::TMOPNewtonSolverinline
SetMonitor(IterativeSolverMonitor &m)mfem::IterativeSolverinline
SetOperator(const Operator &op)mfem::LBFGSSolverinlinevirtual
SetPreconditioner(Solver &pr)mfem::TMOPNewtonSolverinlinevirtual
SetPrintLevel(int print_lvl)mfem::IterativeSolvervirtual
SetPrintLevel(PrintLevel)mfem::IterativeSolvervirtual
SetRelTol(double rtol)mfem::IterativeSolverinline
SetSolver(Solver &solver)mfem::TMOPNewtonSolverinlinevirtual
SetTempMemoryType(MemoryType mt)mfem::TMOPNewtonSolverinline
SetTerminationWithMaxSurfaceFittingError(double max_error)mfem::TMOPNewtonSolverinline
SetupRAP(const Operator *Pi, const Operator *Po)mfem::Operatorprotected
skArraymfem::LBFGSSolvermutableprotected
Solver(int s=0, bool iter_mode=false)mfem::Solverinlineexplicit
Solver(int h, int w, bool iter_mode=false)mfem::Solverinline
solver_typemfem::TMOPNewtonSolverprotected
surf_fit_err_avgmfem::TMOPNewtonSolvermutableprotected
surf_fit_err_avg_prvsmfem::TMOPNewtonSolvermutableprotected
surf_fit_err_maxmfem::TMOPNewtonSolvermutableprotected
surf_fit_max_thresholdmfem::TMOPNewtonSolverprotected
surf_fit_rel_change_thresholdmfem::TMOPNewtonSolverprotected
surf_fit_scale_factormfem::TMOPNewtonSolverprotected
temp_mtmfem::TMOPNewtonSolverprotected
TMOPNewtonSolver(MPI_Comm comm, const IntegrationRule &irule, int type=0)mfem::TMOPNewtonSolverinline
TMOPNewtonSolver(const IntegrationRule &irule, int type=0)mfem::TMOPNewtonSolverinline
Type enum namemfem::Operator
update_surf_fit_coeffmfem::TMOPNewtonSolvermutableprotected
UpdateSurfaceFittingWeight(double factor) constmfem::TMOPNewtonSolverprotected
Width() constmfem::Operatorinline
widthmfem::Operatorprotected
ykArraymfem::LBFGSSolvermutableprotected
~LBFGSSolver()mfem::LBFGSSolverinlinevirtual
~Operator()mfem::Operatorinlinevirtual