Class sub_grid

Inheritance Relationships

Base Type

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