Class sub_grid#
Defined in File sub_grid.hpp
Inheritance Relationships#
Base Type#
public module_base(Class module_base)
Class Documentation#
-
class sub_grid : public module_base#
Public Functions
-
sub_grid(config_file cfg)#
-
~sub_grid()#
-
virtual void run(mesh_elem &face)#
Needs to be implemented by each data parallel module. This will be called and executed for each timestep
- Parameters:
face – The terrain element (triangle) to be worked upon for an element parallel domain
global_param – A pointer to the shared global paramter space with domain-wide paramters
-
sub_grid(config_file cfg)#