MCPcopy Create free account
hub / github.com/AMReX-Astro/Castro / ca_dernull

Function ca_dernull

Source/driver/Derive.cpp:874–885  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

872 }
873
874 void ca_dernull(Real* /*der*/, const int* /*der_lo*/, const int* /*der_hi*/, const int* /*nvar*/,
875 const Real* /*data*/, const int* /*data_lo*/, const int* /*data_hi*/, const int* /*ncomp*/,
876 const int* /*lo*/, const int* /*hi*/,
877 const int* /*domain_lo*/, const int* /*domain_hi*/,
878 const Real* /*delta*/, const Real* /*xlo*/,
879 const Real* /*time*/, const Real* /*dt*/, const int* /*bcrec*/,
880 const int* /*level*/, const int* /*grid_no*/)
881 {
882
883 // This routine is used by particle_count. Yes it does nothing.
884
885 }
886
887 void ca_derspec(const Box& bx, FArrayBox& derfab, int /*dcomp*/, int /*ncomp*/,
888 const FArrayBox& datfab, const Geometry& /*geom*/,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected