Skip to content

Allow block IDs of 0 and non-contiguous subdomain IDs #38

@aprilnovak

Description

@aprilnovak

MOOSE technically allows blocks to have a subdomain ID of 0, but Aurora will throw this error:

if(blk < 1 || blk > maxBlockID){
          std::string errmsg="Block ID "+std::to_string(blk)+" for material "+mat
            +" is inconsistent with mesh (max subdomains = "
            +std::to_string(maxBlockID)+")";
            mooseError(errmsg);
        }

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions