Skip to content

[GeoMechanicsApplication] Move all non-template code to .cpp files and make sure any .h file does not contain any implementations #14046

@markelov208

Description

@markelov208

To make the code coverage analysis results more relevant, we intend to exclude any .h file from the analysis. To ensure that we don't miss any implementations, we should move them from .h files to .cpp files. When a header contains template code, we should modify the file extension from .h to .hpp.

The total number of relevant .h files in the GeoMechanicsApplication is about 120.

24-11-2025, Way of implementation:
Do pull request per directory.

Metadata

Metadata

Assignees

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