diff --git a/.github/ISSUE_TEMPLATE/bug-report.md b/.github/ISSUE_TEMPLATE/bug-report.md
index ab76d9288e3..b34012e1d8d 100644
--- a/.github/ISSUE_TEMPLATE/bug-report.md
+++ b/.github/ISSUE_TEMPLATE/bug-report.md
@@ -27,7 +27,7 @@ If applicable, add screenshots to help explain your problem.
 **Platform (please complete the following information):**
 - Machine [e.g. LLNL/Quartz] 
 - Compiler: [e.g. gcc 8.1.0]
-- GEOSX Version [e.g. 0.2]
+- GEOS Version [e.g. 0.2]
 
 **Additional context**
 Add any other context about the problem here.
diff --git a/.integrated_tests.yaml b/.integrated_tests.yaml
index 14a5dd73076..9b8f7b83af5 100644
--- a/.integrated_tests.yaml
+++ b/.integrated_tests.yaml
@@ -1,6 +1,6 @@
 baselines:
   bucket: geosx
-  baseline: integratedTests/baseline_integratedTests-pr3197-6679-a003f43
+  baseline: integratedTests/baseline_integratedTests-pr3278-6753-f7f9add
 
 allow_fail:
   all: ''
diff --git a/BASELINE_NOTES.md b/BASELINE_NOTES.md
index be5e9d7d934..4eea0a9bfc9 100644
--- a/BASELINE_NOTES.md
+++ b/BASELINE_NOTES.md
@@ -6,9 +6,11 @@ This file is designed to track changes to the integrated test baselines.
 Any developer who updates the baseline ID in the .integrated_tests.yaml file is expected to create an entry in this file with the pull request number, date, and their justification for rebaselining.
 These notes should be in reverse-chronological order, and use the following time format: (YYYY-MM-DD).
 
-PR 3197 (2024-08-07)
+
+
+PR 3278 (2024-08-12)
 ====================
-Separation of contact and friction laws.
+Renamed GEOSX to GEOS in enternal mesh import, so rebaseline to change these names is the baselines. 
 
 PR #3202 (2024-08-03)
 ======================
diff --git a/inputFiles/compositionalMultiphaseWell/benchmarks/Class09Pb3/class09_pb3_benchmark.xml b/inputFiles/compositionalMultiphaseWell/benchmarks/Class09Pb3/class09_pb3_benchmark.xml
index d0c07591e87..dbc28b749b6 100644
--- a/inputFiles/compositionalMultiphaseWell/benchmarks/Class09Pb3/class09_pb3_benchmark.xml
+++ b/inputFiles/compositionalMultiphaseWell/benchmarks/Class09Pb3/class09_pb3_benchmark.xml
@@ -16,7 +16,7 @@
       logLevel="5"  
       file="../../../../../GEOSDATA/DataSets/Class09_p3/Johansen_faces.vtu"
       fieldsToImport="{ perm, poro }"
-      fieldNamesInGEOSX="{ rockPerm_permeability, rockPorosity_referencePorosity }" >
+      fieldNamesInGEOS="{ rockPerm_permeability, rockPorosity_referencePorosity }" >
       <InternalWell
         name="wellInjector1"
         wellRegionName="wellRegion"
diff --git a/inputFiles/compositionalMultiphaseWell/benchmarks/Class09Pb3/class09_pb3_benchmark_mc.xml b/inputFiles/compositionalMultiphaseWell/benchmarks/Class09Pb3/class09_pb3_benchmark_mc.xml
index b4edabaad3d..3433f03f292 100644
--- a/inputFiles/compositionalMultiphaseWell/benchmarks/Class09Pb3/class09_pb3_benchmark_mc.xml
+++ b/inputFiles/compositionalMultiphaseWell/benchmarks/Class09Pb3/class09_pb3_benchmark_mc.xml
@@ -16,7 +16,7 @@
       logLevel="5"  
       file="../../../../../GEOSXDATA/DataSets/Class09_p3/Johansen_faces.vtu"
       fieldsToImport="{ perm, poro }"
-      fieldNamesInGEOSX="{ rockPerm_permeability, rockPorosity_referencePorosity }" >
+      fieldNamesInGEOS="{ rockPerm_permeability, rockPorosity_referencePorosity }" >
       <InternalWell
         name="wellInjector1"
         wellRegionName="wellRegion"
diff --git a/inputFiles/compositionalMultiphaseWell/benchmarks/Class09Pb3/class09_pb3_benchmark_mct.xml b/inputFiles/compositionalMultiphaseWell/benchmarks/Class09Pb3/class09_pb3_benchmark_mct.xml
index 14378119874..92acf46ae7e 100644
--- a/inputFiles/compositionalMultiphaseWell/benchmarks/Class09Pb3/class09_pb3_benchmark_mct.xml
+++ b/inputFiles/compositionalMultiphaseWell/benchmarks/Class09Pb3/class09_pb3_benchmark_mct.xml
@@ -16,7 +16,7 @@
       logLevel="5"  
       file="../../../../../GEOSXDATA/DataSets/Class09_p3/Johansen_faces.vtu"
       fieldsToImport="{ perm, poro }"
-      fieldNamesInGEOSX="{ rockPerm_permeability, rockPorosity_referencePorosity }" >
+      fieldNamesInGEOS="{ rockPerm_permeability, rockPorosity_referencePorosity }" >
       <InternalWell
         name="wellInjector1"
         wellRegionName="wellRegion"
diff --git a/inputFiles/compositionalMultiphaseWell/benchmarks/Egg/deadOilEggVTK_benchmark.xml b/inputFiles/compositionalMultiphaseWell/benchmarks/Egg/deadOilEggVTK_benchmark.xml
index 675d20853a3..5ecad4a4ca2 100644
--- a/inputFiles/compositionalMultiphaseWell/benchmarks/Egg/deadOilEggVTK_benchmark.xml
+++ b/inputFiles/compositionalMultiphaseWell/benchmarks/Egg/deadOilEggVTK_benchmark.xml
@@ -13,7 +13,7 @@
       name="mesh"
       file="../../../../../GEOSDATA/DataSets/Egg/egg.vtu"
       fieldsToImport="{ PERM }"
-      fieldNamesInGEOSX="{ rockPerm_permeability }">
+      fieldNamesInGEOS="{ rockPerm_permeability }">
 
       <VTKWell
         name="wellProducer1"
diff --git a/inputFiles/compositionalMultiphaseWell/benchmarks/Egg/deadOilEgg_benchmark.xml b/inputFiles/compositionalMultiphaseWell/benchmarks/Egg/deadOilEgg_benchmark.xml
index 539cbbb9909..0f46dff5621 100644
--- a/inputFiles/compositionalMultiphaseWell/benchmarks/Egg/deadOilEgg_benchmark.xml
+++ b/inputFiles/compositionalMultiphaseWell/benchmarks/Egg/deadOilEgg_benchmark.xml
@@ -13,7 +13,7 @@
       name="mesh"
       file="../../../../../GEOSDATA/DataSets/Egg/egg.vtu"
       fieldsToImport="{ PERM }"
-      fieldNamesInGEOSX="{ rockPerm_permeability }">
+      fieldNamesInGEOS="{ rockPerm_permeability }">
 
       <InternalWell
         name="wellProducer1"
diff --git a/inputFiles/compositionalMultiphaseWell/staircase_co2_wells_hybrid_3d.xml b/inputFiles/compositionalMultiphaseWell/staircase_co2_wells_hybrid_3d.xml
index 8e51c899b98..e508462a7e5 100644
--- a/inputFiles/compositionalMultiphaseWell/staircase_co2_wells_hybrid_3d.xml
+++ b/inputFiles/compositionalMultiphaseWell/staircase_co2_wells_hybrid_3d.xml
@@ -61,7 +61,7 @@
       name="mesh1"
       file="staircase3d_tet_with_properties.vtu"
       fieldsToImport="{ FluidComposition, PERM, PORO }"
-      fieldNamesInGEOSX="{ globalCompFraction, rockPerm_permeability, rockPorosity_referencePorosity }"
+      fieldNamesInGEOS="{ globalCompFraction, rockPerm_permeability, rockPorosity_referencePorosity }"
       partitionRefinement="1"
       logLevel="2">
 
diff --git a/inputFiles/poromechanics/PoroElastic_hybridHexPrism_co2_base.xml b/inputFiles/poromechanics/PoroElastic_hybridHexPrism_co2_base.xml
index 865a4850f1a..26c4b973932 100644
--- a/inputFiles/poromechanics/PoroElastic_hybridHexPrism_co2_base.xml
+++ b/inputFiles/poromechanics/PoroElastic_hybridHexPrism_co2_base.xml
@@ -10,7 +10,7 @@
       partitionMethod="ptscotch"
       scale="{ 50, 50, 50 }"
       fieldsToImport="{ PORO, NTG, DENSITY, BULKMOD }"
-      fieldNamesInGEOSX="{ rockPorosity_referencePorosity, netToGross, skeleton_density, skeleton_bulkModulus }"
+      fieldNamesInGEOS="{ rockPorosity_referencePorosity, netToGross, skeleton_density, skeleton_bulkModulus }"
       file="../singlePhaseFlow/pebi3d_with_properties.vtu"/>
 
   </Mesh>
diff --git a/inputFiles/poromechanics/nonlinearAcceleration/smallEggModel/smallEggModel.xml b/inputFiles/poromechanics/nonlinearAcceleration/smallEggModel/smallEggModel.xml
index caf219bb716..0ab2e1e9527 100755
--- a/inputFiles/poromechanics/nonlinearAcceleration/smallEggModel/smallEggModel.xml
+++ b/inputFiles/poromechanics/nonlinearAcceleration/smallEggModel/smallEggModel.xml
@@ -69,7 +69,7 @@
       file="../../../GEOSDATA/DataSets/Egg/egg_withBurdens_small.vts"
       regionAttribute="elementRegionMarker"
       fieldsToImport="{ PERM }"
-      fieldNamesInGEOSX="{ rockPermeability_permeability }"/>
+      fieldNamesInGEOS="{ rockPermeability_permeability }"/>
   </Mesh>
 
   <Geometry>
diff --git a/inputFiles/poromechanicsFractures/PoroElastic_efem-edfm_eggModel_large.xml b/inputFiles/poromechanicsFractures/PoroElastic_efem-edfm_eggModel_large.xml
index 20566c84bac..506201fab18 100644
--- a/inputFiles/poromechanicsFractures/PoroElastic_efem-edfm_eggModel_large.xml
+++ b/inputFiles/poromechanicsFractures/PoroElastic_efem-edfm_eggModel_large.xml
@@ -63,7 +63,7 @@
       file="../../../GEOSDATA/DataSets/Egg/egg_withBurdens_large.vts"
       regionAttribute="regionAttribute"
       fieldsToImport="{ PERM }"
-      fieldNamesInGEOSX="{ rockPermeability_permeability }"/>
+      fieldNamesInGEOS="{ rockPermeability_permeability }"/>
   </Mesh>
 
   <Geometry>
diff --git a/inputFiles/poromechanicsFractures/PoroElastic_efem-edfm_eggModel_small.xml b/inputFiles/poromechanicsFractures/PoroElastic_efem-edfm_eggModel_small.xml
index 074d11adb4e..3a8e2c869ad 100644
--- a/inputFiles/poromechanicsFractures/PoroElastic_efem-edfm_eggModel_small.xml
+++ b/inputFiles/poromechanicsFractures/PoroElastic_efem-edfm_eggModel_small.xml
@@ -63,7 +63,7 @@
       file="../../../GEOSDATA/DataSets/Egg/egg_withBurdens_small.vts"
       regionAttribute="elementRegionMarker"
       fieldsToImport="{ PERM }"
-      fieldNamesInGEOSX="{ rockPermeability_permeability }"/>
+      fieldNamesInGEOS="{ rockPermeability_permeability }"/>
   </Mesh>
 
   <Geometry>
diff --git a/inputFiles/poromechanicsFractures/verticalFault_ExternalMesh.vtm b/inputFiles/poromechanicsFractures/verticalFault_ExternalMesh.vtm
index 14785b5f2ab..abb0265a6ca 100644
--- a/inputFiles/poromechanicsFractures/verticalFault_ExternalMesh.vtm
+++ b/inputFiles/poromechanicsFractures/verticalFault_ExternalMesh.vtm
@@ -5,7 +5,7 @@
           name="main" 
           file="Domain_Mesh_FaultModel.vtu"
           fieldsToImport="{ YoungModulus, PoissonRatio  }"
-          fieldNamesInGEOSX="{ rock_youngModulus, rock_poissonRatio }"
+          fieldNamesInGEOS="{ rock_youngModulus, rock_poissonRatio }"
         />
         <DataSet 
           name="fracture" 
diff --git a/inputFiles/singlePhaseFlow/incompressible_pebi3d.xml b/inputFiles/singlePhaseFlow/incompressible_pebi3d.xml
index 75c3035c87e..90842777527 100644
--- a/inputFiles/singlePhaseFlow/incompressible_pebi3d.xml
+++ b/inputFiles/singlePhaseFlow/incompressible_pebi3d.xml
@@ -23,7 +23,7 @@
       partitionRefinement="3"
       useGlobalIds="1"
       fieldsToImport="{ PERM, PORO, NTG }"
-      fieldNamesInGEOSX="{ rockPerm_permeability, rockPorosity_referencePorosity, netToGross }"
+      fieldNamesInGEOS="{ rockPerm_permeability, rockPorosity_referencePorosity, netToGross }"
 	
       file="pebi3d_with_properties.vtu"/>
   </Mesh>
diff --git a/inputFiles/thermoPoromechanicsFractures/ThermoPoroElastic_efem-edfm_eggModel_small.xml b/inputFiles/thermoPoromechanicsFractures/ThermoPoroElastic_efem-edfm_eggModel_small.xml
index d2b84ef7de2..7b3d9723f66 100644
--- a/inputFiles/thermoPoromechanicsFractures/ThermoPoroElastic_efem-edfm_eggModel_small.xml
+++ b/inputFiles/thermoPoromechanicsFractures/ThermoPoroElastic_efem-edfm_eggModel_small.xml
@@ -66,7 +66,7 @@
       file="../../../GEOSDATA/DataSets/Egg/egg_withBurdens_small.vts"
       regionAttribute="elementRegionMarker"
       fieldsToImport="{ PERM }"
-      fieldNamesInGEOSX="{ rockPermeability_permeability }"/>
+      fieldNamesInGEOS="{ rockPermeability_permeability }"/>
   </Mesh>
 
   <Geometry>
diff --git a/src/conf.py b/src/conf.py
index e54573753a0..bcc5a918a58 100644
--- a/src/conf.py
+++ b/src/conf.py
@@ -79,9 +79,9 @@
 
 # -- Project information -----------------------------------------------------
 
-project = u'GEOSX'
-copyright = u'2018-2021 Lawrence Livermore National Security, The Board of Trustees of the Leland Stanford Junior University, TotalEnergies, and GEOSX Contributors.'
-author = u'GEOSX Contributors'
+project = u'GEOS'
+copyright = u'2016-2024 Lawrence Livermore National Security LLC, 2018-2024 Total, S.A, The Board of Trustees of the Leland Stanford Junior University, 2023-2024 Chevron, 2019- GEOS/GEOSX Contributors'
+author = u'GEOS/GEOSX Contributors'
 
 # The short X.Y version
 version = u''
@@ -220,8 +220,8 @@
 # (source start file, target name, title,
 #  author, documentclass [howto, manual, or own class]).
 latex_documents = [
-    (master_doc, 'GEOSX.tex', u'GEOSX Documentation',
-     u'Randolph Settgast', 'manual'),
+    (master_doc, 'GEOS.tex', u'GEOS Documentation',
+     u'GEOS/GEOSX Developers', 'manual'),
 ]
 
 
@@ -230,7 +230,7 @@
 # One entry per manual page. List of tuples
 # (source start file, name, description, authors, manual section).
 man_pages = [
-    (master_doc, 'geosx', u'GEOSX Documentation',
+    (master_doc, 'geos', u'GEOS Documentation',
      [author], 1)
 ]
 
@@ -241,8 +241,8 @@
 # (source start file, target name, title, author,
 #  dir menu entry, description, category)
 texinfo_documents = [
-    (master_doc, 'GEOSX', u'GEOSX Documentation',
-     author, 'GEOSX', 'One line description of project.',
+    (master_doc, 'GEOS', u'GEOS Documentation',
+     author, 'GEOS', 'GEOS simulation framework.',
      'Miscellaneous'),
 ]
 
diff --git a/src/coreComponents/LvArray b/src/coreComponents/LvArray
index 02ce362c009..69948929ca4 160000
--- a/src/coreComponents/LvArray
+++ b/src/coreComponents/LvArray
@@ -1 +1 @@
-Subproject commit 02ce362c009f11ddb2ade0286df23408d7334c4f
+Subproject commit 69948929ca40acf490143fc020f72cd12d331f37
diff --git a/src/coreComponents/mesh/generators/ExternalMeshGeneratorBase.cpp b/src/coreComponents/mesh/generators/ExternalMeshGeneratorBase.cpp
index b28cbdd405b..2392a89874b 100644
--- a/src/coreComponents/mesh/generators/ExternalMeshGeneratorBase.cpp
+++ b/src/coreComponents/mesh/generators/ExternalMeshGeneratorBase.cpp
@@ -46,20 +46,20 @@ ExternalMeshGeneratorBase::ExternalMeshGeneratorBase( string const & name,
     setInputFlag( InputFlags::OPTIONAL ).
     setDescription( "Volumic fields to be imported from the external mesh file" );
 
-  registerWrapper( viewKeyStruct::volumicFieldsInGEOSXString(), &m_volumicFieldsInGEOSX ).
+  registerWrapper( viewKeyStruct::volumicFieldsInGEOSString(), &m_volumicFieldsInGEOS ).
     setRTTypeName( rtTypes::CustomTypes::groupNameRefArray ).
     setInputFlag( InputFlags::OPTIONAL ).
-    setDescription( "Names of the volumic fields in GEOSX to import into" );
+    setDescription( "Names of the volumic fields in GEOS to import into" );
 
   registerWrapper( viewKeyStruct::surfacicFieldsToImportString(), &m_surfacicFieldsToImport ).
     setRTTypeName( rtTypes::CustomTypes::groupNameRefArray ).
     setInputFlag( InputFlags::OPTIONAL ).
     setDescription( "Surfacic fields to be imported from the external mesh file" );
 
-  registerWrapper( viewKeyStruct::surfacicFieldsInGEOSXString(), &m_surfacicFieldsInGEOSX ).
+  registerWrapper( viewKeyStruct::surfacicFieldsInGEOSString(), &m_surfacicFieldsInGEOS ).
     setRTTypeName( rtTypes::CustomTypes::groupNameRefArray ).
     setInputFlag( InputFlags::OPTIONAL ).
-    setDescription( "Names of the surfacic fields in GEOSX to import into" );
+    setDescription( "Names of the surfacic fields in GEOS to import into" );
 }
 
 void ExternalMeshGeneratorBase::postInputInitialization()
@@ -73,8 +73,8 @@ void ExternalMeshGeneratorBase::postInputInitialization()
                           " must contain the same number of values.",
                           InputError );
   };
-  checkSizes( m_volumicFieldsToImport, m_volumicFieldsInGEOSX, viewKeyStruct::volumicFieldsToImportString(), viewKeyStruct::volumicFieldsInGEOSXString() );
-  checkSizes( m_surfacicFieldsToImport, m_surfacicFieldsInGEOSX, viewKeyStruct::surfacicFieldsToImportString(), viewKeyStruct::surfacicFieldsInGEOSXString() );
+  checkSizes( m_volumicFieldsToImport, m_volumicFieldsInGEOS, viewKeyStruct::volumicFieldsToImportString(), viewKeyStruct::volumicFieldsInGEOSString() );
+  checkSizes( m_surfacicFieldsToImport, m_surfacicFieldsInGEOS, viewKeyStruct::surfacicFieldsToImportString(), viewKeyStruct::surfacicFieldsInGEOSString() );
 
   auto const checkDuplicates = [this]( arrayView1d< string const > v, string const & key )
   {
@@ -86,8 +86,8 @@ void ExternalMeshGeneratorBase::postInputInitialization()
                    "' already present in list of fields to import.",
                    InputError );
   };
-  checkDuplicates( m_volumicFieldsInGEOSX, viewKeyStruct::volumicFieldsInGEOSXString() );
-  checkDuplicates( m_surfacicFieldsInGEOSX, viewKeyStruct::surfacicFieldsInGEOSXString() );
+  checkDuplicates( m_volumicFieldsInGEOS, viewKeyStruct::volumicFieldsInGEOSString() );
+  checkDuplicates( m_surfacicFieldsInGEOS, viewKeyStruct::surfacicFieldsInGEOSString() );
 
   // Building the fields mapping from the two separated input/output vectors.
   auto const buildMapping = [&]( arrayView1d< string const > from,
@@ -101,8 +101,8 @@ void ExternalMeshGeneratorBase::postInputInitialization()
     return mapping;
   };
 
-  MeshGeneratorBase::m_volumicFields = buildMapping( m_volumicFieldsToImport.toViewConst(), m_volumicFieldsInGEOSX.toViewConst() );
-  MeshGeneratorBase::m_surfacicFields = buildMapping( m_surfacicFieldsToImport.toViewConst(), m_surfacicFieldsInGEOSX.toViewConst() );
+  MeshGeneratorBase::m_volumicFields = buildMapping( m_volumicFieldsToImport.toViewConst(), m_volumicFieldsInGEOS.toViewConst() );
+  MeshGeneratorBase::m_surfacicFields = buildMapping( m_surfacicFieldsToImport.toViewConst(), m_surfacicFieldsInGEOS.toViewConst() );
 }
 
 } // namespace geos
diff --git a/src/coreComponents/mesh/generators/ExternalMeshGeneratorBase.hpp b/src/coreComponents/mesh/generators/ExternalMeshGeneratorBase.hpp
index fe918574461..84ccc63eb69 100644
--- a/src/coreComponents/mesh/generators/ExternalMeshGeneratorBase.hpp
+++ b/src/coreComponents/mesh/generators/ExternalMeshGeneratorBase.hpp
@@ -49,9 +49,9 @@ class ExternalMeshGeneratorBase : public MeshGeneratorBase
     constexpr static char const * scaleString() { return "scale"; }
     constexpr static char const * translateString() { return "translate"; }
     constexpr static char const * volumicFieldsToImportString() { return "fieldsToImport"; }
-    constexpr static char const * volumicFieldsInGEOSXString() { return "fieldNamesInGEOSX"; }
+    constexpr static char const * volumicFieldsInGEOSString() { return "fieldNamesInGEOS"; }
     constexpr static char const * surfacicFieldsToImportString() { return "surfacicFieldsToImport"; }
-    constexpr static char const * surfacicFieldsInGEOSXString() { return "surfacicFieldsInGEOSX"; }
+    constexpr static char const * surfacicFieldsInGEOSString() { return "surfacicFieldsInGEOS"; }
   };
   /// @endcond
 
@@ -66,17 +66,17 @@ class ExternalMeshGeneratorBase : public MeshGeneratorBase
   /// Scale factor that will be applied to the point coordinates (after translation)
   R1Tensor m_scale;
 
-  /// Names of the fields to be copied from an external reader into GEOSX data structure
+  /// Names of the fields to be copied from an external reader into GEOS data structure
   array1d< string > m_volumicFieldsToImport;
 
-  /// String array of the GEOSX user declared volumic fields
-  array1d< string > m_volumicFieldsInGEOSX;
+  /// String array of the GEOS user declared volumic fields
+  array1d< string > m_volumicFieldsInGEOS;
 
-  /// Names of the surfacic fields to be copied from an external reader into GEOSX data structure
+  /// Names of the surfacic fields to be copied from an external reader into GEOS data structure
   array1d< string > m_surfacicFieldsToImport;
 
-  /// String array of the GEOSX user declared surfacic fields
-  array1d< string > m_surfacicFieldsInGEOSX;
+  /// String array of the GEOS user declared surfacic fields
+  array1d< string > m_surfacicFieldsInGEOS;
 };
 
 } // namespace geos
diff --git a/src/coreComponents/mesh/generators/MeshGeneratorBase.hpp b/src/coreComponents/mesh/generators/MeshGeneratorBase.hpp
index b7f8fbf2e2b..2c802fb332d 100644
--- a/src/coreComponents/mesh/generators/MeshGeneratorBase.hpp
+++ b/src/coreComponents/mesh/generators/MeshGeneratorBase.hpp
@@ -114,22 +114,22 @@ class MeshGeneratorBase : public dataRepository::Group
   virtual void freeResources() {}
 
   /**
-   * @brief Get the name mapping between mesh volumic field names and internal GEOSX volumic field names.
+   * @brief Get the name mapping between mesh volumic field names and internal GEOS volumic field names.
    * @return The string to string mapping of field names.
    */
   std::map< string, string > const & getVolumicFieldsMapping() const { return m_volumicFields; }
 
   /**
-   * @brief Get the name mapping between mesh surfacic field names and internal GEOSX surfacic field names.
+   * @brief Get the name mapping between mesh surfacic field names and internal GEOS surfacic field names.
    * @return The string to string mapping of field names.
    */
   std::map< string, string > const & getSurfacicFieldsMapping() const { return m_surfacicFields; }
 
 protected:
-  /// Mapping from volumic field source to GEOSX field.
+  /// Mapping from volumic field source to GEOS field.
   std::map< string, string > m_volumicFields;
 
-  /// Mapping from surfacic field source to GEOSX field.
+  /// Mapping from surfacic field source to GEOS field.
   std::map< string, string > m_surfacicFields;
 
 private:
diff --git a/src/coreComponents/schema/docs/VTKMesh.rst b/src/coreComponents/schema/docs/VTKMesh.rst
index 688b0d98319..3c6616c3087 100644
--- a/src/coreComponents/schema/docs/VTKMesh.rst
+++ b/src/coreComponents/schema/docs/VTKMesh.rst
@@ -4,7 +4,7 @@
 Name                   Type                     Default   Description                                                                                                                                                                                                                                                                                                                                                                                                                                                                  
 ====================== ======================== ========= ============================================================================================================================================================================================================================================================================================================================================================================================================================================================================ 
 faceBlocks             groupNameRef_array       {}        For multi-block files, names of the face mesh block.                                                                                                                                                                                                                                                                                                                                                                                                                         
-fieldNamesInGEOSX      groupNameRef_array       {}        Names of the volumic fields in GEOSX to import into                                                                                                                                                                                                                                                                                                                                                                                                                          
+fieldNamesInGEOS      groupNameRef_array       {}        Names of the volumic fields in GEOS to import into                                                                                                                                                                                                                                                                                                                                                                                                                          
 fieldsToImport         groupNameRef_array       {}        Volumic fields to be imported from the external mesh file                                                                                                                                                                                                                                                                                                                                                                                                                    
 file                   path                     required  Path to the mesh file                                                                                                                                                                                                                                                                                                                                                                                                                                                        
 logLevel               integer                  0         Log level                                                                                                                                                                                                                                                                                                                                                                                                                                                                    
@@ -15,7 +15,7 @@ partitionMethod        geos_vtk_PartitionMethod parmetis  Method (library) used
 partitionRefinement    integer                  1         Number of partitioning refinement iterations (defaults to 1, recommended value).A value of 0 disables graph partitioning and keeps simple kd-tree partitions (not recommended). Values higher than 1 may lead to slightly improved partitioning, but yield diminishing returns.                                                                                                                                                                                              
 regionAttribute        groupNameRef             attribute Name of the VTK cell attribute to use as region marker                                                                                                                                                                                                                                                                                                                                                                                                                       
 scale                  R1Tensor                 {1,1,1}   Scale the coordinates of the vertices by given scale factors (after translation)                                                                                                                                                                                                                                                                                                                                                                                             
-surfacicFieldsInGEOSX  groupNameRef_array       {}        Names of the surfacic fields in GEOSX to import into                                                                                                                                                                                                                                                                                                                                                                                                                         
+surfacicFieldsInGEOS  groupNameRef_array       {}        Names of the surfacic fields in GEOS to import into                                                                                                                                                                                                                                                                                                                                                                                                                         
 surfacicFieldsToImport groupNameRef_array       {}        Surfacic fields to be imported from the external mesh file                                                                                                                                                                                                                                                                                                                                                                                                                   
 translate              R1Tensor                 {0,0,0}   Translate the coordinates of the vertices by a given vector (prior to scaling)                                                                                                                                                                                                                                                                                                                                                                                               
 useGlobalIds           integer                  0         Controls the use of global IDs in the input file for cells and points. If set to 0 (default value), the GlobalId arrays in the input mesh are used if available, and generated otherwise. If set to a negative value, the GlobalId arrays in the input mesh are not used, and generated global Ids are automatically generated. If set to a positive value, the GlobalId arrays in the input mesh are used and required, and the simulation aborts if they are not available 
diff --git a/src/docs/sphinx/advancedExamples/validationStudies/viscoplasticity/DruckerPrager/Example.rst b/src/docs/sphinx/advancedExamples/validationStudies/viscoplasticity/DruckerPrager/Example.rst
index 7eec2c3f25c..e02f57bc2b7 100644
--- a/src/docs/sphinx/advancedExamples/validationStudies/viscoplasticity/DruckerPrager/Example.rst
+++ b/src/docs/sphinx/advancedExamples/validationStudies/viscoplasticity/DruckerPrager/Example.rst
@@ -121,4 +121,4 @@ To go further
 
 **Feedback on this example**
 
-For any feedback on this example, please submit a `GitHub issue on the project's GitHub page <https://github.com/GEOSX/GEOSX/issues>`_.
+For any feedback on this example, please submit a `GitHub issue on the project's GitHub page <https://github.com/GEOS-DEV/GEOS/issues>`_.
diff --git a/src/docs/sphinx/advancedExamples/validationStudies/viscoplasticity/ExtendedDruckerPrager/Example.rst b/src/docs/sphinx/advancedExamples/validationStudies/viscoplasticity/ExtendedDruckerPrager/Example.rst
index ceaf5963b8d..4c51b85d703 100644
--- a/src/docs/sphinx/advancedExamples/validationStudies/viscoplasticity/ExtendedDruckerPrager/Example.rst
+++ b/src/docs/sphinx/advancedExamples/validationStudies/viscoplasticity/ExtendedDruckerPrager/Example.rst
@@ -126,4 +126,4 @@ To go further
 
 **Feedback on this example**
 
-For any feedback on this example, please submit a `GitHub issue on the project's GitHub page <https://github.com/GEOSX/GEOSX/issues>`_.
+For any feedback on this example, please submit a `GitHub issue on the project's GitHub page <https://github.com/GEOS-DEV/GEOS/issues>`_.
diff --git a/src/docs/sphinx/advancedExamples/validationStudies/viscoplasticity/ModifiedCamClay/Example.rst b/src/docs/sphinx/advancedExamples/validationStudies/viscoplasticity/ModifiedCamClay/Example.rst
index b9c3d9a3a09..48760a4f70d 100644
--- a/src/docs/sphinx/advancedExamples/validationStudies/viscoplasticity/ModifiedCamClay/Example.rst
+++ b/src/docs/sphinx/advancedExamples/validationStudies/viscoplasticity/ModifiedCamClay/Example.rst
@@ -97,4 +97,4 @@ To go further
 
 **Feedback on this example**
 
-For any feedback on this example, please submit a `GitHub issue on the project's GitHub page <https://github.com/GEOSX/GEOSX/issues>`_.
+For any feedback on this example, please submit a `GitHub issue on the project's GitHub page <https://github.com/GEOS-DEV/GEOS/issues>`_.
diff --git a/src/docs/sphinx/advancedExamples/validationStudies/viscoplasticity/ViscoDruckerPrager/Example.rst b/src/docs/sphinx/advancedExamples/validationStudies/viscoplasticity/ViscoDruckerPrager/Example.rst
index ed576585670..323cef2e2fd 100644
--- a/src/docs/sphinx/advancedExamples/validationStudies/viscoplasticity/ViscoDruckerPrager/Example.rst
+++ b/src/docs/sphinx/advancedExamples/validationStudies/viscoplasticity/ViscoDruckerPrager/Example.rst
@@ -112,4 +112,4 @@ To go further
 
 **Feedback on this example**
 
-For any feedback on this example, please submit a `GitHub issue on the project's GitHub page <https://github.com/GEOSX/GEOSX/issues>`_.
+For any feedback on this example, please submit a `GitHub issue on the project's GitHub page <https://github.com/GEOS-DEV/GEOS/issues>`_.
diff --git a/src/docs/sphinx/advancedExamples/validationStudies/viscoplasticity/ViscoExtendedDruckerPrager/Example.rst b/src/docs/sphinx/advancedExamples/validationStudies/viscoplasticity/ViscoExtendedDruckerPrager/Example.rst
index 35c9cef1313..88fba339887 100644
--- a/src/docs/sphinx/advancedExamples/validationStudies/viscoplasticity/ViscoExtendedDruckerPrager/Example.rst
+++ b/src/docs/sphinx/advancedExamples/validationStudies/viscoplasticity/ViscoExtendedDruckerPrager/Example.rst
@@ -112,4 +112,4 @@ To go further
 
 **Feedback on this example**
 
-For any feedback on this example, please submit a `GitHub issue on the project's GitHub page <https://github.com/GEOSX/GEOSX/issues>`_.
+For any feedback on this example, please submit a `GitHub issue on the project's GitHub page <https://github.com/GEOS-DEV/GEOS/issues>`_.
diff --git a/src/docs/sphinx/advancedExamples/validationStudies/viscoplasticity/ViscoModifiedCamClay/Example.rst b/src/docs/sphinx/advancedExamples/validationStudies/viscoplasticity/ViscoModifiedCamClay/Example.rst
index 8972eed2f22..964ffbcbb2c 100644
--- a/src/docs/sphinx/advancedExamples/validationStudies/viscoplasticity/ViscoModifiedCamClay/Example.rst
+++ b/src/docs/sphinx/advancedExamples/validationStudies/viscoplasticity/ViscoModifiedCamClay/Example.rst
@@ -103,4 +103,4 @@ To go further
 
 **Feedback on this example**
 
-For any feedback on this example, please submit a `GitHub issue on the project's GitHub page <https://github.com/GEOSX/GEOSX/issues>`_.
+For any feedback on this example, please submit a `GitHub issue on the project's GitHub page <https://github.com/GEOS-DEV/GEOS/issues>`_.
diff --git a/src/docs/sphinx/advancedExamples/validationStudies/wellboreProblems/casedContactElasticWellbore/Example.rst b/src/docs/sphinx/advancedExamples/validationStudies/wellboreProblems/casedContactElasticWellbore/Example.rst
index 0fa899e49b3..7db478cad33 100644
--- a/src/docs/sphinx/advancedExamples/validationStudies/wellboreProblems/casedContactElasticWellbore/Example.rst
+++ b/src/docs/sphinx/advancedExamples/validationStudies/wellboreProblems/casedContactElasticWellbore/Example.rst
@@ -149,4 +149,4 @@ To go further
 **Feedback on this example**
 
 This concludes the cased wellbore example.
-For any feedback on this example, please submit a `GitHub issue on the project's GitHub page <https://github.com/GEOSX/GEOSX/issues>`_.
+For any feedback on this example, please submit a `GitHub issue on the project's GitHub page <https://github.com/GEOS-DEV/GEOS/issues>`_.