Skip to content
Discussion options

You must be logged in to vote

I just checked and execute an eigenvalue calculation on each time step worked fine?
parent

[Mesh]
  type = GeneratedMesh
  dim = 2
  nx = 10
  ny = 10
[]

[Variables]
  [./u]
  [../]
[]

[Kernels]
  [./diff]
    type = Diffusion
    variable = u
  [../]
[]

[BCs]
  [./left]
    type = DirichletBC
    variable = u
    boundary = left
    value = 0
  [../]
  [./right]
    type = DirichletBC
    variable = u
    boundary = right
    value = 1
  [../]
[]

[Executioner]
  type = Transient
  num_steps = 4

  solve_type = 'PJFNK'

  petsc_options_iname = '-pc_type -pc_hypre_type'
  petsc_options_value = 'hypre boomeramg'
  nl_abs_tol = 1e-8

[]

[Outputs]
  exodus = true
  perf_graph = true
[]

…

Replies: 1 comment 6 replies

Comment options

You must be logged in to vote
6 replies
@GiudGiud
Comment options

@Blackfoxdragon
Comment options

@Blackfoxdragon
Comment options

@GiudGiud
Comment options

Answer selected by Blackfoxdragon
@Blackfoxdragon
Comment options

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