Skip to content
Snippets Groups Projects
Forked from ogs / ogs
1116 commits behind the upstream repository.
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
pointheatsource_quadratic-mesh.xml 634 B
<?xml version='1.0' encoding='ISO-8859-1'?>
<OpenGeoSysProjectDiff base_file="../pointheatsource_quadratic-mesh.prj">
    <replace sel="//source_term/type/text()">
        Python
    </replace>
    <add sel="//source_term">
        <source_term_object>source_term</source_term_object>
    </add>
    <add sel="/*">
        <python_script>source_term.py</python_script>
    </add>

    <!-- axial symmetry would multiply with an integral measure of 0 at the center point, thereby disabling the heat source -->
    <remove sel="/*/meshes/mesh[text()='quarter_circle_geometry_center.vtu']/@axially_symmetric" />
</OpenGeoSysProjectDiff>