61 template <
typename G>
typename std::decay_t<G>::regular_type
make_gf(G &&g) {
return typename std::decay_t<G>::regular_type{std::forward<G>(g)}; }
The owning Green's function container.
Provides the Green's function class.
gf< Mesh, typename T::target_t > make_gf(Mesh m, T const &t)
Construct a Green's function from a mesh and a target.