@@ -126,8 +126,8 @@ class BEMProblem : public ParameterAcceptor
126126 const MPI_Comm comm = MPI_COMM_WORLD);
127127
128128 void
129- solve (TrilinosWrappers::MPI::Vector & phi,
130- TrilinosWrappers::MPI::Vector & dphi_dn,
129+ solve (TrilinosWrappers::MPI::Vector & phi,
130+ TrilinosWrappers::MPI::Vector & dphi_dn,
131131 const TrilinosWrappers::MPI::Vector &tmp_rhs);
132132
133133 // / This function takes care of the proper initialization of all the elements
@@ -151,8 +151,8 @@ class BEMProblem : public ParameterAcceptor
151151 // / have kept this function serial. We stress that it needs to be called only
152152 // / once.
153153 void
154- compute_constraints (IndexSet & c_cpu_set,
155- AffineConstraints<double > & constraints,
154+ compute_constraints (IndexSet & c_cpu_set,
155+ AffineConstraints<double > & constraints,
156156 const TrilinosWrappers::MPI::Vector &tmp_rhs);
157157
158158 // private:
@@ -198,15 +198,15 @@ class BEMProblem : public ParameterAcceptor
198198 // / vector src. The result is stored
199199 // / in the vector dst.
200200 void
201- vmult (TrilinosWrappers::MPI::Vector & dst,
201+ vmult (TrilinosWrappers::MPI::Vector & dst,
202202 const TrilinosWrappers::MPI::Vector &src) const ;
203203
204204 // / The second method computes the
205205 // / right hand side vector of the
206206 // / system.
207207
208208 void
209- compute_rhs (TrilinosWrappers::MPI::Vector & dst,
209+ compute_rhs (TrilinosWrappers::MPI::Vector & dst,
210210 const TrilinosWrappers::MPI::Vector &src) const ;
211211
212212 // / The third method computes the
@@ -223,8 +223,8 @@ class BEMProblem : public ParameterAcceptor
223223 // / Depending on the resolution stategy we go whether for the direct or fma
224224 // / strategy.
225225 void
226- solve_system (TrilinosWrappers::MPI::Vector & phi,
227- TrilinosWrappers::MPI::Vector & dphi_dn,
226+ solve_system (TrilinosWrappers::MPI::Vector & phi,
227+ TrilinosWrappers::MPI::Vector & dphi_dn,
228228 const TrilinosWrappers::MPI::Vector &tmp_rhs);
229229
230230
0 commit comments