|
| | StaggeredStokesFACPreconditionerStrategy (const std::string &object_name, int ghost_cell_width, SAMRAI::tbox::Pointer< SAMRAI::tbox::Database > input_db, const std::string &default_options_prefix) |
| | Constructor. More...
|
| |
| | ~StaggeredStokesFACPreconditionerStrategy () |
| | Destructor. More...
|
| |
| virtual void | setVelocityPoissonSpecifications (const SAMRAI::solv::PoissonSpecifications &U_problem_coefs) |
| | Set the PoissonSpecifications object used to specify the coefficients for the momentum equation in the incompressible Stokes operator. More...
|
| |
| virtual void | setComponentsHaveNullSpace (const bool has_velocity_nullspace, const bool has_pressure_nullspace) |
| | Set if velocity and pressure have nullspace. More...
|
| |
| virtual void | setPhysicalBcCoefs (const std::vector< SAMRAI::solv::RobinBcCoefStrategy< NDIM > * > &U_bc_coefs, SAMRAI::solv::RobinBcCoefStrategy< NDIM > *P_bc_coef) |
| | Set the SAMRAI::solv::RobinBcCoefStrategy objects used to specify physical boundary conditions. More...
|
| |
| virtual void | setPhysicalBoundaryHelper (SAMRAI::tbox::Pointer< StaggeredStokesPhysicalBoundaryHelper > bc_helper) |
| | Set the StokesSpecifications object and timestep size used to specify the coefficients for the time-dependent incompressible Stokes operator. More...
|
| |
| const std::string & | getName () const |
| | Return the object name. More...
|
| |
| virtual bool | getIsInitialized () const |
| | Return whether the operator is initialized. More...
|
| |
| virtual void | setFACPreconditioner (SAMRAI::tbox::ConstPointer< FACPreconditioner > preconditioner) |
| | Method to allow the FACPreconditioner object to register itself with the concrete FACPreconditionerStrategy. More...
|
| |
| virtual void | setHomogeneousBc (bool homogeneous_bc) |
| | Set whether the solver should use homogeneous boundary conditions. More...
|
| |
| virtual bool | getHomogeneousBc () const |
| | Return whether the solver is using homogeneous boundary conditions. More...
|
| |
| virtual void | setSolutionTime (double solution_time) |
| | Set the time at which the solution is to be evaluated. More...
|
| |
| virtual double | getSolutionTime () const |
| | Get the time at which the solution is being evaluated. More...
|
| |
| virtual void | setTimeInterval (double current_time, double new_time) |
| | Set the current time interval. More...
|
| |
| virtual std::pair< double, double > | getTimeInterval () const |
| | Get the current time interval. More...
|
| |
| virtual double | getDt () const |
| | Get the current time step size. More...
|
| |
| virtual void | smoothError (SAMRAI::solv::SAMRAIVectorReal< NDIM, double > &error, const SAMRAI::solv::SAMRAIVectorReal< NDIM, double > &residual, int level_num, int num_sweeps, bool performing_pre_sweeps, bool performing_post_sweeps)=0 |
| | Smooth the error by the specified number of sweeps on the specified level of the patch hierarchy. More...
|
| |
| virtual void | allocateScratchData () |
| | Allocate scratch data. More...
|
| |
| virtual void | deallocateScratchData () |
| | Deallocate scratch data. More...
|
| |
|
| void | setResetLevels (int coarsest_ln, int finest_ln) |
| | Specify the levels that need to be reset the next time the operator is re-initialized. More...
|
| |
| void | setSmootherType (const std::string &smoother_type) |
| | Specify the smoother type. More...
|
| |
| void | setCoarseSolverType (const std::string &coarse_solver_type) |
| | Specify the coarse level solver. More...
|
| |
| void | setCoarseSolverMaxIterations (int coarse_solver_max_iterations) |
| | Set the maximum number of iterations for the coarse level solve. More...
|
| |
| void | setCoarseSolverAbsoluteTolerance (double coarse_solver_abs_residual_tol) |
| | Set the absolute residual tolerance for convergence for coarse level solve. More...
|
| |
| void | setCoarseSolverRelativeTolerance (double coarse_solver_rel_residual_tol) |
| | Set the relative residual tolerance for convergence for coarse level solve. More...
|
| |
| void | setProlongationMethods (const std::string &U_prolongation_method, const std::string &P_prolongation_method) |
| | Set the prolongation methods. More...
|
| |
| void | setRestrictionMethods (const std::string &U_restriction_method, const std::string &P_restriction_method) |
| | Set the restriction methods. More...
|
| |
|
schedules.
|
| SAMRAI::solv::PoissonSpecifications | d_U_problem_coefs |
| |
| SAMRAI::solv::RobinBcCoefStrategy< NDIM > * | d_default_U_bc_coef |
| |
| std::vector< SAMRAI::solv::RobinBcCoefStrategy< NDIM > * > | d_U_bc_coefs |
| |
| SAMRAI::solv::RobinBcCoefStrategy< NDIM > * | d_default_P_bc_coef |
| |
| SAMRAI::solv::RobinBcCoefStrategy< NDIM > * | d_P_bc_coef |
| |
| SAMRAI::tbox::Pointer< StaggeredStokesPhysicalBoundaryHelper > | d_bc_helper |
| |
| const int | d_gcw |
| |
| void | xeqScheduleProlongation (const std::pair< int, int > &dst_idxs, const std::pair< int, int > &src_idxs, int dst_ln) |
| | Execute a refinement schedule for prolonging data. More...
|
| |
| void | xeqScheduleRestriction (const std::pair< int, int > &dst_idxs, const std::pair< int, int > &src_idxs, int dst_ln) |
| | Execute schedule for restricting solution or residual to the specified level. More...
|
| |
| void | xeqScheduleGhostFillNoCoarse (const std::pair< int, int > &dst_idxs, int dst_ln) |
| | Execute schedule for filling ghosts on the specified level. More...
|
| |
| void | xeqScheduleDataSynch (int dst_idx, int dst_ln) |
| | Execute schedule for synchronizing data on the specified level. More...
|
| |
|
| void | setToZero (SAMRAI::solv::SAMRAIVectorReal< NDIM, double > &vec, int level_num) override |
| | Zero the supplied vector. More...
|
| |
| void | restrictResidual (const SAMRAI::solv::SAMRAIVectorReal< NDIM, double > &src, SAMRAI::solv::SAMRAIVectorReal< NDIM, double > &dst, int dst_ln) override |
| | Restrict the residual quantity to the specified level from the next finer level. More...
|
| |
| void | prolongError (const SAMRAI::solv::SAMRAIVectorReal< NDIM, double > &src, SAMRAI::solv::SAMRAIVectorReal< NDIM, double > &dst, int dst_ln) override |
| | Prolong the error quantity to the specified level from the next coarser level. More...
|
| |
| void | prolongErrorAndCorrect (const SAMRAI::solv::SAMRAIVectorReal< NDIM, double > &src, SAMRAI::solv::SAMRAIVectorReal< NDIM, double > &dst, int dst_ln) override |
| | Prolong the error quantity to the specified level from the next coarser level and apply the correction to the fine-level error. More...
|
| |
| bool | solveCoarsestLevel (SAMRAI::solv::SAMRAIVectorReal< NDIM, double > &error, const SAMRAI::solv::SAMRAIVectorReal< NDIM, double > &residual, int coarsest_ln) override |
| | Solve the residual equation Ae=r on the coarsest level of the patch hierarchy. More...
|
| |
| void | computeResidual (SAMRAI::solv::SAMRAIVectorReal< NDIM, double > &residual, const SAMRAI::solv::SAMRAIVectorReal< NDIM, double > &solution, const SAMRAI::solv::SAMRAIVectorReal< NDIM, double > &rhs, int coarsest_level_num, int finest_level_num) override |
| | Compute the composite-grid residual on the specified range of levels of the patch hierarchy. More...
|
| |
| void | initializeOperatorState (const SAMRAI::solv::SAMRAIVectorReal< NDIM, double > &solution, const SAMRAI::solv::SAMRAIVectorReal< NDIM, double > &rhs) override |
| | Compute hierarchy-dependent data. More...
|
| |
| void | deallocateOperatorState () override |
| | Remove all hierarchy-dependent data. More...
|
| |
| virtual void | initializeOperatorStateSpecialized (const SAMRAI::solv::SAMRAIVectorReal< NDIM, double > &solution, const SAMRAI::solv::SAMRAIVectorReal< NDIM, double > &rhs, int coarsest_reset_ln, int finest_reset_ln)=0 |
| | Compute implementation-specific hierarchy-dependent data. More...
|
| |
| virtual void | deallocateOperatorStateSpecialized (int coarsest_reset_ln, int finest_reset_ln)=0 |
| | Remove implementation-specific hierarchy-dependent data. More...
|
| |
Sample parameters for initialization from database (and their default values):
smoother_type = "ADDITIVE" // see setSmootherType()
U_prolongation_method = "CONSTANT_REFINE" // see setProlongationMethods()
P_prolongation_method = "LINEAR_REFINE" // see setProlongationMethods()
U_restriction_method = "CONSERVATIVE_COARSEN" // see setRestrictionMethods()
P_restriction_method = "CONSERVATIVE_COARSEN" // see setRestrictionMethods()
coarse_solver_type = "LEVEL_SMOOTHER" // see setCoarseSolverType()
coarse_solver_rel_residual_tol = 1.0e-5 // see setCoarseSolverRelativeTolerance()
coarse_solver_abs_residual_tol = 1.0e-50 // see setCoarseSolverAbsoluteTolerance()
coarse_solver_max_iterations = 10 // see setCoarseSolverMaxIterations()
coarse_solver_db = { ... } // SAMRAI::tbox::Database for initializing
coarse
level solver