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

Function Create

comp/hdivfes.cpp:788–791  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

786 virtual const char * GetType() { return "BDM1"; }
787
788 static shared_ptr<FESpace> Create (shared_ptr<MeshAccess> ma, const Flags & flags)
789 {
790 return make_shared<BDM1FESpace> (ma, flags, true);
791 }
792
793 void Update() override
794 {

Callers 7

CreateMethod · 0.85
CreateVecObjectFunction · 0.85
CreateMethod · 0.85
CreateSharedVecObjectFunction · 0.85
CreateMethod · 0.85
CreateSymMatObjectFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected