Data access
mesh
Synopsis:
-
mesh_t const & () const
Access to the mesh of the green function.
-
data
Synopsis:
-
data_t const & () const
-
data_t & ()
Access to the data array where the value of the gf is stored on the mesh points.
-
singularity
Synopsis:
-
singularity_t const & () const
-
singularity & ()
Access to the singularity type
-
symmetry
Synopsis:
-
symmetry_t const & () const
Access to the symmetry type. Cannot be modifed after construction. (why ?).
-