2013-09-18 15:13:23 +02:00
|
|
|
.. highlight:: c
|
|
|
|
|
|
|
|
.. _gf_data:
|
|
|
|
|
|
|
|
Data access
|
|
|
|
====================
|
|
|
|
|
|
|
|
mesh
|
|
|
|
------------
|
|
|
|
|
|
|
|
* **Synopsis**:
|
|
|
|
|
|
|
|
.. cpp:function:: mesh_t const & () const
|
|
|
|
|
|
|
|
|
|
|
|
Access to the mesh of the green function.
|
|
|
|
|
|
|
|
data
|
|
|
|
------------
|
|
|
|
|
|
|
|
* **Synopsis**:
|
|
|
|
|
|
|
|
.. cpp:function:: data_t const & () const
|
|
|
|
.. cpp:function:: data_t & ()
|
|
|
|
|
|
|
|
|
|
|
|
Access to the data array where the value of the gf is stored on the mesh points.
|
|
|
|
|
|
|
|
singularity
|
|
|
|
------------
|
|
|
|
|
|
|
|
* **Synopsis**:
|
|
|
|
|
|
|
|
.. cpp:function:: singularity_t const & () const
|
|
|
|
.. cpp:function:: singularity & ()
|
|
|
|
|
|
|
|
|
|
|
|
Access to the singularity type
|
|
|
|
|
|
|
|
symmetry
|
|
|
|
------------
|
|
|
|
|
|
|
|
* **Synopsis**:
|
|
|
|
|
|
|
|
.. cpp:function:: symmetry_t const & () const
|
|
|
|
|
2014-07-08 14:39:16 +02:00
|
|
|
Access to the symmetry type. Cannot be modifed after construction. *(why ?)*.
|
2013-09-18 15:13:23 +02:00
|
|
|
|
|
|
|
|