Skip to content
Snippets Groups Projects
Commit 6218f68b authored by Christoph Lehmann's avatar Christoph Lehmann
Browse files

[PL] added docu

parent 8f614c0f
No related branches found
No related tags found
No related merge requests found
...@@ -15,6 +15,13 @@ ...@@ -15,6 +15,13 @@
namespace ProcessLib namespace ProcessLib
{ {
//! Represents a position in space which can be either one of
//! a node, an element, an integration point or a cartesian coordinates triple.
//!
//! The setters of this class make sure that only compatible information can be
//! stored at the same time; e.g., it is not possible to specify an element ID
//! and a node ID at the same time (the setAll() method being an exception to
//! that rule).
class SpatialPosition class SpatialPosition
{ {
public: public:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment