Skip to content

Commit

Permalink
Merge branch 'develop' into pt/doc-update
Browse files Browse the repository at this point in the history
  • Loading branch information
paveltomin authored Dec 2, 2024
2 parents 1b13609 + d241724 commit 9f6c1ba
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 23 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -130,8 +130,8 @@
plotLevel="2"
format="binary"
plotFileRoot="bubbleStab"/>
</Outputs>

<Restart
name="restartOutput"/>
</Outputs>

</Problem>
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<Mesh>
<VTKMesh
name="SyntheticMesh"
repositoryName="synthetic">
dataSourceName="synthetic">
<Region
name="Region1"
id="1"
Expand Down
4 changes: 2 additions & 2 deletions src/coreComponents/schema/schema.xsd
Original file line number Diff line number Diff line change
Expand Up @@ -1761,6 +1761,8 @@ stress - traction is applied to the faces as specified by the inner product of i
</xsd:unique>
</xsd:element>
</xsd:choice>
<!--dataSourceName => Name of the VTK data source-->
<xsd:attribute name="dataSourceName" type="string" default="" />
<!--faceBlocks => For multi-block files, names of the face mesh block.-->
<xsd:attribute name="faceBlocks" type="groupNameRef_array" default="{}" />
<!--fieldNamesInGEOS => Names of the volumic fields in GEOS to import into-->
Expand All @@ -1781,8 +1783,6 @@ stress - traction is applied to the faces as specified by the inner product of i
<xsd:attribute name="partitionRefinement" type="integer" default="1" />
<!--regionAttribute => Name of the VTK cell attribute to use as region marker-->
<xsd:attribute name="regionAttribute" type="groupNameRef" default="attribute" />
<!--repositoryName => Name of the VTK Repository-->
<xsd:attribute name="repositoryName" type="string" default="" />
<!--scale => Scale the coordinates of the vertices by given scale factors (after translation)-->
<xsd:attribute name="scale" type="R1Tensor" default="{1,1,1}" />
<!--surfacicFieldsInGEOS => Names of the surfacic fields in GEOS to import into-->
Expand Down
19 changes: 1 addition & 18 deletions src/coreComponents/schema/schema.xsd.other
Original file line number Diff line number Diff line change
Expand Up @@ -1027,7 +1027,7 @@
<!--maxStableDt => Value of the Maximum Stable Timestep for this solver.-->
<xsd:attribute name="maxStableDt" type="real64" />
<!--meshTargets => MeshBody/Region combinations that the solver will be applied to.-->
<xsd:attribute name="meshTargets" type="geos_mapBase_lt_std___1_pair_lt_std___1_basic_string_lt_char_cm_-std___1_char_traits_lt_char_gt__cm_-std___1_allocator_lt_char_gt__gt__cm_-std___1_basic_string_lt_char_cm_-std___1_char_traits_lt_char_gt__cm_-std___1_allocator_lt_char_gt__gt__gt__cm_-LvArray_Array_lt_std___1_basic_string_lt_char_cm_-std___1_char_traits_lt_char_gt__cm_-std___1_allocator_lt_char_gt__gt__cm_-1_cm_-camp_int_seq_lt_long_cm_-0l_gt__cm_-int_cm_-LvArray_ChaiBuffer_gt__cm_-std___1_integral_constant_lt_bool_cm_-true_gt__gt_" />
<xsd:attribute name="meshTargets" type="geos_mapBase_lt_std_pair_lt_string_cm_-string-_gt__cm_-LvArray_Array_lt_string_cm_-1_cm_-camp_int_seq_lt_long_cm_-0l_gt__cm_-int_cm_-LvArray_ChaiBuffer_gt__cm_-std_integral_constant_lt_bool_cm_-true_gt_-_gt_" />
</xsd:complexType>
<xsd:complexType name="ReactiveCompositionalMultiphaseOBLType">
<xsd:choice minOccurs="0" maxOccurs="unbounded">
Expand Down Expand Up @@ -1282,23 +1282,6 @@
<!--surfaceGeneratorName => Name of the surface generator to use-->
<xsd:attribute name="surfaceGeneratorName" type="string" />
</xsd:complexType>
<xsd:complexType name="SolidMechanicsLagrangeContactBubbleStabType">
<xsd:choice minOccurs="0" maxOccurs="unbounded">
<xsd:element name="LinearSolverParameters" type="LinearSolverParametersType" maxOccurs="1" />
<xsd:element name="NonlinearSolverParameters" type="NonlinearSolverParametersType" maxOccurs="1" />
<xsd:element name="SolverStatistics" type="SolverStatisticsType" />
</xsd:choice>
<!--contactRelationName => Name of contact relation to enforce constraints on fracture boundary.-->
<xsd:attribute name="contactRelationName" type="groupNameRef" />
<!--maxForce => The maximum force contribution in the problem domain.-->
<xsd:attribute name="maxForce" type="real64" />
<!--maxStableDt => Value of the Maximum Stable Timestep for this solver.-->
<xsd:attribute name="maxStableDt" type="real64" />
<!--meshTargets => MeshBody/Region combinations that the solver will be applied to.-->
<xsd:attribute name="meshTargets" type="geos_mapBase_lt_std___1_pair_lt_std___1_basic_string_lt_char_cm_-std___1_char_traits_lt_char_gt__cm_-std___1_allocator_lt_char_gt__gt__cm_-std___1_basic_string_lt_char_cm_-std___1_char_traits_lt_char_gt__cm_-std___1_allocator_lt_char_gt__gt__gt__cm_-LvArray_Array_lt_std___1_basic_string_lt_char_cm_-std___1_char_traits_lt_char_gt__cm_-std___1_allocator_lt_char_gt__gt__cm_-1_cm_-camp_int_seq_lt_long_cm_-0l_gt__cm_-int_cm_-LvArray_ChaiBuffer_gt__cm_-std___1_integral_constant_lt_bool_cm_-true_gt__gt_" />
<!--surfaceGeneratorName => Name of the surface generator to use-->
<xsd:attribute name="surfaceGeneratorName" type="string" />
</xsd:complexType>
<xsd:complexType name="SolidMechanicsLagrangianSSLEType">
<xsd:choice minOccurs="0" maxOccurs="unbounded">
<xsd:element name="LinearSolverParameters" type="LinearSolverParametersType" maxOccurs="1" />
Expand Down

0 comments on commit 9f6c1ba

Please sign in to comment.