| 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 | { |
no outgoing calls
no test coverage detected