Skip to content
Snippets Groups Projects
Commit 31b9134e authored by Dmitri Naumov's avatar Dmitri Naumov
Browse files

[PL] Make setICs, createDirich/NeumannBCs private.

parent f2e54899
No related branches found
No related tags found
No related merge requests found
......@@ -131,6 +131,7 @@ protected:
std::move(config)));
}
private:
/// Sets the initial condition values in the solution vector x for a given
/// process variable and component.
void setInitialConditions(ProcessVariable const& variable,
......@@ -181,7 +182,6 @@ protected:
*_mesh_subset_all_nodes);
}
private:
/// Creates global matrix, rhs and solution vectors, and the linear solver.
void createLinearSolver(std::string const& solver_name)
{
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment