You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/docs/sphinx/blueprint_mesh.rst
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -754,7 +754,7 @@ Thus, to conform to protocol, each entry under the ``fields`` section must be an
754
754
* Material-Independent Fields:
755
755
756
756
* fields/field/association: "vertex" | "element"
757
-
* fields/field/grid_function: (mfem-style finite element collection name) (replaces "association")
757
+
* fields/field/basis: (mfem-style finite element collection name) (replaces "association")
758
758
* fields/field/volume_dependent: "true" | "false"
759
759
* fields/field/topology: "topo"
760
760
* fields/field/values: (mcarray)
@@ -764,15 +764,15 @@ Thus, to conform to protocol, each entry under the ``fields`` section must be an
764
764
* Material-Dependent Fields:
765
765
766
766
* fields/field/association: "vertex" | "element"
767
-
* fields/field/grid_function: (mfem-style finite element collection name) (replaces "association")
767
+
* fields/field/basis: (mfem-style finite element collection name) (replaces "association")
768
768
* fields/field/volume_dependent: "true" | "false"
769
769
* fields/field/matset: "matset"
770
770
* fields/field/matset_values: (mcarray)
771
771
772
772
* Mixed Fields:
773
773
774
774
* fields/field/association: "vertex" | "element"
775
-
* fields/field/grid_function: (mfem-style finite element collection name) (replaces "association")
775
+
* fields/field/basis: (mfem-style finite element collection name) (replaces "association")
776
776
* fields/field/volume_dependent: "true" | "false"
777
777
* fields/field/topology: "topo"
778
778
* fields/field/values: (mcarray)
@@ -1037,7 +1037,7 @@ To conform, the ``state`` entry must be an *Object* and can have the following o
1037
1037
1038
1038
1039
1039
Mesh Index Protocol
1040
-
~~~~~~~~~~~~~~~~~~~~
1040
+
++++++++++++++++++++++++
1041
1041
1042
1042
It is common for Blueprint data files to represent meshes that have been partitioned and must later be treated as a whole. Blueprint root files contain an index that facilitates reading in many individual Blueprint files. Blueprint root files contain metadata about the overall contents of individual files as well as hints for constructing filenames that make up the whole Blueprint dataset. An analysis tool can load the root file and know which individual files comprise the dataset and information about the data contained therein. While Blueprint provides high level functions for saving and loading files, some of which automatically create the root file, it is sometimes necessary to know the structure.
0 commit comments