MCPcopy Create free account
hub / github.com/NGSolve/ngsolve / GetName

Function GetName

comp/gridfunction.hpp:177–177  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

175
176 void SetName(const string & aname) { name = aname; }
177 string GetName () const { return name; }
178
179 const Flags& GetFlags() const { return flags; }
180 Flags& GetFlags() { return flags; }

Callers 9

PrintReportMethod · 0.85
GetMemoryUsageMethod · 0.85
ParameterStringMethod · 0.85
ParameterStringMethod · 0.85
AssembleMethod · 0.85
GetMemoryUsageMethod · 0.85
DoAssembleMethod · 0.85
GetMemoryUsageMethod · 0.85
AssembleMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected