Home
last modified time | relevance | path

Searched refs:matset_type (Results 1 – 5 of 5) sorted by relevance

/dports/science/conduit/conduit-0.8.0/src/libs/blueprint/python/
H A Dconduit_blueprint_mesh_examples_python.cpp539 char *matset_type = NULL; in PyBlueprint_mesh_examples_venn() local
556 &matset_type, in PyBlueprint_mesh_examples_venn()
575 blueprint::mesh::examples::venn(std::string(matset_type), in PyBlueprint_mesh_examples_venn()
/dports/science/conduit/conduit-0.8.0/src/libs/blueprint/
H A Dconduit_blueprint_mesh_examples_venn.hpp54 void CONDUIT_BLUEPRINT_API venn(const std::string &matset_type,
H A Dconduit_blueprint_mesh_examples_venn.cpp538 void venn(const std::string &matset_type, in venn() argument
794 if (matset_type == "full") in venn()
798 else if (matset_type == "sparse_by_material") in venn()
802 else if (matset_type == "sparse_by_element") in venn()
808 CONDUIT_ERROR("unknown matset_type = " << matset_type); in venn()
/dports/science/conduit/conduit-0.8.0/src/tests/blueprint/python/
H A Dt_python_blueprint_mesh.py137 for matset_type in ['full',
140 blueprint.mesh.examples.venn(matset_type,
/dports/science/conduit/conduit-0.8.0/src/docs/sphinx/
H A Dblueprint_mesh.rst1358 conduit::blueprint::mesh::examples::venn(const std::string &matset_type,
1365 ``matset_type`` specifies the style of matset generated by the example.
1367 Here is a list of valid strings for the ``matset_type`` argument: