Skip to content

Optimizing input file for faster 3d D phase-field simulation #29658

Discussion options

You must be logged in to vote

Hello

Mesh and time discretizations are big factors on the computing time. Making sure they are optimal helps.

A concern often when using adaptivity is that the initial partitioning is not great once the mesh is refined. Re partitioning is expensive so it can be a good idea to use a prior simulation mesh (using the checkpoint system, not using exodus) as the starting point.

Here you only have two crystals right? So not very many order parameters. That's usually impactful but not here.

Solver wise PJFNK with block jacobi is probably a weak option. Try to look into Newton if you have enough memory and a perfect Jacobian, and try to use a different preconditioner

Why are you using vinewton f…

Replies: 1 comment 5 replies

Comment options

You must be logged in to vote
5 replies
@PengWei97
Comment options

@GiudGiud
Comment options

GiudGiud Jan 8, 2025
Collaborator

@GiudGiud
Comment options

GiudGiud Jan 8, 2025
Collaborator

@GiudGiud
Comment options

GiudGiud Jan 9, 2025
Collaborator

@PengWei97
Comment options

Answer selected by PengWei97
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants