[petsc-users] Prometheus vs GAMG for elasticity/plasticity problems

Thomas Gross tgross at ilsb.tuwien.ac.at
Mon Jan 27 10:35:01 CST 2014


Please find enclosed the log summary for the runs.

I used the following options for Prometheus and GAMG:
Prometheus:
-ksp_type cg -pc_type prometheus -log_summary -ksp_monitor -ksp_view -aggmg_smooths 1 -options_left
GAMG:
-ksp_type cg -pc_type gamg -pc_gamg_type agg -pc_gamg_agg_nsmooths 1 -log_summary -ksp_monitor -ksp_view -options_left

> Make sure to use the same smoother you used with Prometheus.
How can I make sure, that the same smoothing is applied in both cases?

Many thanks and best regards,
Thomas



-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: Prometheus_log.txt
URL: <http://lists.mcs.anl.gov/pipermail/petsc-users/attachments/20140127/0f7148ea/attachment-0002.txt>
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: GAMG_log.txt
URL: <http://lists.mcs.anl.gov/pipermail/petsc-users/attachments/20140127/0f7148ea/attachment-0003.txt>
-------------- next part --------------




On Jan 27, 2014, at 4:34 PM, Jed Brown <jed at jedbrown.org> wrote:

> Thomas Gross <tgross at ilsb.tuwien.ac.at> writes:
> 
>> Dear petsc users/developers,
>> 
>> I am using petsc in a parallel FEAP framework (http://www.ce.berkeley.edu/projects/feap/) for mechanics oriented problems (mainly linear elasticity or plasticity).
>> In earlier petsc versions (3.2.7) I always used the petsc options:
>> -ksp_type cg -pc_type prometheus (with standard settings) and achieved a great level of performance.
>> 
>> After updating to petsc 3.4.3, where the ?Prometheus? preconditioner was replaced by ?GAMG?, I can not reach the same level of performance. My settings are:
>> -ksp_type cg -pc_type gamg -pc_gamg_type agg -pc_gamg_agg_nsmooths 1 (settings recommended for FEAP).
>> 
>> Is there a set of GAMG settings, which are equivalent to the standard Prometheus settings?
> 
> Please send -log_summary -ksp_monitor -ksp_view output for both cases.
> Make sure to use the same smoother you used with Prometheus.



More information about the petsc-users mailing list