From d7ee51df8f23653ba7c8d295a2cdb7ad8df1dce8 Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Wed, 5 Apr 2023 13:50:08 -0600 Subject: [PATCH] Use American English spelling for 'initialize'. --- .../deal.II/differentiation/ad/ad_number_traits.h | 2 +- .../deal.II/differentiation/ad/sacado_number_types.h | 2 +- include/deal.II/fe/fe_interface_values.h | 12 ++++++------ source/lac/scalapack.cc | 2 +- 4 files changed, 9 insertions(+), 9 deletions(-) diff --git a/include/deal.II/differentiation/ad/ad_number_traits.h b/include/deal.II/differentiation/ad/ad_number_traits.h index 11fa846138..c4eff47f7e 100644 --- a/include/deal.II/differentiation/ad/ad_number_traits.h +++ b/include/deal.II/differentiation/ad/ad_number_traits.h @@ -347,7 +347,7 @@ namespace Differentiation * Initialize the state of an independent variable. * * With a nested marking approach it is sometimes - * necessary to initialise the value of an intermediate + * necessary to initialize the value of an intermediate * value that may be a floating point number. */ template diff --git a/include/deal.II/differentiation/ad/sacado_number_types.h b/include/deal.II/differentiation/ad/sacado_number_types.h index e1779f2fb2..b497f7cbbf 100644 --- a/include/deal.II/differentiation/ad/sacado_number_types.h +++ b/include/deal.II/differentiation/ad/sacado_number_types.h @@ -291,7 +291,7 @@ namespace Differentiation const unsigned int n_independent_variables, ad_type & out) { - // It is required that we first initialise the outer number before + // It is required that we first initialize the outer number before // any of the nested ones. out = ad_type(n_independent_variables, index, in); diff --git a/include/deal.II/fe/fe_interface_values.h b/include/deal.II/fe/fe_interface_values.h index 2d3d1cd271..27493ef784 100644 --- a/include/deal.II/fe/fe_interface_values.h +++ b/include/deal.II/fe/fe_interface_values.h @@ -1482,17 +1482,17 @@ public: * @param[in] q_index If left at its default, use the quadrature formula * within the hp::QCollection passed to the constructor as given by the * dominating finite element across the interface (only used if the - * FEInterface object is initialised with an hp::FECollection, an + * FEInterface object is initialized with an hp::FECollection, an * hp::QCollection, and possibly an hp::MappingCollection). * @param[in] mapping_index If left at its default, use the mapping within the * hp::MappingCollection passed to the constructor as given by the dominating * finite element across the interface (only used if the FEInterface object - * is initialised with an hp::FECollection, an hp::QCollection, and possibly + * is initialized with an hp::FECollection, an hp::QCollection, and possibly * an hp::MappingCollection). * @param[in] fe_index If left at its default, use the finite element within * the hp::FECollection passed to the constructor as given by the dominating * finite element across the interface (only used if the FEInterface object - * is initialised with an hp::FECollection, an hp::QCollection, and possibly + * is initialized with an hp::FECollection, an hp::QCollection, and possibly * an hp::MappingCollection). */ template @@ -1524,17 +1524,17 @@ public: * @param[in] q_index If left at its default, use the quadrature formula * within the hp::QCollection passed to the constructor as given by the * dominating finite element across the interface (only used if the - * FEInterface object is initialised with an hp::FECollection, an + * FEInterface object is initialized with an hp::FECollection, an * hp::QCollection, and possibly an hp::MappingCollection). * @param[in] mapping_index If left at its default, use the mapping within the * hp::MappingCollection passed to the constructor as given by the dominating * finite element across the interface (only used if the FEInterface object - * is initialised with an hp::FECollection, an hp::QCollection, and possibly + * is initialized with an hp::FECollection, an hp::QCollection, and possibly * an hp::MappingCollection). * @param[in] fe_index If left at its default, use the finite element within * the hp::FECollection passed to the constructor as given by the dominating * finite element across the interface (only used if the FEInterface object - * is initialised with an hp::FECollection, an hp::QCollection, and possibly + * is initialized with an hp::FECollection, an hp::QCollection, and possibly * an hp::MappingCollection). */ template diff --git a/source/lac/scalapack.cc b/source/lac/scalapack.cc index afc65d2e67..9d1e134155 100644 --- a/source/lac/scalapack.cc +++ b/source/lac/scalapack.cc @@ -753,7 +753,7 @@ ScaLAPACKMatrix::copy_to( * The routine pgemr2d requires a BLACS context resembling at least the union * of process grids described by the BLACS contexts held by the ProcessGrids * of matrix A and B. As A and B share the same MPI communicator, there is no - * need to create a union MPI communicator to initialise the BLACS context + * need to create a union MPI communicator to initialize the BLACS context */ int union_blacs_context = Csys2blacs_handle(this->grid->mpi_communicator); const char *order = "Col"; -- 2.39.5