I am working on my thesis and I would like to have a proper definition for this type of graph: "Tree Graph With Nodes As Cycles"
I would like to define a graph similar to a "simple tree", but some of its nodes are replaced with some cycles. The graph should be undirected, connected and have no multiple edges between any pair of nodes. The graph is somehow similar to the picture given. My question is how to give a formal definition for this type of graph?
Edited 1: Circles should have disjoint subset of vertices. I would like to add another example for clarifying the type of graph that I would like to define: Another Example
A snappy definition of your object is "a connected graph in which every vertex is part of at most one cycle".
If cycles could touch and share up to one vertex, this would be a cactus graph. (Here, the condition is that every edge is part of at most one cycle.) Your graphs are a subclass of these, but with no existing terminology.
If you want a term, you might have to make something up. A cactus graph in which each vertex is part of at most two cycles is a Christmas cactus, according to the Wikipedia link above. You're looking for a condition that's one stricter than this condition, so perhaps it should be a Christmas Eve cactus?
Also quoting Wikipedia:
This doesn't name your family of graphs, but links to a paper where they're discussed further: https://doi.org/10.1016/0095-8956(72)90040-8.