Skip to content

Commit

Permalink
Preparing iteration base class SlaybaughLab#10
Browse files Browse the repository at this point in the history
  • Loading branch information
Weixiong Zheng committed Aug 3, 2017
1 parent 169586f commit 469a265
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 0 additions & 3 deletions src/iteration/iteration_base.cc
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,6 @@ IterationBase<dim>::IterationBase
err_k_tol(1.0e-6),
err_phi_tol(1.0e-7),
err_phi_eigen_tol(1.0e-5),
ho_linear_solver_name(prm.get("HO linear solver name")),
ho_preconditioner_name(prm.get("HO preconditioner name")),
is_eigen_problem(prm.get_bool("do eigenvalue calculations")),
do_nda(prm.get_bool("do NDA")),
pcout(std::cout,
Expand All @@ -40,7 +38,6 @@ pcout(std::cout,
is_cell_at_bd,
is_cell_at_ref_bd);
trm_ptr = build_transport_model ();
this->process_input ();
sflx_proc.resize (n_group);
sflx_proc_prev_gen.resize (n_group);
}
Expand Down
2 changes: 1 addition & 1 deletion src/transport/transport_base.cc
Original file line number Diff line number Diff line change
Expand Up @@ -379,7 +379,7 @@ void TransportBase<dim>::scale_fiss_transfer_matrices ()
}

template <int dim>
void EvenParity<dim>::generate_ho_rhs
void TransportBase<dim>::generate_ho_rhs
(std::vector<PETScWrappers::MPI::Vector*> &vec_ho_rhs,
std::vector<PETScWrappers::MPI::Vector*> &vec_ho_fixed_rhs,
std::vector<Vector> &sflx_this_proc)
Expand Down

0 comments on commit 469a265

Please sign in to comment.