Revision e52efe453d9dd0d56acd2209d5eede01a6904fb9 authored by Tom Fischer on 31 March 2023, 12:59:18 UTC, committed by Tom Fischer on 31 March 2023, 12:59:18 UTC
Draft: Implement transformation from 'normal' `Mesh` to `NodePartitionedMesh`

See merge request ogs/ogs!4548
2 parent s 63a5ac5 + 576c9c3
Raw File
.editorconfig
[*]
indent_style = space
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true
indent_size = 4

[*.{md,pandoc}]
trim_trailing_whitespace = false

[*.{json,yml,yaml,toml,html,css,js,scss,md}]
indent_size = 2
back to top